.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #eb787a !important;
}
.bg-success {
  background-color: #4a9917 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #f64301 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eb787a !important;
  border-color: #eb787a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f2a4a6 !important;
  border-color: #f2a4a6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f2a4a6 !important;
  border-color: #f2a4a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d80000 !important;
  border-color: #d80000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff0c0c !important;
  border-color: #ff0c0c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0c0c !important;
  border-color: #ff0c0c !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #4a9917 !important;
  border-color: #4a9917 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5fc51e !important;
  border-color: #5fc51e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5fc51e !important;
  border-color: #5fc51e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f64301 !important;
  border-color: #f64301 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fe652c !important;
  border-color: #fe652c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fe652c !important;
  border-color: #fe652c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #eb787a;
  color: #eb787a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e02c30 !important;
  background-color: transparent !important;
  border-color: #e02c30 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb787a !important;
  border-color: #eb787a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d80000;
  color: #d80000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #810000 !important;
  background-color: transparent !important;
  border-color: #810000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d80000 !important;
  border-color: #d80000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4a9917;
  color: #4a9917;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #264e0c !important;
  background-color: transparent !important;
  border-color: #264e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a9917 !important;
  border-color: #4a9917 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f64301;
  color: #f64301;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a02b01 !important;
  background-color: transparent !important;
  border-color: #a02b01 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f64301 !important;
  border-color: #f64301 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #eb787a !important;
}
.text-secondary {
  color: #d80000 !important;
}
.text-success {
  color: #4a9917 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #f64301 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #dc2124 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #720000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f400a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #902701 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #eb787a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #f64301;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eb787a;
  border-color: #eb787a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eb787a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #87e44b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffd4c4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #eb787a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #eb787a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eb787a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eb787a;
}
.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: #eb787a;
  border-bottom-color: #eb787a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #eb787a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d80000 !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='%23eb787a' %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;
  }
}
.cid-uJREVdhmsO {
  z-index: 1000;
  width: 100%;
}
.cid-uJREVdhmsO nav.navbar {
  position: fixed;
}
.cid-uJREVdhmsO .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-uJREVdhmsO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJREVdhmsO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJREVdhmsO .dropdown-item:hover,
.cid-uJREVdhmsO .dropdown-item:focus {
  background: #eb787a !important;
  color: white !important;
}
.cid-uJREVdhmsO .dropdown-item:hover span {
  color: white;
}
.cid-uJREVdhmsO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJREVdhmsO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJREVdhmsO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJREVdhmsO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJREVdhmsO .nav-link {
  position: relative;
}
.cid-uJREVdhmsO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJREVdhmsO .container {
    flex-wrap: wrap;
  }
}
.cid-uJREVdhmsO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJREVdhmsO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJREVdhmsO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJREVdhmsO .dropdown-menu,
.cid-uJREVdhmsO .navbar.opened {
  background: #eb787a !important;
}
.cid-uJREVdhmsO .nav-item:focus,
.cid-uJREVdhmsO .nav-link:focus {
  outline: none;
}
.cid-uJREVdhmsO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJREVdhmsO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJREVdhmsO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJREVdhmsO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJREVdhmsO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJREVdhmsO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJREVdhmsO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(235, 120, 122, 0.9);
}
.cid-uJREVdhmsO .navbar.opened {
  transition: all 0.3s;
}
.cid-uJREVdhmsO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJREVdhmsO .navbar .navbar-logo img {
  width: auto;
}
.cid-uJREVdhmsO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJREVdhmsO .navbar.collapsed {
  justify-content: center;
}
.cid-uJREVdhmsO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJREVdhmsO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJREVdhmsO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJREVdhmsO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJREVdhmsO .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-uJREVdhmsO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJREVdhmsO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJREVdhmsO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJREVdhmsO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJREVdhmsO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJREVdhmsO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJREVdhmsO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJREVdhmsO .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-uJREVdhmsO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJREVdhmsO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJREVdhmsO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJREVdhmsO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJREVdhmsO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJREVdhmsO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJREVdhmsO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJREVdhmsO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJREVdhmsO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJREVdhmsO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJREVdhmsO .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-uJREVdhmsO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJREVdhmsO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJREVdhmsO .dropdown-item.active,
.cid-uJREVdhmsO .dropdown-item:active {
  background-color: transparent;
}
.cid-uJREVdhmsO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJREVdhmsO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJREVdhmsO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJREVdhmsO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eb787a;
}
.cid-uJREVdhmsO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJREVdhmsO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJREVdhmsO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJREVdhmsO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJREVdhmsO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJREVdhmsO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJREVdhmsO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJREVdhmsO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJREVdhmsO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJREVdhmsO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJREVdhmsO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJREVdhmsO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJREVdhmsO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJREVdhmsO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJREVdhmsO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJREVdhmsO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJREVdhmsO .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-uJREVdhmsO .navbar {
    height: 70px;
  }
  .cid-uJREVdhmsO .navbar.opened {
    height: auto;
  }
  .cid-uJREVdhmsO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCYBPCRQe5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCYBPCRQe5 .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCYBPCRQe5 .mbr-text {
  color: #000000;
}
.cid-uK2wQi9lBc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK2wQi9lBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2wQi9lBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2wQi9lBc .mbr-section-title {
  color: #ffffff;
}
.cid-u0LVlacZOV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0LVlacZOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0LVlacZOV .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-u0LVlacZOV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0LVlacZOV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0LVlacZOV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u0LVlacZOV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u0LVlacZOV .mbr-section-title {
  color: #eb787a;
  text-align: left;
}
.cid-u0LVlacZOV .mbr-text,
.cid-u0LVlacZOV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uD9aK6QQ3J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uD9aK6QQ3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9aK6QQ3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uD9aK6QQ3J .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uD9aK6QQ3J .mbr-section-title {
  color: #ffffff;
}
.cid-uD9aK6QQ3J .mbr-text,
.cid-uD9aK6QQ3J .mbr-section-btn {
  color: #ffffff;
}
.cid-uD9aK6QQ3J .content-head {
  max-width: 800px;
}
.cid-uD47v45FEY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD47v45FEY .item:focus,
.cid-uD47v45FEY span:focus {
  outline: none;
}
.cid-uD47v45FEY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD47v45FEY .item {
    margin-bottom: 1rem;
  }
}
.cid-uD47v45FEY .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uD47v45FEY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uD47v45FEY .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uD47v45FEY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uD47v45FEY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uD47v45FEY .mbr-text,
.cid-uD47v45FEY .item .mbr-section-btn {
  text-align: center;
}
.cid-uD47v45FEY .content-head {
  max-width: 800px;
}
.cid-uD47v45FEY .mbr-number {
  color: #32abfa;
}
.cid-uD47v45FEY .mbr-section-subtitle,
.cid-uD47v45FEY .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uD47v45FEY .mbr-text {
  text-align: left;
}
.cid-uD47v45FEY .mbr-text,
.cid-uD47v45FEY .mbr-card-btn {
  text-align: left;
}
.cid-uD47v45FEY .mbr-text,
.cid-uD47v45FEY .mbr-section-btn {
  text-align: left;
}
.cid-uD47v45FEY .mbr-text,
.cid-uD47v45FEY .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uD47v45FEY .card-text,
.cid-uD47v45FEY .item .mbr-section-btn {
  text-align: left;
}
.cid-uD47v45FEY .card-title {
  text-align: left;
}
.cid-uD9dDk1dhn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD9dDk1dhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9dDk1dhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9dDk1dhn .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uD9dDk1dhn .mbr-section-title DIV {
  text-align: center;
}
.cid-uD9dDk1dhn .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uBPnDHKNIF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uBPnDHKNIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPnDHKNIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPnDHKNIF .mbr-section-title {
  color: #ffffff;
}
.cid-tZIZipCrnf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZIZipCrnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZIZipCrnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZIZipCrnf .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-tZIZipCrnf img {
  margin: auto;
  width: 140px;
}
.cid-tZIZipCrnf .row {
  align-items: flex-start;
}
.cid-tZIZipCrnf .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZIZipCrnf .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tZIZipCrnf .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZIZipCrnf .item-wrapper {
    padding: 1rem;
  }
}
.cid-uBPnsD4IPc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uBPnsD4IPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPnsD4IPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPnsD4IPc .mbr-section-title {
  color: #ffffff;
}
.cid-uBPnsD4IPc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZINHHBJJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZINHHBJJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZINHHBJJb .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tZINHHBJJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZINHHBJJb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tZINHHBJJb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tZINHHBJJb .card-title,
.cid-tZINHHBJJb .iconfont-wrapper {
  color: #000000;
}
.cid-tZINHHBJJb .card-text {
  color: #000000;
}
.cid-tZINHHBJJb .content-head {
  max-width: 800px;
}
.cid-tZINHHBJJb .mbr-section-title {
  color: #000000;
}
.cid-tZINHHBJJb .card-title,
.cid-tZINHHBJJb .img-wrapper {
  color: #32abfa;
}
.cid-usd0I969YO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-usd0I969YO .mbr-fallback-image.disabled {
  display: none;
}
.cid-usd0I969YO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usd0I969YO .mbr-section-title {
  color: #ffffff;
}
.cid-tZOk9RP66C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZOk9RP66C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZOk9RP66C .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-tZOk9RP66C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZOk9RP66C .row {
  flex-direction: row-reverse;
}
.cid-tZOk9RP66C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZOk9RP66C .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tZOk9RP66C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZOk9RP66C .mbr-section-title {
  color: #313d8f;
}
.cid-tZOk9RP66C .mbr-text,
.cid-tZOk9RP66C .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uBPmPYZGi0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uBPmPYZGi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPmPYZGi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPmPYZGi0 .mbr-section-title {
  color: #ffffff;
}
.cid-u0LZoudX7J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0LZoudX7J .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u0LZoudX7J .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uD451KjCTu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD451KjCTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD451KjCTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD451KjCTu .mbr-section-title {
  color: #313d8f;
}
.cid-uD451KjCTu .mbr-section-title DIV {
  text-align: right;
}
.cid-uD451KjCTu .mbr-section-subtitle {
  text-align: left;
}
.cid-uBPnUwjCIk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uBPnUwjCIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPnUwjCIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPnUwjCIk .mbr-section-title {
  color: #ffffff;
}
.cid-uscRym3U9D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uscRym3U9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uscRym3U9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uscRym3U9D .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uscRym3U9D .mbr-section-title {
  color: #ffffff;
}
.cid-uscRym3U9D .mbr-text,
.cid-uscRym3U9D .mbr-section-btn {
  color: #ffffff;
}
.cid-uscRym3U9D .content-head {
  max-width: 800px;
}
.cid-uscRtxM40Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uscRtxM40Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uscRtxM40Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uscRtxM40Z .mbr-section-title {
  color: #1a2e65;
}
.cid-uscRtxM40Z .mbr-section-title DIV {
  text-align: center;
}
.cid-uscRtxM40Z .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uscRvDqbbW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uscRvDqbbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uscRvDqbbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uscRvDqbbW .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uscRvDqbbW .mbr-section-title {
  color: #e78504;
}
.cid-uscRvDqbbW .mbr-text,
.cid-uscRvDqbbW .mbr-section-btn {
  color: #000000;
}
.cid-uscRvDqbbW .content-head {
  max-width: 800px;
}
.cid-usd1wRDFih {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usd1wRDFih .mbr-fallback-image.disabled {
  display: none;
}
.cid-usd1wRDFih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usd1wRDFih .row {
  flex-direction: row-reverse;
}
.cid-uDJmF1ONaF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJmF1ONaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJmF1ONaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJmF1ONaF .mbr-section-title {
  color: #000000;
}
.cid-uDJmF1ONaF .mbr-section-title DIV {
  text-align: right;
}
.cid-uscWTKLyLQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uscWTKLyLQ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uscWTKLyLQ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uscWTKLyLQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uFZpDtqfn9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFZpDtqfn9 h6 {
  line-height: 1.2;
}
.cid-uFZpDtqfn9 img,
.cid-uFZpDtqfn9 .item-img {
  width: 100%;
}
.cid-uFZpDtqfn9 .item:focus,
.cid-uFZpDtqfn9 span:focus {
  outline: none;
}
.cid-uFZpDtqfn9 .item {
  cursor: pointer;
}
.cid-uFZpDtqfn9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uFZpDtqfn9 .item {
  padding: 0;
  margin: 0;
}
.cid-uFZpDtqfn9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFZpDtqfn9 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uFZpDtqfn9 .mbr-section-title {
  color: #000000;
}
.cid-uFZpDtqfn9 .mbr-text,
.cid-uFZpDtqfn9 .mbr-section-btn {
  color: #000000;
}
.cid-uFZpDtqfn9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uFZpDtqfn9 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFZpDtqfn9 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uFZpDtqfn9 .content-head {
  max-width: 800px;
}
.cid-u0M5tH3YHl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0M5tH3YHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0M5tH3YHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0M5tH3YHl .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-u0M74iHyzF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0M74iHyzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0M74iHyzF .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-u0M74iHyzF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0M74iHyzF .row {
  flex-direction: row-reverse;
}
.cid-u0M74iHyzF img {
  width: 100%;
}
.cid-tZP9LqQddv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZP9LqQddv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZP9LqQddv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZP9LqQddv .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tZP9LqQddv .item-wrapper {
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-tZP9LqQddv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZP9LqQddv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZP9LqQddv .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tZP9LqQddv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZP9LqQddv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZP9LqQddv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tZP9LqQddv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZP9LqQddv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tZP9LqQddv .mbr-text,
.cid-tZP9LqQddv .social-row {
  text-align: center;
}
.cid-uBPlUiZE9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uBPlUiZE9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPlUiZE9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPlUiZE9z .mbr-section-title {
  color: #ffffff;
}
.cid-uBQD1snz6K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBQD1snz6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQD1snz6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQD1snz6K .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uBQD1snz6K .item {
    margin-bottom: 4rem;
  }
}
.cid-uBQD1snz6K .item:last-child .icon-box:before {
  display: none;
}
.cid-uBQD1snz6K .item.last .icon-box:before {
  display: none;
}
.cid-uBQD1snz6K .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uBQD1snz6K .icon-box {
    margin-right: 1rem;
  }
}
.cid-uBQD1snz6K span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBQD1snz6K .card {
    margin-bottom: 2rem;
  }
  .cid-uBQD1snz6K .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBQD1snz6K .icon-title {
  color: #4a9917;
}
.cid-uBQD1snz6K .mbr-text,
.cid-uBQD1snz6K .mbr-section-btn {
  text-align: left;
}
.cid-tZP3ESXYEf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZP3ESXYEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZP3ESXYEf .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-tZP3ESXYEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZP3ESXYEf .row {
  flex-direction: row-reverse;
}
.cid-tZP3ESXYEf img {
  width: 100%;
}
.cid-uscX8WmrD0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uscX8WmrD0 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uscX8WmrD0 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uscX8WmrD0 .mbr-section-title DIV {
  text-align: center;
}
.cid-uscX8WmrD0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uFZrEpVBUW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFZrEpVBUW h6 {
  line-height: 1.2;
}
.cid-uFZrEpVBUW img,
.cid-uFZrEpVBUW .item-img {
  width: 100%;
}
.cid-uFZrEpVBUW .item:focus,
.cid-uFZrEpVBUW span:focus {
  outline: none;
}
.cid-uFZrEpVBUW .item {
  cursor: pointer;
}
.cid-uFZrEpVBUW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uFZrEpVBUW .item {
  padding: 0;
  margin: 0;
}
.cid-uFZrEpVBUW .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFZrEpVBUW .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uFZrEpVBUW .mbr-section-title {
  color: #000000;
}
.cid-uFZrEpVBUW .mbr-text,
.cid-uFZrEpVBUW .mbr-section-btn {
  color: #000000;
}
.cid-uFZrEpVBUW .item-title {
  color: #000000;
  text-align: center;
}
.cid-uFZrEpVBUW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFZrEpVBUW .item-text {
  color: #000000;
  text-align: center;
}
.cid-uFZrEpVBUW .content-head {
  max-width: 800px;
}
.cid-tZP8KzSTtK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZP8KzSTtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZP8KzSTtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZP8KzSTtK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tZP8KzSTtK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tZP8KzSTtK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZP8KzSTtK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZP8KzSTtK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tZP8KzSTtK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZP8KzSTtK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZP8KzSTtK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tZP8KzSTtK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZP8KzSTtK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tZP8KzSTtK .card-title {
  color: #000000;
  text-align: center;
}
.cid-tZP8KzSTtK .card-subtitle {
  text-align: center;
}
.cid-uBPlXs7W0R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uBPlXs7W0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPlXs7W0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPlXs7W0R .mbr-section-title {
  color: #ffffff;
}
.cid-uCYIxwTd45 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCYIxwTd45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCYIxwTd45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCYIxwTd45 .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uCYIxwTd45 .mbr-section-subtitle {
  text-align: left;
}
.cid-uBPlZ6upqW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uBPlZ6upqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPlZ6upqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPlZ6upqW .mbr-section-title {
  color: #ffffff;
}
.cid-tZPduda9Xj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZPduda9Xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPduda9Xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPduda9Xj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tZPduda9Xj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tZPduda9Xj .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-tZPduda9Xj .panel-body,
.cid-tZPduda9Xj .card-header {
  padding: 1rem 0;
}
.cid-tZPduda9Xj .panel-title-edit {
  color: #000000;
}
.cid-tZPduda9Xj H3 {
  color: #313d8f;
}
.cid-uG0F89CKkE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eb787a;
}
.cid-uG0F89CKkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0F89CKkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0F89CKkE .mbr-section-title {
  color: #ffffff;
}
.cid-uG0L0vGQbV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uG0L0vGQbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0L0vGQbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0L0vGQbV .row {
  flex-direction: row-reverse;
}
.cid-uz0m1KAaAb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uz0m1KAaAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0m1KAaAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0m1KAaAb .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uz0m1KAaAb .mbr-section-subtitle {
  text-align: left;
}
.cid-uz0m1KAaAb .card-title,
.cid-uz0m1KAaAb .iconfont-wrapper {
  color: #000000;
}
.cid-uyPsBtwP6A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uyPsBtwP6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyPsBtwP6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyPsBtwP6A .mbr-section-title {
  color: #ffffff;
}
.cid-uyPsBtwP6A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBPAERndZQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBPAERndZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPAERndZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPAERndZQ .mbr-section-title {
  color: #000000;
}
.cid-tZPmkQtuZ7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZPmkQtuZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPmkQtuZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tZPmkQtuZ7 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-tZPmkQtuZ7 .mbr-section-title {
  color: #ffffff;
}
.cid-tZPmkQtuZ7 .mbr-text,
.cid-tZPmkQtuZ7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tZPmkQtuZ7 .content-head {
  max-width: 800px;
}
.cid-tZPtemHMB3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZPtemHMB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPtemHMB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPtemHMB3 .mbr-text,
.cid-tZPtemHMB3 .mbr-section-btn {
  color: #000000;
}
.cid-uC1kQS6tYp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #17214c;
}
.cid-uC1kQS6tYp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uC1kQS6tYp .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uC1kQS6tYp .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uC1kQS6tYp .mbr-text {
  color: #ffffff;
}
.cid-uC1oIqoeHi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGgAZxXuvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGgAZxXuvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgAZxXuvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgAZxXuvg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGgAZxXuvg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGgAZxXuvg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGgAZxXuvg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGgAZxXuvg .mbr-text,
.cid-uGgAZxXuvg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uGgAZxXuvg .card-title,
.cid-uGgAZxXuvg .card-box {
  text-align: center;
  color: #000000;
}
.cid-uGgAZxXuvg .mbr-section-subtitle {
  text-align: left;
}
.cid-uGgwXYe2Oy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGgwXYe2Oy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgwXYe2Oy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgwXYe2Oy .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGgwXYe2Oy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGgwXYe2Oy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGgwXYe2Oy .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGgwXYe2Oy .mbr-text,
.cid-uGgwXYe2Oy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uGgwXYe2Oy .card-title,
.cid-uGgwXYe2Oy .card-box {
  text-align: center;
  color: #000000;
}
.cid-uGgwXYe2Oy .mbr-section-subtitle {
  text-align: left;
}
.cid-uGgzOgtx2F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGgzOgtx2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgzOgtx2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgzOgtx2F .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGgzOgtx2F .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGgzOgtx2F .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGgzOgtx2F .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGgzOgtx2F .mbr-text,
.cid-uGgzOgtx2F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uGgzOgtx2F .card-title,
.cid-uGgzOgtx2F .card-box {
  text-align: center;
  color: #000000;
}
.cid-uGgzOgtx2F .mbr-section-subtitle {
  text-align: left;
}
.cid-uJRNaQzmCK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJRNaQzmCK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJRNaQzmCK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJRNaQzmCK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJRNaQzmCK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJRNaQzmCK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJRNaQzmCK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJRNaQzmCK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJRNaQzmCK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJRNaQzmCK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJRNaQzmCK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJRNaQzmCK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJRNaQzmCK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJRNaQzmCK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJRNaQzmCK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJRNaQzmCK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJRNaQzmCK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJRNaQzmCK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJRNaQzmCK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJRNaQzmCK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJRNaQzmCK .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRNaQzmCK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJRNaQzmCK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJRNaQzmCK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #eb787a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJRNaQzmCK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRNaQzmCK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJRNaQzmCK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJRNaQzmCK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #eb787a;
}
.cid-uJRNaQzmCK .nav-item:focus,
.cid-uJRNaQzmCK .nav-link:focus {
  outline: none;
}
.cid-uJRNaQzmCK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJRNaQzmCK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJRNaQzmCK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJRNaQzmCK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJRNaQzmCK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJRNaQzmCK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJRNaQzmCK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJRNaQzmCK .navbar.opened {
  transition: all 0.3s;
}
.cid-uJRNaQzmCK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJRNaQzmCK .navbar .navbar-logo img {
  width: auto;
}
.cid-uJRNaQzmCK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJRNaQzmCK .navbar.collapsed {
  justify-content: center;
}
.cid-uJRNaQzmCK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJRNaQzmCK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJRNaQzmCK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJRNaQzmCK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJRNaQzmCK .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-uJRNaQzmCK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJRNaQzmCK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJRNaQzmCK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJRNaQzmCK .navbar {
    min-height: 72px;
  }
  .cid-uJRNaQzmCK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJRNaQzmCK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJRNaQzmCK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJRNaQzmCK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJRNaQzmCK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJRNaQzmCK .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-uJRNaQzmCK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJRNaQzmCK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJRNaQzmCK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJRNaQzmCK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJRNaQzmCK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJRNaQzmCK .dropdown-item.active,
.cid-uJRNaQzmCK .dropdown-item:active {
  background-color: transparent;
}
.cid-uJRNaQzmCK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJRNaQzmCK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJRNaQzmCK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJRNaQzmCK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eb787a;
}
.cid-uJRNaQzmCK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJRNaQzmCK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJRNaQzmCK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJRNaQzmCK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJRNaQzmCK .navbar-buttons {
    text-align: left;
  }
}
.cid-uJRNaQzmCK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJRNaQzmCK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJRNaQzmCK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJRNaQzmCK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRNaQzmCK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRNaQzmCK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJRNaQzmCK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRNaQzmCK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJRNaQzmCK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJRNaQzmCK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRNaQzmCK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJRNaQzmCK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJRNaQzmCK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJRNaQzmCK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJRNaQzmCK .navbar {
    height: 70px;
  }
  .cid-uJRNaQzmCK .navbar.opened {
    height: auto;
  }
  .cid-uJRNaQzmCK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJRNaQzmCK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJRNaQzmCK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJRNaQzmCK .navbar-brand {
    margin-right: auto;
  }
  .cid-uJRNaQzmCK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #eb787a;
    backdrop-filter: blur(8px);
  }
  .cid-uJRNaQzmCK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJRNaQzmCK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJRNaQzmCK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJRNaQzmCK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJRNaQzmCK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJMNGoXJ1b {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGoXJ1b .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJMNGoXJ1b .mbr-text {
  color: #000000;
}
.cid-uK2vGUQIU6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK2vGUQIU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2vGUQIU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2vGUQIU6 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGpapYp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNGpapYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGpapYp .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-uJMNGpapYp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNGpapYp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNGpapYp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNGpapYp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNGpapYp .mbr-section-title {
  color: #eb787a;
  text-align: left;
}
.cid-uJMNGpapYp .mbr-text,
.cid-uJMNGpapYp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNGprNlM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNGprNlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGprNlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNGprNlM .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNGprNlM .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGprNlM .mbr-text,
.cid-uJMNGprNlM .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNGprNlM .content-head {
  max-width: 800px;
}
.cid-uJMNGpLMla {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGpLMla .item:focus,
.cid-uJMNGpLMla span:focus {
  outline: none;
}
.cid-uJMNGpLMla .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMNGpLMla .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMNGpLMla .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMNGpLMla .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMNGpLMla .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNGpLMla .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMNGpLMla .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNGpLMla .mbr-text,
.cid-uJMNGpLMla .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMNGpLMla .content-head {
  max-width: 800px;
}
.cid-uJMNGpLMla .mbr-number {
  color: #32abfa;
}
.cid-uJMNGpLMla .mbr-section-subtitle,
.cid-uJMNGpLMla .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMNGpLMla .mbr-text {
  text-align: left;
}
.cid-uJMNGpLMla .mbr-text,
.cid-uJMNGpLMla .mbr-card-btn {
  text-align: left;
}
.cid-uJMNGpLMla .mbr-text,
.cid-uJMNGpLMla .mbr-section-btn {
  text-align: left;
}
.cid-uJMNGpLMla .mbr-text,
.cid-uJMNGpLMla .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMNGpLMla .card-text,
.cid-uJMNGpLMla .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMNGpLMla .card-title {
  text-align: left;
}
.cid-uJMNGqe7Yr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNGqe7Yr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGqe7Yr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGqe7Yr .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMNGqe7Yr .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNGqe7Yr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNGqwFK0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGqwFK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGqwFK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGqwFK0 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGqQoOE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGqQoOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGqQoOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGqQoOE .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uJMNGqQoOE img {
  margin: auto;
  width: 140px;
}
.cid-uJMNGqQoOE .row {
  align-items: flex-start;
}
.cid-uJMNGqQoOE .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJMNGqQoOE .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNGqQoOE .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJMNGqQoOE .item-wrapper {
    padding: 1rem;
  }
}
.cid-uJMNGrl6Kj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGrl6Kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGrl6Kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGrl6Kj .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGrl6Kj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNGrBqZl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGrBqZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGrBqZl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMNGrBqZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGrBqZl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMNGrBqZl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMNGrBqZl .card-title,
.cid-uJMNGrBqZl .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNGrBqZl .card-text {
  color: #000000;
}
.cid-uJMNGrBqZl .content-head {
  max-width: 800px;
}
.cid-uJMNGrBqZl .mbr-section-title {
  color: #000000;
}
.cid-uJMNGrBqZl .card-title,
.cid-uJMNGrBqZl .img-wrapper {
  color: #32abfa;
}
.cid-uJMNGscABk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGscABk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGscABk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGscABk .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGsshwg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGsshwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGsshwg .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-uJMNGsshwg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNGsshwg .row {
  flex-direction: row-reverse;
}
.cid-uJMNGsshwg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNGsshwg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNGsshwg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNGsshwg .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNGsshwg .mbr-text,
.cid-uJMNGsshwg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNGsI6vN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGsI6vN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGsI6vN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGsI6vN .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGsYQah {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGsYQah .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMNGsYQah .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMNGtd6TS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNGtd6TS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGtd6TS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGtd6TS .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNGtd6TS .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNGtd6TS .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNGtuBKP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGtuBKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGtuBKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGtuBKP .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGtQKAw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMNGtQKAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGtQKAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNGtQKAw .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNGtQKAw .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGtQKAw .mbr-text,
.cid-uJMNGtQKAw .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNGtQKAw .content-head {
  max-width: 800px;
}
.cid-uJMNGu8ii7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGu8ii7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGu8ii7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGu8ii7 .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMNGu8ii7 .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNGu8ii7 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNGurBi7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGurBi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGurBi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNGurBi7 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNGurBi7 .mbr-section-title {
  color: #e78504;
}
.cid-uJMNGurBi7 .mbr-text,
.cid-uJMNGurBi7 .mbr-section-btn {
  color: #000000;
}
.cid-uJMNGurBi7 .content-head {
  max-width: 800px;
}
.cid-uJMNGuJtJY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGuJtJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGuJtJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGuJtJY .row {
  flex-direction: row-reverse;
}
.cid-uJMNGv1r0M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNGv1r0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGv1r0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGv1r0M .mbr-section-title {
  color: #000000;
}
.cid-uJMNGv1r0M .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNGvi3mi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGvi3mi .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNGvi3mi .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNGvi3mi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNGvCN4I {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGvCN4I h6 {
  line-height: 1.2;
}
.cid-uJMNGvCN4I img,
.cid-uJMNGvCN4I .item-img {
  width: 100%;
}
.cid-uJMNGvCN4I .item:focus,
.cid-uJMNGvCN4I span:focus {
  outline: none;
}
.cid-uJMNGvCN4I .item {
  cursor: pointer;
}
.cid-uJMNGvCN4I .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNGvCN4I .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNGvCN4I .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNGvCN4I .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNGvCN4I .mbr-section-title {
  color: #000000;
}
.cid-uJMNGvCN4I .mbr-text,
.cid-uJMNGvCN4I .mbr-section-btn {
  color: #000000;
}
.cid-uJMNGvCN4I .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNGvCN4I .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNGvCN4I .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNGvCN4I .content-head {
  max-width: 800px;
}
.cid-uJMNGw2hIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGw2hIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGw2hIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGw2hIY .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMNGwmBSr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGwmBSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGwmBSr .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-uJMNGwmBSr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNGwmBSr .row {
  flex-direction: row-reverse;
}
.cid-uJMNGwmBSr img {
  width: 100%;
}
.cid-uJMNGwHeah {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNGwHeah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGwHeah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGwHeah .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNGwHeah .item-wrapper {
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uJMNGwHeah .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNGwHeah .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNGwHeah .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNGwHeah .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNGwHeah .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNGwHeah .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNGwHeah .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNGwHeah .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNGwHeah .mbr-text,
.cid-uJMNGwHeah .social-row {
  text-align: center;
}
.cid-uJMNGx7rjL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGx7rjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGx7rjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGx7rjL .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGxwhHV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGxwhHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGxwhHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGxwhHV .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uJMNGxwhHV .item {
    margin-bottom: 4rem;
  }
}
.cid-uJMNGxwhHV .item:last-child .icon-box:before {
  display: none;
}
.cid-uJMNGxwhHV .item.last .icon-box:before {
  display: none;
}
.cid-uJMNGxwhHV .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJMNGxwhHV .icon-box {
    margin-right: 1rem;
  }
}
.cid-uJMNGxwhHV span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJMNGxwhHV .card {
    margin-bottom: 2rem;
  }
  .cid-uJMNGxwhHV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJMNGxwhHV .icon-title {
  color: #4a9917;
}
.cid-uJMNGxwhHV .mbr-text,
.cid-uJMNGxwhHV .mbr-section-btn {
  text-align: left;
}
.cid-uJMNGyh8pB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMNGyh8pB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGyh8pB .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-uJMNGyh8pB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNGyh8pB .row {
  flex-direction: row-reverse;
}
.cid-uJMNGyh8pB img {
  width: 100%;
}
.cid-uJMNGyBCHY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNGyBCHY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNGyBCHY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNGyBCHY .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNGyBCHY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNGyTH7s {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGyTH7s h6 {
  line-height: 1.2;
}
.cid-uJMNGyTH7s img,
.cid-uJMNGyTH7s .item-img {
  width: 100%;
}
.cid-uJMNGyTH7s .item:focus,
.cid-uJMNGyTH7s span:focus {
  outline: none;
}
.cid-uJMNGyTH7s .item {
  cursor: pointer;
}
.cid-uJMNGyTH7s .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNGyTH7s .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNGyTH7s .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNGyTH7s .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNGyTH7s .mbr-section-title {
  color: #000000;
}
.cid-uJMNGyTH7s .mbr-text,
.cid-uJMNGyTH7s .mbr-section-btn {
  color: #000000;
}
.cid-uJMNGyTH7s .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNGyTH7s .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNGyTH7s .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNGyTH7s .content-head {
  max-width: 800px;
}
.cid-uJMNGzoEgl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNGzoEgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGzoEgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGzoEgl .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNGzoEgl .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJMNGzoEgl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNGzoEgl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNGzoEgl .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNGzoEgl .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNGzoEgl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNGzoEgl .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNGzoEgl .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNGzoEgl .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNGzoEgl .card-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNGzoEgl .card-subtitle {
  text-align: center;
}
.cid-uJMNGzQTYc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGzQTYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGzQTYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGzQTYc .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGAe5sL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGAe5sL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGAe5sL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGAe5sL .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNGAe5sL .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNGAGGnU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGAGGnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGAGGnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGAGGnU .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGB6Wga {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNGB6Wga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGB6Wga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGB6Wga .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMNGB6Wga .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMNGB6Wga .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMNGB6Wga .panel-body,
.cid-uJMNGB6Wga .card-header {
  padding: 1rem 0;
}
.cid-uJMNGB6Wga .panel-title-edit {
  color: #000000;
}
.cid-uJMNGB6Wga H3 {
  color: #313d8f;
}
.cid-uJMNGBA6oF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eb787a;
}
.cid-uJMNGBA6oF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGBA6oF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGBA6oF .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGBY2Ir {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMNGBY2Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGBY2Ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGBY2Ir .row {
  flex-direction: row-reverse;
}
.cid-uJMNGCmCWN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMNGCmCWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGCmCWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGCmCWN .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNGCmCWN .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNGCmCWN .card-title,
.cid-uJMNGCmCWN .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNGCTWfT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNGCTWfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGCTWfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGCTWfT .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGCTWfT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNGDgRlX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMNGDgRlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGDgRlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGDgRlX .mbr-section-title {
  color: #000000;
}
.cid-uJMNGDFoRt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNGDFoRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGDFoRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNGDFoRt .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNGDFoRt .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNGDFoRt .mbr-text,
.cid-uJMNGDFoRt .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNGDFoRt .content-head {
  max-width: 800px;
}
.cid-uJMNGE4YBJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNGE4YBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNGE4YBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNGE4YBJ .mbr-text,
.cid-uJMNGE4YBJ .mbr-section-btn {
  color: #000000;
}
.cid-uJMNGEVcTi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJRNg9wCq9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJRNg9wCq9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJRNg9wCq9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJRNg9wCq9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJRNg9wCq9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uJRNg9wCq9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJRNg9wCq9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJRNg9wCq9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJRNg9wCq9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJRNg9wCq9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uJRNg9wCq9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJRNg9wCq9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJRNg9wCq9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJRNg9wCq9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJRNg9wCq9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJRNg9wCq9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJRNg9wCq9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJRNg9wCq9 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJRNg9wCq9 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uJRNg9wCq9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uJRNg9wCq9 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRNg9wCq9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJRNg9wCq9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJRNg9wCq9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #eb787a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJRNg9wCq9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRNg9wCq9 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uJRNg9wCq9 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJRNg9wCq9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #eb787a;
}
.cid-uJRNg9wCq9 .nav-item:focus,
.cid-uJRNg9wCq9 .nav-link:focus {
  outline: none;
}
.cid-uJRNg9wCq9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJRNg9wCq9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJRNg9wCq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJRNg9wCq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJRNg9wCq9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJRNg9wCq9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJRNg9wCq9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJRNg9wCq9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJRNg9wCq9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJRNg9wCq9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uJRNg9wCq9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJRNg9wCq9 .navbar.collapsed {
  justify-content: center;
}
.cid-uJRNg9wCq9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJRNg9wCq9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJRNg9wCq9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJRNg9wCq9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJRNg9wCq9 .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-uJRNg9wCq9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJRNg9wCq9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJRNg9wCq9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJRNg9wCq9 .navbar {
    min-height: 72px;
  }
  .cid-uJRNg9wCq9 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJRNg9wCq9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJRNg9wCq9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJRNg9wCq9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJRNg9wCq9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJRNg9wCq9 .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-uJRNg9wCq9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJRNg9wCq9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJRNg9wCq9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJRNg9wCq9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJRNg9wCq9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJRNg9wCq9 .dropdown-item.active,
.cid-uJRNg9wCq9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJRNg9wCq9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJRNg9wCq9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJRNg9wCq9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJRNg9wCq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eb787a;
}
.cid-uJRNg9wCq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJRNg9wCq9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJRNg9wCq9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJRNg9wCq9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJRNg9wCq9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uJRNg9wCq9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJRNg9wCq9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJRNg9wCq9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJRNg9wCq9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRNg9wCq9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRNg9wCq9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJRNg9wCq9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRNg9wCq9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJRNg9wCq9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJRNg9wCq9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRNg9wCq9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJRNg9wCq9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJRNg9wCq9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJRNg9wCq9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJRNg9wCq9 .navbar {
    height: 70px;
  }
  .cid-uJRNg9wCq9 .navbar.opened {
    height: auto;
  }
  .cid-uJRNg9wCq9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJRNg9wCq9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJRNg9wCq9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJRNg9wCq9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uJRNg9wCq9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #eb787a;
    backdrop-filter: blur(8px);
  }
  .cid-uJRNg9wCq9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJRNg9wCq9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJRNg9wCq9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJRNg9wCq9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJRNg9wCq9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJMNHT1Nkx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHT1Nkx .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJMNHT1Nkx .mbr-text {
  color: #000000;
}
.cid-uK2w5eJO3E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK2w5eJO3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2w5eJO3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2w5eJO3E .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNHTkKIk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNHTkKIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHTkKIk .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-uJMNHTkKIk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNHTkKIk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNHTkKIk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNHTkKIk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNHTkKIk .mbr-section-title {
  color: #eb787a;
  text-align: left;
}
.cid-uJMNHTkKIk .mbr-text,
.cid-uJMNHTkKIk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNHTCAnb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNHTCAnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHTCAnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNHTCAnb .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNHTCAnb .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNHTCAnb .mbr-text,
.cid-uJMNHTCAnb .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNHTCAnb .content-head {
  max-width: 800px;
}
.cid-uJMNHTUHMc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHTUHMc .item:focus,
.cid-uJMNHTUHMc span:focus {
  outline: none;
}
.cid-uJMNHTUHMc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMNHTUHMc .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMNHTUHMc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMNHTUHMc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMNHTUHMc .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNHTUHMc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMNHTUHMc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNHTUHMc .mbr-text,
.cid-uJMNHTUHMc .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMNHTUHMc .content-head {
  max-width: 800px;
}
.cid-uJMNHTUHMc .mbr-number {
  color: #32abfa;
}
.cid-uJMNHTUHMc .mbr-section-subtitle,
.cid-uJMNHTUHMc .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMNHTUHMc .mbr-text {
  text-align: left;
}
.cid-uJMNHTUHMc .mbr-text,
.cid-uJMNHTUHMc .mbr-card-btn {
  text-align: left;
}
.cid-uJMNHTUHMc .mbr-text,
.cid-uJMNHTUHMc .mbr-section-btn {
  text-align: left;
}
.cid-uJMNHTUHMc .mbr-text,
.cid-uJMNHTUHMc .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMNHTUHMc .card-text,
.cid-uJMNHTUHMc .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMNHTUHMc .card-title {
  text-align: left;
}
.cid-uJMNHUnQbs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNHUnQbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHUnQbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHUnQbs .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMNHUnQbs .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNHUnQbs .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNHUJ5Dv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNHUJ5Dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHUJ5Dv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHUJ5Dv .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNHV3rX9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHV3rX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHV3rX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHV3rX9 .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uJMNHV3rX9 img {
  margin: auto;
  width: 140px;
}
.cid-uJMNHV3rX9 .row {
  align-items: flex-start;
}
.cid-uJMNHV3rX9 .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJMNHV3rX9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNHV3rX9 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJMNHV3rX9 .item-wrapper {
    padding: 1rem;
  }
}
.cid-uJMNHVtdc9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNHVtdc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHVtdc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHVtdc9 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNHVtdc9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNHVJlDm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHVJlDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHVJlDm .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMNHVJlDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHVJlDm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMNHVJlDm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMNHVJlDm .card-title,
.cid-uJMNHVJlDm .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNHVJlDm .card-text {
  color: #000000;
}
.cid-uJMNHVJlDm .content-head {
  max-width: 800px;
}
.cid-uJMNHVJlDm .mbr-section-title {
  color: #000000;
}
.cid-uJMNHVJlDm .card-title,
.cid-uJMNHVJlDm .img-wrapper {
  color: #32abfa;
}
.cid-uJMNHWbLum {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNHWbLum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHWbLum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHWbLum .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNHWtopB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHWtopB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHWtopB .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-uJMNHWtopB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNHWtopB .row {
  flex-direction: row-reverse;
}
.cid-uJMNHWtopB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNHWtopB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNHWtopB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNHWtopB .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNHWtopB .mbr-text,
.cid-uJMNHWtopB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNHWNSDU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNHWNSDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHWNSDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHWNSDU .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNHX9vk6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHX9vk6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMNHX9vk6 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMNHXqyof {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNHXqyof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHXqyof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHXqyof .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNHXqyof .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNHXqyof .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNHXIzbW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNHXIzbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHXIzbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHXIzbW .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNHXYsUK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMNHXYsUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHXYsUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNHXYsUK .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNHXYsUK .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNHXYsUK .mbr-text,
.cid-uJMNHXYsUK .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNHXYsUK .content-head {
  max-width: 800px;
}
.cid-uJMNHYkZjv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHYkZjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHYkZjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHYkZjv .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMNHYkZjv .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNHYkZjv .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNHYEIxS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHYEIxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHYEIxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNHYEIxS .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNHYEIxS .mbr-section-title {
  color: #e78504;
}
.cid-uJMNHYEIxS .mbr-text,
.cid-uJMNHYEIxS .mbr-section-btn {
  color: #000000;
}
.cid-uJMNHYEIxS .content-head {
  max-width: 800px;
}
.cid-uJMNHZ0KbK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHZ0KbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHZ0KbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHZ0KbK .row {
  flex-direction: row-reverse;
}
.cid-uJMNHZjXlZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNHZjXlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNHZjXlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNHZjXlZ .mbr-section-title {
  color: #000000;
}
.cid-uJMNHZjXlZ .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNHZDbFW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNHZDbFW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNHZDbFW .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNHZDbFW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNHZT444 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNHZT444 h6 {
  line-height: 1.2;
}
.cid-uJMNHZT444 img,
.cid-uJMNHZT444 .item-img {
  width: 100%;
}
.cid-uJMNHZT444 .item:focus,
.cid-uJMNHZT444 span:focus {
  outline: none;
}
.cid-uJMNHZT444 .item {
  cursor: pointer;
}
.cid-uJMNHZT444 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNHZT444 .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNHZT444 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNHZT444 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNHZT444 .mbr-section-title {
  color: #000000;
}
.cid-uJMNHZT444 .mbr-text,
.cid-uJMNHZT444 .mbr-section-btn {
  color: #000000;
}
.cid-uJMNHZT444 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNHZT444 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNHZT444 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNHZT444 .content-head {
  max-width: 800px;
}
.cid-uJMNI0ireI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNI0ireI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI0ireI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI0ireI .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMNI0G3iV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNI0G3iV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI0G3iV .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-uJMNI0G3iV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNI0G3iV .row {
  flex-direction: row-reverse;
}
.cid-uJMNI0G3iV img {
  width: 100%;
}
.cid-uJMNI12FBM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNI12FBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI12FBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI12FBM .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNI12FBM .item-wrapper {
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uJMNI12FBM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNI12FBM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNI12FBM .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNI12FBM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNI12FBM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNI12FBM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNI12FBM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNI12FBM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNI12FBM .mbr-text,
.cid-uJMNI12FBM .social-row {
  text-align: center;
}
.cid-uJMNI1rBKX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNI1rBKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI1rBKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI1rBKX .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNI1L73j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNI1L73j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI1L73j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI1L73j .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uJMNI1L73j .item {
    margin-bottom: 4rem;
  }
}
.cid-uJMNI1L73j .item:last-child .icon-box:before {
  display: none;
}
.cid-uJMNI1L73j .item.last .icon-box:before {
  display: none;
}
.cid-uJMNI1L73j .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJMNI1L73j .icon-box {
    margin-right: 1rem;
  }
}
.cid-uJMNI1L73j span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJMNI1L73j .card {
    margin-bottom: 2rem;
  }
  .cid-uJMNI1L73j .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJMNI1L73j .icon-title {
  color: #4a9917;
}
.cid-uJMNI1L73j .mbr-text,
.cid-uJMNI1L73j .mbr-section-btn {
  text-align: left;
}
.cid-uJMNI2slaS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMNI2slaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI2slaS .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-uJMNI2slaS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNI2slaS .row {
  flex-direction: row-reverse;
}
.cid-uJMNI2slaS img {
  width: 100%;
}
.cid-uJMNI2MDtL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNI2MDtL .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNI2MDtL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNI2MDtL .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNI2MDtL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNI32Cf0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNI32Cf0 h6 {
  line-height: 1.2;
}
.cid-uJMNI32Cf0 img,
.cid-uJMNI32Cf0 .item-img {
  width: 100%;
}
.cid-uJMNI32Cf0 .item:focus,
.cid-uJMNI32Cf0 span:focus {
  outline: none;
}
.cid-uJMNI32Cf0 .item {
  cursor: pointer;
}
.cid-uJMNI32Cf0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNI32Cf0 .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNI32Cf0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNI32Cf0 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNI32Cf0 .mbr-section-title {
  color: #000000;
}
.cid-uJMNI32Cf0 .mbr-text,
.cid-uJMNI32Cf0 .mbr-section-btn {
  color: #000000;
}
.cid-uJMNI32Cf0 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNI32Cf0 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNI32Cf0 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNI32Cf0 .content-head {
  max-width: 800px;
}
.cid-uJMNI3sfFa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNI3sfFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI3sfFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI3sfFa .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNI3sfFa .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJMNI3sfFa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNI3sfFa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNI3sfFa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNI3sfFa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNI3sfFa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNI3sfFa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNI3sfFa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNI3sfFa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNI3sfFa .card-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNI3sfFa .card-subtitle {
  text-align: center;
}
.cid-uJMNI3UaaQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNI3UaaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI3UaaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI3UaaQ .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNI4iILx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNI4iILx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI4iILx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI4iILx .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNI4iILx .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNI4IL9s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNI4IL9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI4IL9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI4IL9s .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNI51Dpe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNI51Dpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI51Dpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI51Dpe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMNI51Dpe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMNI51Dpe .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMNI51Dpe .panel-body,
.cid-uJMNI51Dpe .card-header {
  padding: 1rem 0;
}
.cid-uJMNI51Dpe .panel-title-edit {
  color: #000000;
}
.cid-uJMNI51Dpe H3 {
  color: #313d8f;
}
.cid-uJMNI5thDg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eb787a;
}
.cid-uJMNI5thDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI5thDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI5thDg .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNI5SQOU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMNI5SQOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI5SQOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI5SQOU .row {
  flex-direction: row-reverse;
}
.cid-uJMNI6dSkO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMNI6dSkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI6dSkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI6dSkO .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNI6dSkO .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNI6dSkO .card-title,
.cid-uJMNI6dSkO .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNI6FwMO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNI6FwMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI6FwMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI6FwMO .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNI6FwMO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNI73WDj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMNI73WDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI73WDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI73WDj .mbr-section-title {
  color: #000000;
}
.cid-uJMNI7tlsl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNI7tlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI7tlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNI7tlsl .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNI7tlsl .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNI7tlsl .mbr-text,
.cid-uJMNI7tlsl .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNI7tlsl .content-head {
  max-width: 800px;
}
.cid-uJMNI7SJ0M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNI7SJ0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNI7SJ0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNI7SJ0M .mbr-text,
.cid-uJMNI7SJ0M .mbr-section-btn {
  color: #000000;
}
.cid-uJMNI8HOwT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJRNmoNqsb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJRNmoNqsb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJRNmoNqsb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJRNmoNqsb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJRNmoNqsb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJRNmoNqsb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJRNmoNqsb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJRNmoNqsb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJRNmoNqsb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJRNmoNqsb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uJRNmoNqsb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJRNmoNqsb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJRNmoNqsb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJRNmoNqsb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJRNmoNqsb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJRNmoNqsb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJRNmoNqsb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJRNmoNqsb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJRNmoNqsb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJRNmoNqsb .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uJRNmoNqsb .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRNmoNqsb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJRNmoNqsb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJRNmoNqsb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uJRNmoNqsb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRNmoNqsb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJRNmoNqsb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJRNmoNqsb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #eb787a;
}
.cid-uJRNmoNqsb .nav-item:focus,
.cid-uJRNmoNqsb .nav-link:focus {
  outline: none;
}
.cid-uJRNmoNqsb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJRNmoNqsb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJRNmoNqsb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJRNmoNqsb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJRNmoNqsb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJRNmoNqsb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJRNmoNqsb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJRNmoNqsb .navbar.opened {
  transition: all 0.25s;
}
.cid-uJRNmoNqsb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJRNmoNqsb .navbar .navbar-logo img {
  width: auto;
}
.cid-uJRNmoNqsb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJRNmoNqsb .navbar.collapsed {
  justify-content: center;
}
.cid-uJRNmoNqsb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJRNmoNqsb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJRNmoNqsb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJRNmoNqsb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJRNmoNqsb .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-uJRNmoNqsb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJRNmoNqsb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJRNmoNqsb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJRNmoNqsb .navbar {
    min-height: 72px;
  }
  .cid-uJRNmoNqsb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJRNmoNqsb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJRNmoNqsb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJRNmoNqsb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJRNmoNqsb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJRNmoNqsb .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-uJRNmoNqsb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJRNmoNqsb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJRNmoNqsb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJRNmoNqsb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJRNmoNqsb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJRNmoNqsb .dropdown-item.active,
.cid-uJRNmoNqsb .dropdown-item:active {
  background-color: transparent;
}
.cid-uJRNmoNqsb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJRNmoNqsb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJRNmoNqsb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJRNmoNqsb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eb787a;
}
.cid-uJRNmoNqsb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJRNmoNqsb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJRNmoNqsb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJRNmoNqsb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJRNmoNqsb .navbar-buttons {
    text-align: left;
  }
}
.cid-uJRNmoNqsb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJRNmoNqsb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJRNmoNqsb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJRNmoNqsb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRNmoNqsb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRNmoNqsb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJRNmoNqsb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRNmoNqsb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJRNmoNqsb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJRNmoNqsb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRNmoNqsb .navbar-dropdown {
  padding: 0;
  background-color: #eb787a !important;
  position: fixed;
}
.cid-uJRNmoNqsb .opacityScroll {
  background: #eb787a !important;
}
.cid-uJRNmoNqsb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJRNmoNqsb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJRNmoNqsb .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJRNmoNqsb .navbar {
    height: 70px;
  }
  .cid-uJRNmoNqsb .navbar.opened {
    height: auto;
  }
  .cid-uJRNmoNqsb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJRNmoNqsb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJRNmoNqsb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJRNmoNqsb .navbar-brand {
    margin-right: auto;
  }
  .cid-uJRNmoNqsb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #eb787a;
    backdrop-filter: blur(8px);
  }
  .cid-uJRNmoNqsb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJRNmoNqsb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJRNmoNqsb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJRNmoNqsb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJRNmoNqsb .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uJRNmoNqsb .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uJRNmoNqsb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJMNJRvzkV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJRvzkV .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJMNJRvzkV .mbr-text {
  color: #000000;
}
.cid-uK2wgkFocV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK2wgkFocV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2wgkFocV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2wgkFocV .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNJRJFIM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNJRJFIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJRJFIM .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-uJMNJRJFIM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNJRJFIM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNJRJFIM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNJRJFIM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNJRJFIM .mbr-section-title {
  color: #eb787a;
  text-align: left;
}
.cid-uJMNJRJFIM .mbr-text,
.cid-uJMNJRJFIM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNJS3VjO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNJS3VjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJS3VjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNJS3VjO .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNJS3VjO .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNJS3VjO .mbr-text,
.cid-uJMNJS3VjO .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNJS3VjO .content-head {
  max-width: 800px;
}
.cid-uJMNJSnn10 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJSnn10 .item:focus,
.cid-uJMNJSnn10 span:focus {
  outline: none;
}
.cid-uJMNJSnn10 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMNJSnn10 .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMNJSnn10 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMNJSnn10 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMNJSnn10 .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNJSnn10 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMNJSnn10 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNJSnn10 .mbr-text,
.cid-uJMNJSnn10 .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMNJSnn10 .content-head {
  max-width: 800px;
}
.cid-uJMNJSnn10 .mbr-number {
  color: #32abfa;
}
.cid-uJMNJSnn10 .mbr-section-subtitle,
.cid-uJMNJSnn10 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMNJSnn10 .mbr-text {
  text-align: left;
}
.cid-uJMNJSnn10 .mbr-text,
.cid-uJMNJSnn10 .mbr-card-btn {
  text-align: left;
}
.cid-uJMNJSnn10 .mbr-text,
.cid-uJMNJSnn10 .mbr-section-btn {
  text-align: left;
}
.cid-uJMNJSnn10 .mbr-text,
.cid-uJMNJSnn10 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMNJSnn10 .card-text,
.cid-uJMNJSnn10 .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMNJSnn10 .card-title {
  text-align: left;
}
.cid-uJMNJSR8Nn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNJSR8Nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJSR8Nn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJSR8Nn .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMNJSR8Nn .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNJSR8Nn .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNJT9Tc6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNJT9Tc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJT9Tc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJT9Tc6 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNJTruWl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJTruWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJTruWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJTruWl .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uJMNJTruWl img {
  margin: auto;
  width: 140px;
}
.cid-uJMNJTruWl .row {
  align-items: flex-start;
}
.cid-uJMNJTruWl .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJMNJTruWl .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNJTruWl .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJMNJTruWl .item-wrapper {
    padding: 1rem;
  }
}
.cid-uJMNJTVAtl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNJTVAtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJTVAtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJTVAtl .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNJTVAtl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNJUcBe4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJUcBe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJUcBe4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMNJUcBe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJUcBe4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMNJUcBe4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMNJUcBe4 .card-title,
.cid-uJMNJUcBe4 .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNJUcBe4 .card-text {
  color: #000000;
}
.cid-uJMNJUcBe4 .content-head {
  max-width: 800px;
}
.cid-uJMNJUcBe4 .mbr-section-title {
  color: #000000;
}
.cid-uJMNJUcBe4 .card-title,
.cid-uJMNJUcBe4 .img-wrapper {
  color: #32abfa;
}
.cid-uJMNJUDG0V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNJUDG0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJUDG0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJUDG0V .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNJUWLYF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJUWLYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJUWLYF .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-uJMNJUWLYF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNJUWLYF .row {
  flex-direction: row-reverse;
}
.cid-uJMNJUWLYF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNJUWLYF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNJUWLYF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNJUWLYF .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNJUWLYF .mbr-text,
.cid-uJMNJUWLYF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNJVdSY3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNJVdSY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJVdSY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJVdSY3 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNJVBQiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJVBQiW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMNJVBQiW .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMNJVP30e {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNJVP30e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJVP30e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJVP30e .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNJVP30e .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNJVP30e .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNJW7uHd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNJW7uHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJW7uHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJW7uHd .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNJWpPld {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMNJWpPld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJWpPld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNJWpPld .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNJWpPld .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNJWpPld .mbr-text,
.cid-uJMNJWpPld .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNJWpPld .content-head {
  max-width: 800px;
}
.cid-uJMNJWHoqg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJWHoqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJWHoqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJWHoqg .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMNJWHoqg .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNJWHoqg .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNJX1aAX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJX1aAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJX1aAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNJX1aAX .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNJX1aAX .mbr-section-title {
  color: #e78504;
}
.cid-uJMNJX1aAX .mbr-text,
.cid-uJMNJX1aAX .mbr-section-btn {
  color: #000000;
}
.cid-uJMNJX1aAX .content-head {
  max-width: 800px;
}
.cid-uJMNJXpf10 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJXpf10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJXpf10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJXpf10 .row {
  flex-direction: row-reverse;
}
.cid-uJMNJXLBGK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNJXLBGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJXLBGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJXLBGK .mbr-section-title {
  color: #000000;
}
.cid-uJMNJXLBGK .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNJY4Luu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNJY4Luu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNJY4Luu .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNJY4Luu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNJYmKsY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJYmKsY h6 {
  line-height: 1.2;
}
.cid-uJMNJYmKsY img,
.cid-uJMNJYmKsY .item-img {
  width: 100%;
}
.cid-uJMNJYmKsY .item:focus,
.cid-uJMNJYmKsY span:focus {
  outline: none;
}
.cid-uJMNJYmKsY .item {
  cursor: pointer;
}
.cid-uJMNJYmKsY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNJYmKsY .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNJYmKsY .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNJYmKsY .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNJYmKsY .mbr-section-title {
  color: #000000;
}
.cid-uJMNJYmKsY .mbr-text,
.cid-uJMNJYmKsY .mbr-section-btn {
  color: #000000;
}
.cid-uJMNJYmKsY .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNJYmKsY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNJYmKsY .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNJYmKsY .content-head {
  max-width: 800px;
}
.cid-uJMNJYLK00 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJYLK00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJYLK00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJYLK00 .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMNJZcvrx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNJZcvrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJZcvrx .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-uJMNJZcvrx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNJZcvrx .row {
  flex-direction: row-reverse;
}
.cid-uJMNJZcvrx img {
  width: 100%;
}
.cid-uJMNJZDfvw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNJZDfvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNJZDfvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNJZDfvw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNJZDfvw .item-wrapper {
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uJMNJZDfvw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNJZDfvw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNJZDfvw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNJZDfvw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNJZDfvw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNJZDfvw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNJZDfvw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNJZDfvw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNJZDfvw .mbr-text,
.cid-uJMNJZDfvw .social-row {
  text-align: center;
}
.cid-uJMNK03njU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNK03njU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK03njU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK03njU .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNK0nHXw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNK0nHXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK0nHXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK0nHXw .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uJMNK0nHXw .item {
    margin-bottom: 4rem;
  }
}
.cid-uJMNK0nHXw .item:last-child .icon-box:before {
  display: none;
}
.cid-uJMNK0nHXw .item.last .icon-box:before {
  display: none;
}
.cid-uJMNK0nHXw .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJMNK0nHXw .icon-box {
    margin-right: 1rem;
  }
}
.cid-uJMNK0nHXw span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJMNK0nHXw .card {
    margin-bottom: 2rem;
  }
  .cid-uJMNK0nHXw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJMNK0nHXw .icon-title {
  color: #4a9917;
}
.cid-uJMNK0nHXw .mbr-text,
.cid-uJMNK0nHXw .mbr-section-btn {
  text-align: left;
}
.cid-uJMNK16Tsk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMNK16Tsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK16Tsk .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-uJMNK16Tsk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNK16Tsk .row {
  flex-direction: row-reverse;
}
.cid-uJMNK16Tsk img {
  width: 100%;
}
.cid-uJMNK1qTom {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNK1qTom .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNK1qTom .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNK1qTom .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNK1qTom .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNK1JVM3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNK1JVM3 h6 {
  line-height: 1.2;
}
.cid-uJMNK1JVM3 img,
.cid-uJMNK1JVM3 .item-img {
  width: 100%;
}
.cid-uJMNK1JVM3 .item:focus,
.cid-uJMNK1JVM3 span:focus {
  outline: none;
}
.cid-uJMNK1JVM3 .item {
  cursor: pointer;
}
.cid-uJMNK1JVM3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNK1JVM3 .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNK1JVM3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNK1JVM3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNK1JVM3 .mbr-section-title {
  color: #000000;
}
.cid-uJMNK1JVM3 .mbr-text,
.cid-uJMNK1JVM3 .mbr-section-btn {
  color: #000000;
}
.cid-uJMNK1JVM3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNK1JVM3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNK1JVM3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNK1JVM3 .content-head {
  max-width: 800px;
}
.cid-uJMNK2dn74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNK2dn74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK2dn74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK2dn74 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNK2dn74 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJMNK2dn74 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNK2dn74 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNK2dn74 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNK2dn74 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNK2dn74 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNK2dn74 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNK2dn74 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNK2dn74 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNK2dn74 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNK2dn74 .card-subtitle {
  text-align: center;
}
.cid-uJMNK2FYr8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNK2FYr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK2FYr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK2FYr8 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNK36Hr5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNK36Hr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK36Hr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK36Hr5 .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNK36Hr5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNK3xbsV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNK3xbsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK3xbsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK3xbsV .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNK3VMkN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNK3VMkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK3VMkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK3VMkN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMNK3VMkN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMNK3VMkN .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMNK3VMkN .panel-body,
.cid-uJMNK3VMkN .card-header {
  padding: 1rem 0;
}
.cid-uJMNK3VMkN .panel-title-edit {
  color: #000000;
}
.cid-uJMNK3VMkN H3 {
  color: #313d8f;
}
.cid-uJMNK4oU8C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eb787a;
}
.cid-uJMNK4oU8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK4oU8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK4oU8C .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNK4Qb1d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMNK4Qb1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK4Qb1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK4Qb1d .row {
  flex-direction: row-reverse;
}
.cid-uJMNK5humR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMNK5humR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK5humR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK5humR .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNK5humR .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNK5humR .card-title,
.cid-uJMNK5humR .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNK5Hxxd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNK5Hxxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK5Hxxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK5Hxxd .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNK5Hxxd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNK631DE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMNK631DE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK631DE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK631DE .mbr-section-title {
  color: #000000;
}
.cid-uJMNK6tBBf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNK6tBBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK6tBBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNK6tBBf .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNK6tBBf .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNK6tBBf .mbr-text,
.cid-uJMNK6tBBf .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNK6tBBf .content-head {
  max-width: 800px;
}
.cid-uJMNK6VHYr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNK6VHYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNK6VHYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNK6VHYr .mbr-text,
.cid-uJMNK6VHYr .mbr-section-btn {
  color: #000000;
}
.cid-uJMNK7HK3F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJMNLegryd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNLegryd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLegryd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLegryd .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNLegryd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uK2wzJ6mh4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK2wzJ6mh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2wzJ6mh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2wzJ6mh4 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNLeDicx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNLeDicx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLeDicx .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMNLeDicx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLeDicx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMNLeDicx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMNLeDicx .card-title,
.cid-uJMNLeDicx .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNLeDicx .card-text {
  color: #000000;
}
.cid-uJMNLeDicx .content-head {
  max-width: 800px;
}
.cid-uJMNLeDicx .mbr-section-title {
  color: #000000;
}
.cid-uJMNLeDicx .card-title,
.cid-uJMNLeDicx .img-wrapper {
  color: #32abfa;
}
.cid-uJMNLctstI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNLctstI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLctstI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNLctstI .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNLctstI .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNLctstI .mbr-text,
.cid-uJMNLctstI .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNLctstI .content-head {
  max-width: 800px;
}
.cid-uJMNLcJ2ip {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNLcJ2ip .item:focus,
.cid-uJMNLcJ2ip span:focus {
  outline: none;
}
.cid-uJMNLcJ2ip .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMNLcJ2ip .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMNLcJ2ip .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMNLcJ2ip .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMNLcJ2ip .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNLcJ2ip .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMNLcJ2ip .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNLcJ2ip .mbr-text,
.cid-uJMNLcJ2ip .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMNLcJ2ip .content-head {
  max-width: 800px;
}
.cid-uJMNLcJ2ip .mbr-number {
  color: #32abfa;
}
.cid-uJMNLcJ2ip .mbr-section-subtitle,
.cid-uJMNLcJ2ip .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMNLcJ2ip .mbr-text {
  text-align: left;
}
.cid-uJMNLcJ2ip .mbr-text,
.cid-uJMNLcJ2ip .mbr-card-btn {
  text-align: left;
}
.cid-uJMNLcJ2ip .mbr-text,
.cid-uJMNLcJ2ip .mbr-section-btn {
  text-align: left;
}
.cid-uJMNLcJ2ip .mbr-text,
.cid-uJMNLcJ2ip .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMNLcJ2ip .card-text,
.cid-uJMNLcJ2ip .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMNLcJ2ip .card-title {
  text-align: left;
}
.cid-uJMNLd7mEn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNLd7mEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLd7mEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLd7mEn .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMNLd7mEn .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNLd7mEn .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNLfKpKj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNLfKpKj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMNLfKpKj .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMNLhmKC4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNLhmKC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLhmKC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLhmKC4 .row {
  flex-direction: row-reverse;
}
.cid-uJMNLhCShJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNLhCShJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLhCShJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLhCShJ .mbr-section-title {
  color: #000000;
}
.cid-uJMNLhCShJ .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNLhTZrb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNLhTZrb .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNLhTZrb .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNLhTZrb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNLi7s4N {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNLi7s4N h6 {
  line-height: 1.2;
}
.cid-uJMNLi7s4N img,
.cid-uJMNLi7s4N .item-img {
  width: 100%;
}
.cid-uJMNLi7s4N .item:focus,
.cid-uJMNLi7s4N span:focus {
  outline: none;
}
.cid-uJMNLi7s4N .item {
  cursor: pointer;
}
.cid-uJMNLi7s4N .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNLi7s4N .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNLi7s4N .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNLi7s4N .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNLi7s4N .mbr-section-title {
  color: #000000;
}
.cid-uJMNLi7s4N .mbr-text,
.cid-uJMNLi7s4N .mbr-section-btn {
  color: #000000;
}
.cid-uJMNLi7s4N .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNLi7s4N .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNLi7s4N .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNLi7s4N .content-head {
  max-width: 800px;
}
.cid-uJMNLizOmN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNLizOmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLizOmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLizOmN .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMNLiRJQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNLiRJQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLiRJQB .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-uJMNLiRJQB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNLiRJQB .row {
  flex-direction: row-reverse;
}
.cid-uJMNLiRJQB img {
  width: 100%;
}
.cid-uJMNLkvXD5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMNLkvXD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLkvXD5 .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-uJMNLkvXD5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNLkvXD5 .row {
  flex-direction: row-reverse;
}
.cid-uJMNLkvXD5 img {
  width: 100%;
}
.cid-uJMNLmLKqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNLmLKqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLmLKqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLmLKqJ .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNLn6rGx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNLn6rGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLn6rGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLn6rGx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMNLn6rGx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMNLn6rGx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMNLn6rGx .panel-body,
.cid-uJMNLn6rGx .card-header {
  padding: 1rem 0;
}
.cid-uJMNLn6rGx .panel-title-edit {
  color: #000000;
}
.cid-uJMNLn6rGx H3 {
  color: #313d8f;
}
.cid-uJMNLoPb2x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNLoPb2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLoPb2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLoPb2x .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNLoPb2x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNLpdZBp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMNLpdZBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLpdZBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLpdZBp .mbr-section-title {
  color: #000000;
}
.cid-uJMNLpBRlE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNLpBRlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLpBRlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNLpBRlE .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNLpBRlE .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNLpBRlE .mbr-text,
.cid-uJMNLpBRlE .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNLpBRlE .content-head {
  max-width: 800px;
}
.cid-uJMNLpXBI2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNLpXBI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNLpXBI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNLpXBI2 .mbr-text,
.cid-uJMNLpXBI2 .mbr-section-btn {
  color: #000000;
}
.cid-uJMNLqGiW2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJMNMOSo8c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMOSo8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMOSo8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMOSo8c .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMP6YlH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMP6YlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMP6YlH .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-uJMNMP6YlH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNMP6YlH .row {
  flex-direction: row-reverse;
}
.cid-uJMNMP6YlH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNMP6YlH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNMP6YlH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNMP6YlH .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNMP6YlH .mbr-text,
.cid-uJMNMP6YlH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNMMn0Po {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNMMn0Po .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMMn0Po .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNMMn0Po .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNMMn0Po .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMMn0Po .mbr-text,
.cid-uJMNMMn0Po .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNMMn0Po .content-head {
  max-width: 800px;
}
.cid-uJMNMMGiTH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMMGiTH .item:focus,
.cid-uJMNMMGiTH span:focus {
  outline: none;
}
.cid-uJMNMMGiTH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMNMMGiTH .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMNMMGiTH .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMNMMGiTH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMNMMGiTH .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNMMGiTH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMNMMGiTH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNMMGiTH .mbr-text,
.cid-uJMNMMGiTH .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMNMMGiTH .content-head {
  max-width: 800px;
}
.cid-uJMNMMGiTH .mbr-number {
  color: #32abfa;
}
.cid-uJMNMMGiTH .mbr-section-subtitle,
.cid-uJMNMMGiTH .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMNMMGiTH .mbr-text {
  text-align: left;
}
.cid-uJMNMMGiTH .mbr-text,
.cid-uJMNMMGiTH .mbr-card-btn {
  text-align: left;
}
.cid-uJMNMMGiTH .mbr-text,
.cid-uJMNMMGiTH .mbr-section-btn {
  text-align: left;
}
.cid-uJMNMMGiTH .mbr-text,
.cid-uJMNMMGiTH .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMNMMGiTH .card-text,
.cid-uJMNMMGiTH .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMNMMGiTH .card-title {
  text-align: left;
}
.cid-uJMNMN9rcN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNMN9rcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMN9rcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMN9rcN .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMNMN9rcN .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNMN9rcN .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNMO4eqg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMO4eqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMO4eqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMO4eqg .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMO4eqg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNMOpdCj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMOpdCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMOpdCj .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMNMOpdCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMOpdCj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMNMOpdCj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMNMOpdCj .card-title,
.cid-uJMNMOpdCj .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNMOpdCj .card-text {
  color: #000000;
}
.cid-uJMNMOpdCj .content-head {
  max-width: 800px;
}
.cid-uJMNMOpdCj .mbr-section-title {
  color: #000000;
}
.cid-uJMNMOpdCj .card-title,
.cid-uJMNMOpdCj .img-wrapper {
  color: #32abfa;
}
.cid-uJMNMPlL1d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMPlL1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMPlL1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMPlL1d .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMPAYNW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMPAYNW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMNMPAYNW .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMNMPNxnK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNMPNxnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMPNxnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMPNxnK .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNMPNxnK .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNMPNxnK .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNMQcEOp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMQcEOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMQcEOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMQcEOp .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMQBEFO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMNMQBEFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMQBEFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNMQBEFO .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNMQBEFO .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMQBEFO .mbr-text,
.cid-uJMNMQBEFO .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNMQBEFO .content-head {
  max-width: 800px;
}
.cid-uJMNMQV1si {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMQV1si .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMQV1si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMQV1si .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMNMQV1si .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNMQV1si .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNMRd8uh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMRd8uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMRd8uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNMRd8uh .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNMRd8uh .mbr-section-title {
  color: #e78504;
}
.cid-uJMNMRd8uh .mbr-text,
.cid-uJMNMRd8uh .mbr-section-btn {
  color: #000000;
}
.cid-uJMNMRd8uh .content-head {
  max-width: 800px;
}
.cid-uJMNMRwXoC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMRwXoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMRwXoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMRwXoC .row {
  flex-direction: row-reverse;
}
.cid-uJMNMRPuyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNMRPuyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMRPuyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMRPuyT .mbr-section-title {
  color: #000000;
}
.cid-uJMNMRPuyT .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNMS76oh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMS76oh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNMS76oh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNMS76oh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNMSmEGK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMSmEGK h6 {
  line-height: 1.2;
}
.cid-uJMNMSmEGK img,
.cid-uJMNMSmEGK .item-img {
  width: 100%;
}
.cid-uJMNMSmEGK .item:focus,
.cid-uJMNMSmEGK span:focus {
  outline: none;
}
.cid-uJMNMSmEGK .item {
  cursor: pointer;
}
.cid-uJMNMSmEGK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNMSmEGK .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNMSmEGK .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNMSmEGK .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNMSmEGK .mbr-section-title {
  color: #000000;
}
.cid-uJMNMSmEGK .mbr-text,
.cid-uJMNMSmEGK .mbr-section-btn {
  color: #000000;
}
.cid-uJMNMSmEGK .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNMSmEGK .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNMSmEGK .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNMSmEGK .content-head {
  max-width: 800px;
}
.cid-uJMNMSMu7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMSMu7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMSMu7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMSMu7G .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMNMT74hI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMT74hI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMT74hI .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-uJMNMT74hI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNMT74hI .row {
  flex-direction: row-reverse;
}
.cid-uJMNMT74hI img {
  width: 100%;
}
.cid-uJMNMTpReJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNMTpReJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMTpReJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMTpReJ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNMTpReJ .item-wrapper {
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uJMNMTpReJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNMTpReJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNMTpReJ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNMTpReJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNMTpReJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNMTpReJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNMTpReJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNMTpReJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNMTpReJ .mbr-text,
.cid-uJMNMTpReJ .social-row {
  text-align: center;
}
.cid-uJMNMTSHL1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMTSHL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMTSHL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMTSHL1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMUbBO7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMUbBO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMUbBO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMUbBO7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uJMNMUbBO7 .item {
    margin-bottom: 4rem;
  }
}
.cid-uJMNMUbBO7 .item:last-child .icon-box:before {
  display: none;
}
.cid-uJMNMUbBO7 .item.last .icon-box:before {
  display: none;
}
.cid-uJMNMUbBO7 .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJMNMUbBO7 .icon-box {
    margin-right: 1rem;
  }
}
.cid-uJMNMUbBO7 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJMNMUbBO7 .card {
    margin-bottom: 2rem;
  }
  .cid-uJMNMUbBO7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJMNMUbBO7 .icon-title {
  color: #4a9917;
}
.cid-uJMNMUbBO7 .mbr-text,
.cid-uJMNMUbBO7 .mbr-section-btn {
  text-align: left;
}
.cid-uJMNMUO95N {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMNMUO95N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMUO95N .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-uJMNMUO95N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNMUO95N .row {
  flex-direction: row-reverse;
}
.cid-uJMNMUO95N img {
  width: 100%;
}
.cid-uJMNMV8vks {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNMV8vks .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNMV8vks .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNMV8vks .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNMV8vks .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNMVwFAD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMVwFAD h6 {
  line-height: 1.2;
}
.cid-uJMNMVwFAD img,
.cid-uJMNMVwFAD .item-img {
  width: 100%;
}
.cid-uJMNMVwFAD .item:focus,
.cid-uJMNMVwFAD span:focus {
  outline: none;
}
.cid-uJMNMVwFAD .item {
  cursor: pointer;
}
.cid-uJMNMVwFAD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNMVwFAD .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNMVwFAD .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNMVwFAD .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNMVwFAD .mbr-section-title {
  color: #000000;
}
.cid-uJMNMVwFAD .mbr-text,
.cid-uJMNMVwFAD .mbr-section-btn {
  color: #000000;
}
.cid-uJMNMVwFAD .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNMVwFAD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNMVwFAD .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNMVwFAD .content-head {
  max-width: 800px;
}
.cid-uJMNMVVkgB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNMVVkgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMVVkgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMVVkgB .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNMVVkgB .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJMNMVVkgB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNMVVkgB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNMVVkgB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNMVVkgB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNMVVkgB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNMVVkgB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNMVVkgB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNMVVkgB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNMVVkgB .card-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNMVVkgB .card-subtitle {
  text-align: center;
}
.cid-uJMNMWldRx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMWldRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMWldRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMWldRx .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMWEHLw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMWEHLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMWEHLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMWEHLw .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNMWEHLw .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNMXa1XB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMXa1XB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMXa1XB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMXa1XB .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMXvrsC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNMXvrsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMXvrsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMXvrsC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMNMXvrsC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMNMXvrsC .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMNMXvrsC .panel-body,
.cid-uJMNMXvrsC .card-header {
  padding: 1rem 0;
}
.cid-uJMNMXvrsC .panel-title-edit {
  color: #000000;
}
.cid-uJMNMXvrsC H3 {
  color: #313d8f;
}
.cid-uJMNMXTWZO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eb787a;
}
.cid-uJMNMXTWZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMXTWZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMXTWZO .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMYeDlf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMNMYeDlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMYeDlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMYeDlf .row {
  flex-direction: row-reverse;
}
.cid-uJMNMYEjF0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMNMYEjF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMYEjF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMYEjF0 .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNMYEjF0 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNMYEjF0 .card-title,
.cid-uJMNMYEjF0 .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNMZ4W9l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNMZ4W9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMZ4W9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMZ4W9l .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMZ4W9l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNMZyLK2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMNMZyLK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMZyLK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNMZyLK2 .mbr-section-title {
  color: #000000;
}
.cid-uJMNMZWlZu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNMZWlZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNMZWlZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNMZWlZu .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNMZWlZu .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNMZWlZu .mbr-text,
.cid-uJMNMZWlZu .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNMZWlZu .content-head {
  max-width: 800px;
}
.cid-uJMNN0i3lA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNN0i3lA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNN0i3lA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNN0i3lA .mbr-text,
.cid-uJMNN0i3lA .mbr-section-btn {
  color: #000000;
}
.cid-uJMNN14YgV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJMPfHhi39 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMPfHhi39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfHhi39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfHhi39 .mbr-section-title {
  color: #eb787a;
}
.cid-uJMPfE1Pvo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfE1Pvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfE1Pvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPfE1Pvo .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #eb787a;
}
.cid-uJMPfE1Pvo .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfE1Pvo .mbr-text,
.cid-uJMPfE1Pvo .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPfE1Pvo .content-head {
  max-width: 800px;
}
.cid-uJMPfEtaOc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfEtaOc .item:focus,
.cid-uJMPfEtaOc span:focus {
  outline: none;
}
.cid-uJMPfEtaOc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMPfEtaOc .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMPfEtaOc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMPfEtaOc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMPfEtaOc .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPfEtaOc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMPfEtaOc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPfEtaOc .mbr-text,
.cid-uJMPfEtaOc .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMPfEtaOc .content-head {
  max-width: 800px;
}
.cid-uJMPfEtaOc .mbr-number {
  color: #32abfa;
}
.cid-uJMPfEtaOc .mbr-section-subtitle,
.cid-uJMPfEtaOc .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMPfEtaOc .mbr-text {
  text-align: left;
}
.cid-uJMPfEtaOc .mbr-text,
.cid-uJMPfEtaOc .mbr-card-btn {
  text-align: left;
}
.cid-uJMPfEtaOc .mbr-text,
.cid-uJMPfEtaOc .mbr-section-btn {
  text-align: left;
}
.cid-uJMPfEtaOc .mbr-text,
.cid-uJMPfEtaOc .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMPfEtaOc .card-text,
.cid-uJMPfEtaOc .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMPfEtaOc .card-title {
  text-align: left;
}
.cid-uJMPfHQgC3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPfHQgC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfHQgC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfHQgC3 .mbr-section-title {
  color: #313d8f;
}
.cid-uJMPfHQgC3 .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMPfHQgC3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPfEVl2B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPfEVl2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfEVl2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfEVl2B .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMPfEVl2B .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPfEVl2B .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMPfG2siL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPfG2siL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfG2siL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfG2siL .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfG2siL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMPfGpfOO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfGpfOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfGpfOO .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMPfGpfOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfGpfOO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMPfGpfOO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMPfGpfOO .card-title,
.cid-uJMPfGpfOO .iconfont-wrapper {
  color: #000000;
}
.cid-uJMPfGpfOO .card-text {
  color: #000000;
}
.cid-uJMPfGpfOO .content-head {
  max-width: 800px;
}
.cid-uJMPfGpfOO .mbr-section-title {
  color: #000000;
}
.cid-uJMPfGpfOO .card-title,
.cid-uJMPfGpfOO .img-wrapper {
  color: #32abfa;
}
.cid-uJMPfGMMWm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPfGMMWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfGMMWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfGMMWm .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfH15oE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfH15oE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfH15oE .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-uJMPfH15oE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPfH15oE .row {
  flex-direction: row-reverse;
}
.cid-uJMPfH15oE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMPfH15oE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMPfH15oE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMPfH15oE .mbr-section-title {
  color: #313d8f;
}
.cid-uJMPfH15oE .mbr-text,
.cid-uJMPfH15oE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMPfHxjVw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfHxjVw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMPfHxjVw .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMPfI5Psv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPfI5Psv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfI5Psv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfI5Psv .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfIljqG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMPfIljqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfIljqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPfIljqG .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPfIljqG .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfIljqG .mbr-text,
.cid-uJMPfIljqG .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPfIljqG .content-head {
  max-width: 800px;
}
.cid-uJMPfICACY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfICACY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfICACY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfICACY .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMPfICACY .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPfICACY .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMPfITxPn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfITxPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfITxPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPfITxPn .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPfITxPn .mbr-section-title {
  color: #e78504;
}
.cid-uJMPfITxPn .mbr-text,
.cid-uJMPfITxPn .mbr-section-btn {
  color: #000000;
}
.cid-uJMPfITxPn .content-head {
  max-width: 800px;
}
.cid-uJMPfJcdQ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfJcdQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfJcdQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfJcdQ7 .row {
  flex-direction: row-reverse;
}
.cid-uJMPfJCVGo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPfJCVGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfJCVGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfJCVGo .mbr-section-title {
  color: #000000;
}
.cid-uJMPfJCVGo .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMPfJWy6r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPfJWy6r .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPfJWy6r .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPfJWy6r .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPfKaNBY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfKaNBY h6 {
  line-height: 1.2;
}
.cid-uJMPfKaNBY img,
.cid-uJMPfKaNBY .item-img {
  width: 100%;
}
.cid-uJMPfKaNBY .item:focus,
.cid-uJMPfKaNBY span:focus {
  outline: none;
}
.cid-uJMPfKaNBY .item {
  cursor: pointer;
}
.cid-uJMPfKaNBY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMPfKaNBY .item {
  padding: 0;
  margin: 0;
}
.cid-uJMPfKaNBY .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPfKaNBY .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMPfKaNBY .mbr-section-title {
  color: #000000;
}
.cid-uJMPfKaNBY .mbr-text,
.cid-uJMPfKaNBY .mbr-section-btn {
  color: #000000;
}
.cid-uJMPfKaNBY .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPfKaNBY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMPfKaNBY .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMPfKaNBY .content-head {
  max-width: 800px;
}
.cid-uJMPfKvtof {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfKvtof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfKvtof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfKvtof .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMPfKL4fH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfKL4fH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfKL4fH .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-uJMPfKL4fH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPfKL4fH .row {
  flex-direction: row-reverse;
}
.cid-uJMPfKL4fH img {
  width: 100%;
}
.cid-uJMPfL7xWd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPfL7xWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfL7xWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfL7xWd .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMPfL7xWd .item-wrapper {
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uJMPfL7xWd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMPfL7xWd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMPfL7xWd .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMPfL7xWd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMPfL7xWd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMPfL7xWd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMPfL7xWd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMPfL7xWd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMPfL7xWd .mbr-text,
.cid-uJMPfL7xWd .social-row {
  text-align: center;
}
.cid-uJMPfLu6fH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPfLu6fH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfLu6fH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfLu6fH .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfLMFnP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfLMFnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfLMFnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfLMFnP .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uJMPfLMFnP .item {
    margin-bottom: 4rem;
  }
}
.cid-uJMPfLMFnP .item:last-child .icon-box:before {
  display: none;
}
.cid-uJMPfLMFnP .item.last .icon-box:before {
  display: none;
}
.cid-uJMPfLMFnP .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJMPfLMFnP .icon-box {
    margin-right: 1rem;
  }
}
.cid-uJMPfLMFnP span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJMPfLMFnP .card {
    margin-bottom: 2rem;
  }
  .cid-uJMPfLMFnP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJMPfLMFnP .icon-title {
  color: #4a9917;
}
.cid-uJMPfLMFnP .mbr-text,
.cid-uJMPfLMFnP .mbr-section-btn {
  text-align: left;
}
.cid-uJMPfMxqoN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMPfMxqoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfMxqoN .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-uJMPfMxqoN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPfMxqoN .row {
  flex-direction: row-reverse;
}
.cid-uJMPfMxqoN img {
  width: 100%;
}
.cid-uJMPfN5sPG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMPfN5sPG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPfN5sPG .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPfN5sPG .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPfN5sPG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPfNotVL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfNotVL h6 {
  line-height: 1.2;
}
.cid-uJMPfNotVL img,
.cid-uJMPfNotVL .item-img {
  width: 100%;
}
.cid-uJMPfNotVL .item:focus,
.cid-uJMPfNotVL span:focus {
  outline: none;
}
.cid-uJMPfNotVL .item {
  cursor: pointer;
}
.cid-uJMPfNotVL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMPfNotVL .item {
  padding: 0;
  margin: 0;
}
.cid-uJMPfNotVL .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPfNotVL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMPfNotVL .mbr-section-title {
  color: #000000;
}
.cid-uJMPfNotVL .mbr-text,
.cid-uJMPfNotVL .mbr-section-btn {
  color: #000000;
}
.cid-uJMPfNotVL .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPfNotVL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMPfNotVL .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMPfNotVL .content-head {
  max-width: 800px;
}
.cid-uJMPfNOkRK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPfNOkRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfNOkRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfNOkRK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMPfNOkRK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJMPfNOkRK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMPfNOkRK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMPfNOkRK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMPfNOkRK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMPfNOkRK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMPfNOkRK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMPfNOkRK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMPfNOkRK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMPfNOkRK .card-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPfNOkRK .card-subtitle {
  text-align: center;
}
.cid-uJMPfOlRFg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPfOlRFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfOlRFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfOlRFg .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfOFYUU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfOFYUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfOFYUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfOFYUU .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMPfOFYUU .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPfP8JsD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPfP8JsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfP8JsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfP8JsD .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfPuVWP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPfPuVWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfPuVWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfPuVWP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMPfPuVWP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMPfPuVWP .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMPfPuVWP .panel-body,
.cid-uJMPfPuVWP .card-header {
  padding: 1rem 0;
}
.cid-uJMPfPuVWP .panel-title-edit {
  color: #000000;
}
.cid-uJMPfPuVWP H3 {
  color: #313d8f;
}
.cid-uJMPfPYIec {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eb787a;
}
.cid-uJMPfPYIec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfPYIec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfPYIec .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfQm4NA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMPfQm4NA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfQm4NA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfQm4NA .row {
  flex-direction: row-reverse;
}
.cid-uJMPfQO2Ah {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMPfQO2Ah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfQO2Ah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfQO2Ah .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMPfQO2Ah .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPfQO2Ah .card-title,
.cid-uJMPfQO2Ah .iconfont-wrapper {
  color: #000000;
}
.cid-uJMPfRdWXw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPfRdWXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfRdWXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfRdWXw .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfRdWXw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMPfRBz5n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMPfRBz5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfRBz5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfRBz5n .mbr-section-title {
  color: #000000;
}
.cid-uJMPfRYhhm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPfRYhhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfRYhhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPfRYhhm .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPfRYhhm .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPfRYhhm .mbr-text,
.cid-uJMPfRYhhm .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPfRYhhm .content-head {
  max-width: 800px;
}
.cid-uJMPfSqhrg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPfSqhrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPfSqhrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPfSqhrg .mbr-text,
.cid-uJMPfSqhrg .mbr-section-btn {
  color: #000000;
}
.cid-uJMPfTdWwu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJMPzMWmfu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPzMWmfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzMWmfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzMWmfu .mbr-section-title {
  color: #ffffff;
}
.cid-uK2m661in9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uK2m661in9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2m661in9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2m661in9 .mbr-section-title {
  color: #edefeb;
}
.cid-uJMPzNnaQj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMPzNnaQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzNnaQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPzNnaQj .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPzNnaQj .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPzNnaQj .mbr-text,
.cid-uJMPzNnaQj .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPzNnaQj .content-head {
  max-width: 800px;
}
.cid-uJMPzNH6bA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzNH6bA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzNH6bA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzNH6bA .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMPzNH6bA .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPzNH6bA .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMPzO1J2e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzO1J2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzO1J2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPzO1J2e .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPzO1J2e .mbr-section-title {
  color: #e78504;
}
.cid-uJMPzO1J2e .mbr-text,
.cid-uJMPzO1J2e .mbr-section-btn {
  color: #000000;
}
.cid-uJMPzO1J2e .content-head {
  max-width: 800px;
}
.cid-uJMPzOlBtO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzOlBtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzOlBtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzOlBtO .row {
  flex-direction: row-reverse;
}
.cid-uJMPzODCXq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPzODCXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzODCXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzODCXq .mbr-section-title {
  color: #000000;
}
.cid-uJMPzODCXq .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMPzIZQOP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMPzIZQOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzIZQOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPzIZQOP .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPzIZQOP .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPzIZQOP .mbr-text,
.cid-uJMPzIZQOP .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPzIZQOP .content-head {
  max-width: 800px;
}
.cid-uJMPzJi4RB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzJi4RB .item:focus,
.cid-uJMPzJi4RB span:focus {
  outline: none;
}
.cid-uJMPzJi4RB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMPzJi4RB .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMPzJi4RB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMPzJi4RB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMPzJi4RB .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPzJi4RB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMPzJi4RB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPzJi4RB .mbr-text,
.cid-uJMPzJi4RB .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMPzJi4RB .content-head {
  max-width: 800px;
}
.cid-uJMPzJi4RB .mbr-number {
  color: #32abfa;
}
.cid-uJMPzJi4RB .mbr-section-subtitle,
.cid-uJMPzJi4RB .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMPzJi4RB .mbr-text {
  text-align: left;
}
.cid-uJMPzJi4RB .mbr-text,
.cid-uJMPzJi4RB .mbr-card-btn {
  text-align: left;
}
.cid-uJMPzJi4RB .mbr-text,
.cid-uJMPzJi4RB .mbr-section-btn {
  text-align: left;
}
.cid-uJMPzJi4RB .mbr-text,
.cid-uJMPzJi4RB .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMPzJi4RB .card-text,
.cid-uJMPzJi4RB .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMPzJi4RB .card-title {
  text-align: left;
}
.cid-uJMPzJMNPC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPzJMNPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzJMNPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzJMNPC .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMPzJMNPC .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPzJMNPC .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMPzKSLOk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPzKSLOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzKSLOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzKSLOk .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPzKSLOk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMPzL8hMZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzL8hMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzL8hMZ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMPzL8hMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzL8hMZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMPzL8hMZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMPzL8hMZ .card-title,
.cid-uJMPzL8hMZ .iconfont-wrapper {
  color: #000000;
}
.cid-uJMPzL8hMZ .card-text {
  color: #000000;
}
.cid-uJMPzL8hMZ .content-head {
  max-width: 800px;
}
.cid-uJMPzL8hMZ .mbr-section-title {
  color: #000000;
}
.cid-uJMPzL8hMZ .card-title,
.cid-uJMPzL8hMZ .img-wrapper {
  color: #32abfa;
}
.cid-uJMPzMazlK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPzMazlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzMazlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzMazlK .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPzMr2UI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzMr2UI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMPzMr2UI .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMPzMF2Wr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPzMF2Wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzMF2Wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzMF2Wr .mbr-section-title {
  color: #313d8f;
}
.cid-uJMPzMF2Wr .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMPzMF2Wr .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPzP05xb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPzP05xb .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPzP05xb .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPzP05xb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPzPgQKg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzPgQKg h6 {
  line-height: 1.2;
}
.cid-uJMPzPgQKg img,
.cid-uJMPzPgQKg .item-img {
  width: 100%;
}
.cid-uJMPzPgQKg .item:focus,
.cid-uJMPzPgQKg span:focus {
  outline: none;
}
.cid-uJMPzPgQKg .item {
  cursor: pointer;
}
.cid-uJMPzPgQKg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMPzPgQKg .item {
  padding: 0;
  margin: 0;
}
.cid-uJMPzPgQKg .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPzPgQKg .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMPzPgQKg .mbr-section-title {
  color: #000000;
}
.cid-uJMPzPgQKg .mbr-text,
.cid-uJMPzPgQKg .mbr-section-btn {
  color: #000000;
}
.cid-uJMPzPgQKg .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPzPgQKg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMPzPgQKg .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMPzPgQKg .content-head {
  max-width: 800px;
}
.cid-uJMPzPICfm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzPICfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzPICfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzPICfm .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMPzQ1rl1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzQ1rl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzQ1rl1 .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-uJMPzQ1rl1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPzQ1rl1 .row {
  flex-direction: row-reverse;
}
.cid-uJMPzQ1rl1 img {
  width: 100%;
}
.cid-uJMPzRMFVK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMPzRMFVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzRMFVK .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-uJMPzRMFVK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPzRMFVK .row {
  flex-direction: row-reverse;
}
.cid-uJMPzRMFVK img {
  width: 100%;
}
.cid-uJMPzTiVd3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPzTiVd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzTiVd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzTiVd3 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPzTE2pd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzTE2pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzTE2pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzTE2pd .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMPzTE2pd .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPzU7oef {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPzU7oef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzU7oef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzU7oef .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPzUvFzy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPzUvFzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzUvFzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzUvFzy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMPzUvFzy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMPzUvFzy .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMPzUvFzy .panel-body,
.cid-uJMPzUvFzy .card-header {
  padding: 1rem 0;
}
.cid-uJMPzUvFzy .panel-title-edit {
  color: #000000;
}
.cid-uJMPzUvFzy H3 {
  color: #313d8f;
}
.cid-uJMPzVh2jO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMPzVh2jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzVh2jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzVh2jO .row {
  flex-direction: row-reverse;
}
.cid-uJMPzVCJNh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMPzVCJNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzVCJNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzVCJNh .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMPzVCJNh .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPzVCJNh .card-title,
.cid-uJMPzVCJNh .iconfont-wrapper {
  color: #000000;
}
.cid-uJMPzW735V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPzW735V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzW735V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzW735V .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPzW735V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMPzWtypi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMPzWtypi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzWtypi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzWtypi .mbr-section-title {
  color: #000000;
}
.cid-uJMPzWQCLP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPzWQCLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzWQCLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPzWQCLP .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPzWQCLP .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPzWQCLP .mbr-text,
.cid-uJMPzWQCLP .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPzWQCLP .content-head {
  max-width: 800px;
}
.cid-uJMPzXhM7l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPzXhM7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPzXhM7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPzXhM7l .mbr-text,
.cid-uJMPzXhM7l .mbr-section-btn {
  color: #000000;
}
.cid-uJMPzY2NdW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJMPN4SG0p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPN4SG0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN4SG0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN4SG0p .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPN9g47H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMPN9g47H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN9g47H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN9g47H .row {
  flex-direction: row-reverse;
}
.cid-uJMPN5fDaI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN5fDaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN5fDaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN5fDaI .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uJMPN5fDaI .item {
    margin-bottom: 4rem;
  }
}
.cid-uJMPN5fDaI .item:last-child .icon-box:before {
  display: none;
}
.cid-uJMPN5fDaI .item.last .icon-box:before {
  display: none;
}
.cid-uJMPN5fDaI .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJMPN5fDaI .icon-box {
    margin-right: 1rem;
  }
}
.cid-uJMPN5fDaI span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJMPN5fDaI .card {
    margin-bottom: 2rem;
  }
  .cid-uJMPN5fDaI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJMPN5fDaI .icon-title {
  color: #4a9917;
}
.cid-uJMPN5fDaI .mbr-text,
.cid-uJMPN5fDaI .mbr-section-btn {
  text-align: left;
}
.cid-uJMPN5QYnh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMPN5QYnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN5QYnh .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-uJMPN5QYnh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPN5QYnh .row {
  flex-direction: row-reverse;
}
.cid-uJMPN5QYnh img {
  width: 100%;
}
.cid-uJMPMXmuH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMPMXmuH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPMXmuH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPMXmuH7 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPMXmuH7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPMXmuH7 .mbr-text,
.cid-uJMPMXmuH7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPMXmuH7 .content-head {
  max-width: 800px;
}
.cid-uJMPMXEiEH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPMXEiEH .item:focus,
.cid-uJMPMXEiEH span:focus {
  outline: none;
}
.cid-uJMPMXEiEH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMPMXEiEH .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMPMXEiEH .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMPMXEiEH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMPMXEiEH .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPMXEiEH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMPMXEiEH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPMXEiEH .mbr-text,
.cid-uJMPMXEiEH .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMPMXEiEH .content-head {
  max-width: 800px;
}
.cid-uJMPMXEiEH .mbr-number {
  color: #32abfa;
}
.cid-uJMPMXEiEH .mbr-section-subtitle,
.cid-uJMPMXEiEH .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMPMXEiEH .mbr-text {
  text-align: left;
}
.cid-uJMPMXEiEH .mbr-text,
.cid-uJMPMXEiEH .mbr-card-btn {
  text-align: left;
}
.cid-uJMPMXEiEH .mbr-text,
.cid-uJMPMXEiEH .mbr-section-btn {
  text-align: left;
}
.cid-uJMPMXEiEH .mbr-text,
.cid-uJMPMXEiEH .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMPMXEiEH .card-text,
.cid-uJMPMXEiEH .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMPMXEiEH .card-title {
  text-align: left;
}
.cid-uJMPMY45Ah {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPMY45Ah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPMY45Ah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPMY45Ah .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMPMY45Ah .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPMY45Ah .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMPMZ4be4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPMZ4be4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPMZ4be4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPMZ4be4 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPMZ4be4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMPMZjjM3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPMZjjM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPMZjjM3 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMPMZjjM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPMZjjM3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMPMZjjM3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMPMZjjM3 .card-title,
.cid-uJMPMZjjM3 .iconfont-wrapper {
  color: #000000;
}
.cid-uJMPMZjjM3 .card-text {
  color: #000000;
}
.cid-uJMPMZjjM3 .content-head {
  max-width: 800px;
}
.cid-uJMPMZjjM3 .mbr-section-title {
  color: #000000;
}
.cid-uJMPMZjjM3 .card-title,
.cid-uJMPMZjjM3 .img-wrapper {
  color: #32abfa;
}
.cid-uJMPN0FhZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN0FhZz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMPN0FhZz .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMPN1fGxt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPN1fGxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN1fGxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN1fGxt .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPN1ATDo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMPN1ATDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN1ATDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPN1ATDo .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPN1ATDo .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPN1ATDo .mbr-text,
.cid-uJMPN1ATDo .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPN1ATDo .content-head {
  max-width: 800px;
}
.cid-uJMPN1UEhT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN1UEhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN1UEhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN1UEhT .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMPN1UEhT .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPN1UEhT .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMPN2cYqR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN2cYqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN2cYqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPN2cYqR .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPN2cYqR .mbr-section-title {
  color: #e78504;
}
.cid-uJMPN2cYqR .mbr-text,
.cid-uJMPN2cYqR .mbr-section-btn {
  color: #000000;
}
.cid-uJMPN2cYqR .content-head {
  max-width: 800px;
}
.cid-uJMPN2wok4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN2wok4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN2wok4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN2wok4 .row {
  flex-direction: row-reverse;
}
.cid-uJMPN2SfzA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPN2SfzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN2SfzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN2SfzA .mbr-section-title {
  color: #000000;
}
.cid-uJMPN2SfzA .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMPN6b6cJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMPN6b6cJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPN6b6cJ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPN6b6cJ .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPN6b6cJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPN6sV39 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN6sV39 h6 {
  line-height: 1.2;
}
.cid-uJMPN6sV39 img,
.cid-uJMPN6sV39 .item-img {
  width: 100%;
}
.cid-uJMPN6sV39 .item:focus,
.cid-uJMPN6sV39 span:focus {
  outline: none;
}
.cid-uJMPN6sV39 .item {
  cursor: pointer;
}
.cid-uJMPN6sV39 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMPN6sV39 .item {
  padding: 0;
  margin: 0;
}
.cid-uJMPN6sV39 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPN6sV39 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMPN6sV39 .mbr-section-title {
  color: #000000;
}
.cid-uJMPN6sV39 .mbr-text,
.cid-uJMPN6sV39 .mbr-section-btn {
  color: #000000;
}
.cid-uJMPN6sV39 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPN6sV39 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMPN6sV39 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMPN6sV39 .content-head {
  max-width: 800px;
}
.cid-uJMPN3U5zq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN3U5zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN3U5zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN3U5zq .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMPN4dsAi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN4dsAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN4dsAi .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-uJMPN4dsAi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPN4dsAi .row {
  flex-direction: row-reverse;
}
.cid-uJMPN4dsAi img {
  width: 100%;
}
.cid-uJMPN7lubk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPN7lubk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN7lubk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN7lubk .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPN7Ez4q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPN7Ez4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN7Ez4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN7Ez4q .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMPN7Ez4q .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPN83VWn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPN83VWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN83VWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN83VWn .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPN8qmve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPN8qmve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN8qmve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN8qmve .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMPN8qmve .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMPN8qmve .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMPN8qmve .panel-body,
.cid-uJMPN8qmve .card-header {
  padding: 1rem 0;
}
.cid-uJMPN8qmve .panel-title-edit {
  color: #000000;
}
.cid-uJMPN8qmve H3 {
  color: #313d8f;
}
.cid-uJMPN9BlU0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMPN9BlU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPN9BlU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPN9BlU0 .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMPN9BlU0 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPN9BlU0 .card-title,
.cid-uJMPN9BlU0 .iconfont-wrapper {
  color: #000000;
}
.cid-uJMPNa1QTt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPNa1QTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPNa1QTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPNa1QTt .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPNa1QTt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMPNanbZY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMPNanbZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPNanbZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPNanbZY .mbr-section-title {
  color: #000000;
}
.cid-uJMPNaKTYf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPNaKTYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPNaKTYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPNaKTYf .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPNaKTYf .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPNaKTYf .mbr-text,
.cid-uJMPNaKTYf .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPNaKTYf .content-head {
  max-width: 800px;
}
.cid-uJMPNba5bz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPNba5bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPNba5bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPNba5bz .mbr-text,
.cid-uJMPNba5bz .mbr-section-btn {
  color: #000000;
}
.cid-uJMPNbVExb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJMPX3lQnm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPX3lQnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX3lQnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX3lQnm .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPX5cXER {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMPX5cXER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX5cXER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX5cXER .row {
  flex-direction: row-reverse;
}
.cid-uJMPX3ECcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPX3ECcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX3ECcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX3ECcR .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMPX3ECcR .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPWTHJJc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMPWTHJJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWTHJJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPWTHJJc .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPWTHJJc .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPWTHJJc .mbr-text,
.cid-uJMPWTHJJc .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPWTHJJc .content-head {
  max-width: 800px;
}
.cid-uJMPWU2MEj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPWU2MEj .item:focus,
.cid-uJMPWU2MEj span:focus {
  outline: none;
}
.cid-uJMPWU2MEj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMPWU2MEj .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMPWU2MEj .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMPWU2MEj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMPWU2MEj .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPWU2MEj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMPWU2MEj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPWU2MEj .mbr-text,
.cid-uJMPWU2MEj .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMPWU2MEj .content-head {
  max-width: 800px;
}
.cid-uJMPWU2MEj .mbr-number {
  color: #32abfa;
}
.cid-uJMPWU2MEj .mbr-section-subtitle,
.cid-uJMPWU2MEj .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMPWU2MEj .mbr-text {
  text-align: left;
}
.cid-uJMPWU2MEj .mbr-text,
.cid-uJMPWU2MEj .mbr-card-btn {
  text-align: left;
}
.cid-uJMPWU2MEj .mbr-text,
.cid-uJMPWU2MEj .mbr-section-btn {
  text-align: left;
}
.cid-uJMPWU2MEj .mbr-text,
.cid-uJMPWU2MEj .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMPWU2MEj .card-text,
.cid-uJMPWU2MEj .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMPWU2MEj .card-title {
  text-align: left;
}
.cid-uJMPWUrVCL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPWUrVCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWUrVCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWUrVCL .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMPWUrVCL .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPWUrVCL .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMPWVteoH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPWVteoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWVteoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWVteoH .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPWVteoH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMPWVHorO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPWVHorO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWVHorO .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMPWVHorO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWVHorO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMPWVHorO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMPWVHorO .card-title,
.cid-uJMPWVHorO .iconfont-wrapper {
  color: #000000;
}
.cid-uJMPWVHorO .card-text {
  color: #000000;
}
.cid-uJMPWVHorO .content-head {
  max-width: 800px;
}
.cid-uJMPWVHorO .mbr-section-title {
  color: #000000;
}
.cid-uJMPWVHorO .card-title,
.cid-uJMPWVHorO .img-wrapper {
  color: #32abfa;
}
.cid-uJMPWWK3W3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPWWK3W3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWWK3W3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWWK3W3 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPWWZIpm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPWWZIpm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMPWWZIpm .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMPWXef2N {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPWXef2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWXef2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWXef2N .mbr-section-title {
  color: #313d8f;
}
.cid-uJMPWXef2N .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMPWXef2N .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPWXtG0Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPWXtG0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWXtG0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWXtG0Q .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPWXJBi1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMPWXJBi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWXJBi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPWXJBi1 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPWXJBi1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPWXJBi1 .mbr-text,
.cid-uJMPWXJBi1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPWXJBi1 .content-head {
  max-width: 800px;
}
.cid-uJMPWY4zS2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPWY4zS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWY4zS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWY4zS2 .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMPWY4zS2 .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMPWY4zS2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMPWYosqK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPWYosqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWYosqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPWYosqK .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPWYosqK .mbr-section-title {
  color: #e78504;
}
.cid-uJMPWYosqK .mbr-text,
.cid-uJMPWYosqK .mbr-section-btn {
  color: #000000;
}
.cid-uJMPWYosqK .content-head {
  max-width: 800px;
}
.cid-uJMPWYFo1l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPWYFo1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWYFo1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWYFo1l .row {
  flex-direction: row-reverse;
}
.cid-uJMPWYZqab {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPWYZqab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPWYZqab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPWYZqab .mbr-section-title {
  color: #000000;
}
.cid-uJMPWYZqab .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMPWZlIE8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPWZlIE8 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPWZlIE8 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPWZlIE8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMPWZBVGt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPWZBVGt h6 {
  line-height: 1.2;
}
.cid-uJMPWZBVGt img,
.cid-uJMPWZBVGt .item-img {
  width: 100%;
}
.cid-uJMPWZBVGt .item:focus,
.cid-uJMPWZBVGt span:focus {
  outline: none;
}
.cid-uJMPWZBVGt .item {
  cursor: pointer;
}
.cid-uJMPWZBVGt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMPWZBVGt .item {
  padding: 0;
  margin: 0;
}
.cid-uJMPWZBVGt .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMPWZBVGt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMPWZBVGt .mbr-section-title {
  color: #000000;
}
.cid-uJMPWZBVGt .mbr-text,
.cid-uJMPWZBVGt .mbr-section-btn {
  color: #000000;
}
.cid-uJMPWZBVGt .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMPWZBVGt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMPWZBVGt .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMPWZBVGt .content-head {
  max-width: 800px;
}
.cid-uJMPX01ihx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPX01ihx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX01ihx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX01ihx .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMPX0itXI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPX0itXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX0itXI .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-uJMPX0itXI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPX0itXI .row {
  flex-direction: row-reverse;
}
.cid-uJMPX0itXI img {
  width: 100%;
}
.cid-uJMPX0WHMz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPX0WHMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX0WHMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX0WHMz .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPX1eJMT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPX1eJMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX1eJMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX1eJMT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uJMPX1eJMT .item {
    margin-bottom: 4rem;
  }
}
.cid-uJMPX1eJMT .item:last-child .icon-box:before {
  display: none;
}
.cid-uJMPX1eJMT .item.last .icon-box:before {
  display: none;
}
.cid-uJMPX1eJMT .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJMPX1eJMT .icon-box {
    margin-right: 1rem;
  }
}
.cid-uJMPX1eJMT span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJMPX1eJMT .card {
    margin-bottom: 2rem;
  }
  .cid-uJMPX1eJMT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJMPX1eJMT .icon-title {
  color: #4a9917;
}
.cid-uJMPX1eJMT .mbr-text,
.cid-uJMPX1eJMT .mbr-section-btn {
  text-align: left;
}
.cid-uJMPX1U0FV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMPX1U0FV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX1U0FV .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-uJMPX1U0FV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMPX1U0FV .row {
  flex-direction: row-reverse;
}
.cid-uJMPX1U0FV img {
  width: 100%;
}
.cid-uJMPX41qNL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPX41qNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX41qNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX41qNL .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPX4lAVn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPX4lAVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX4lAVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX4lAVn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMPX4lAVn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMPX4lAVn .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMPX4lAVn .panel-body,
.cid-uJMPX4lAVn .card-header {
  padding: 1rem 0;
}
.cid-uJMPX4lAVn .panel-title-edit {
  color: #000000;
}
.cid-uJMPX4lAVn H3 {
  color: #313d8f;
}
.cid-uJMPX4SgLm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eb787a;
}
.cid-uJMPX4SgLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX4SgLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX4SgLm .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPX5xwnG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMPX5xwnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX5xwnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX5xwnG .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMPX5xwnG .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMPX5xwnG .card-title,
.cid-uJMPX5xwnG .iconfont-wrapper {
  color: #000000;
}
.cid-uJMPX5V1ar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMPX5V1ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX5V1ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX5V1ar .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPX5V1ar .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMPX6kmUw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMPX6kmUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX6kmUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX6kmUw .mbr-section-title {
  color: #000000;
}
.cid-uJMPX6KTMW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMPX6KTMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX6KTMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMPX6KTMW .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMPX6KTMW .mbr-section-title {
  color: #ffffff;
}
.cid-uJMPX6KTMW .mbr-text,
.cid-uJMPX6KTMW .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMPX6KTMW .content-head {
  max-width: 800px;
}
.cid-uJMPX7j0MA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMPX7j0MA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMPX7j0MA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMPX7j0MA .mbr-text,
.cid-uJMPX7j0MA .mbr-section-btn {
  color: #000000;
}
.cid-uJMPX8t1Xl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJRN696kew {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJRN696kew .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJRN696kew .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJRN696kew .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJRN696kew .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJRN696kew .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJRN696kew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJRN696kew .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uJRN696kew .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJRN696kew .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJRN696kew .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJRN696kew .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJRN696kew .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJRN696kew .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJRN696kew .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJRN696kew .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJRN696kew .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJRN696kew .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJRN696kew .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJRN696kew .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uJRN696kew .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRN696kew .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJRN696kew .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJRN696kew .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #eb787a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJRN696kew .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRN696kew .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJRN696kew .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJRN696kew .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #eb787a;
}
.cid-uJRN696kew .nav-item:focus,
.cid-uJRN696kew .nav-link:focus {
  outline: none;
}
.cid-uJRN696kew .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJRN696kew .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJRN696kew .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJRN696kew .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJRN696kew .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJRN696kew .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJRN696kew .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJRN696kew .navbar.opened {
  transition: all 0.3s;
}
.cid-uJRN696kew .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJRN696kew .navbar .navbar-logo img {
  width: auto;
}
.cid-uJRN696kew .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJRN696kew .navbar.collapsed {
  justify-content: center;
}
.cid-uJRN696kew .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJRN696kew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJRN696kew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJRN696kew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJRN696kew .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-uJRN696kew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJRN696kew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJRN696kew .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJRN696kew .navbar {
    min-height: 72px;
  }
  .cid-uJRN696kew .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJRN696kew .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJRN696kew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJRN696kew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJRN696kew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJRN696kew .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-uJRN696kew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJRN696kew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJRN696kew .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJRN696kew .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJRN696kew .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJRN696kew .dropdown-item.active,
.cid-uJRN696kew .dropdown-item:active {
  background-color: transparent;
}
.cid-uJRN696kew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJRN696kew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJRN696kew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJRN696kew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eb787a;
}
.cid-uJRN696kew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJRN696kew .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJRN696kew ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJRN696kew .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJRN696kew .navbar-buttons {
    text-align: left;
  }
}
.cid-uJRN696kew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJRN696kew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJRN696kew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJRN696kew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRN696kew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRN696kew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJRN696kew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRN696kew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJRN696kew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJRN696kew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRN696kew .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJRN696kew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJRN696kew .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJRN696kew .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJRN696kew .navbar {
    height: 70px;
  }
  .cid-uJRN696kew .navbar.opened {
    height: auto;
  }
  .cid-uJRN696kew .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJRN696kew .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJRN696kew .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJRN696kew .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJRN696kew .navbar-brand {
    margin-right: auto;
  }
  .cid-uJRN696kew .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #eb787a;
    backdrop-filter: blur(8px);
  }
  .cid-uJRN696kew .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJRN696kew .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJRN696kew .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJRN696kew .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJRN696kew .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJRN696kew .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJMNE14tKZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE14tKZ .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJMNE14tKZ .mbr-text {
  color: #000000;
}
.cid-uK2iBgK3cv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK2iBgK3cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2iBgK3cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2iBgK3cv .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE1lZ6I {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNE1lZ6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE1lZ6I .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-uJMNE1lZ6I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNE1lZ6I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNE1lZ6I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNE1lZ6I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNE1lZ6I .mbr-section-title {
  color: #eb787a;
  text-align: left;
}
.cid-uJMNE1lZ6I .mbr-text,
.cid-uJMNE1lZ6I .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNE1CQ9b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNE1CQ9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE1CQ9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNE1CQ9b .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNE1CQ9b .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE1CQ9b .mbr-text,
.cid-uJMNE1CQ9b .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNE1CQ9b .content-head {
  max-width: 800px;
}
.cid-uJMNE1WZA6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE1WZA6 .item:focus,
.cid-uJMNE1WZA6 span:focus {
  outline: none;
}
.cid-uJMNE1WZA6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJMNE1WZA6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uJMNE1WZA6 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJMNE1WZA6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJMNE1WZA6 .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNE1WZA6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJMNE1WZA6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNE1WZA6 .mbr-text,
.cid-uJMNE1WZA6 .item .mbr-section-btn {
  text-align: center;
}
.cid-uJMNE1WZA6 .content-head {
  max-width: 800px;
}
.cid-uJMNE1WZA6 .mbr-number {
  color: #32abfa;
}
.cid-uJMNE1WZA6 .mbr-section-subtitle,
.cid-uJMNE1WZA6 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJMNE1WZA6 .mbr-text {
  text-align: left;
}
.cid-uJMNE1WZA6 .mbr-text,
.cid-uJMNE1WZA6 .mbr-card-btn {
  text-align: left;
}
.cid-uJMNE1WZA6 .mbr-text,
.cid-uJMNE1WZA6 .mbr-section-btn {
  text-align: left;
}
.cid-uJMNE1WZA6 .mbr-text,
.cid-uJMNE1WZA6 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJMNE1WZA6 .card-text,
.cid-uJMNE1WZA6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uJMNE1WZA6 .card-title {
  text-align: left;
}
.cid-uJMNE2mvOk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNE2mvOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE2mvOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE2mvOk .mbr-section-title {
  color: #32abfa;
  text-align: left;
}
.cid-uJMNE2mvOk .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNE2mvOk .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNE2DaHD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNE2DaHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE2DaHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE2DaHD .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE2TdfK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE2TdfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE2TdfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE2TdfK .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uJMNE2TdfK img {
  margin: auto;
  width: 140px;
}
.cid-uJMNE2TdfK .row {
  align-items: flex-start;
}
.cid-uJMNE2TdfK .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJMNE2TdfK .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNE2TdfK .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJMNE2TdfK .item-wrapper {
    padding: 1rem;
  }
}
.cid-uJMNE3n186 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNE3n186 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE3n186 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE3n186 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE3n186 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNE3EL4i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE3EL4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE3EL4i .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uJMNE3EL4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE3EL4i .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJMNE3EL4i .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJMNE3EL4i .card-title,
.cid-uJMNE3EL4i .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNE3EL4i .card-text {
  color: #000000;
}
.cid-uJMNE3EL4i .content-head {
  max-width: 800px;
}
.cid-uJMNE3EL4i .mbr-section-title {
  color: #000000;
}
.cid-uJMNE3EL4i .card-title,
.cid-uJMNE3EL4i .img-wrapper {
  color: #32abfa;
}
.cid-uJMNE3ZQ3G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNE3ZQ3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE3ZQ3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE3ZQ3G .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE4d3R3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE4d3R3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE4d3R3 .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-uJMNE4d3R3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNE4d3R3 .row {
  flex-direction: row-reverse;
}
.cid-uJMNE4d3R3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJMNE4d3R3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNE4d3R3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJMNE4d3R3 .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNE4d3R3 .mbr-text,
.cid-uJMNE4d3R3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJMNE4xjGR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNE4xjGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE4xjGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE4xjGR .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE4PsdO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE4PsdO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uJMNE4PsdO .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJMNE525US {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNE525US .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE525US .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE525US .mbr-section-title {
  color: #313d8f;
}
.cid-uJMNE525US .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNE525US .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNE5kVNO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNE5kVNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE5kVNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE5kVNO .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE5C1Eb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJMNE5C1Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE5C1Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNE5C1Eb .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNE5C1Eb .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE5C1Eb .mbr-text,
.cid-uJMNE5C1Eb .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNE5C1Eb .content-head {
  max-width: 800px;
}
.cid-uJMNE5TLzd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE5TLzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE5TLzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE5TLzd .mbr-section-title {
  color: #1a2e65;
}
.cid-uJMNE5TLzd .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNE5TLzd .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uJMNE6ezGu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE6ezGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE6ezGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNE6ezGu .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNE6ezGu .mbr-section-title {
  color: #e78504;
}
.cid-uJMNE6ezGu .mbr-text,
.cid-uJMNE6ezGu .mbr-section-btn {
  color: #000000;
}
.cid-uJMNE6ezGu .content-head {
  max-width: 800px;
}
.cid-uJMNE6xnXo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE6xnXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE6xnXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE6xnXo .row {
  flex-direction: row-reverse;
}
.cid-uJMNE6OS0A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNE6OS0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE6OS0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE6OS0A .mbr-section-title {
  color: #000000;
}
.cid-uJMNE6OS0A .mbr-section-title DIV {
  text-align: right;
}
.cid-uJMNE754ha {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNE754ha .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNE754ha .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNE754ha .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNE7lTVc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE7lTVc h6 {
  line-height: 1.2;
}
.cid-uJMNE7lTVc img,
.cid-uJMNE7lTVc .item-img {
  width: 100%;
}
.cid-uJMNE7lTVc .item:focus,
.cid-uJMNE7lTVc span:focus {
  outline: none;
}
.cid-uJMNE7lTVc .item {
  cursor: pointer;
}
.cid-uJMNE7lTVc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNE7lTVc .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNE7lTVc .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNE7lTVc .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNE7lTVc .mbr-section-title {
  color: #000000;
}
.cid-uJMNE7lTVc .mbr-text,
.cid-uJMNE7lTVc .mbr-section-btn {
  color: #000000;
}
.cid-uJMNE7lTVc .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNE7lTVc .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNE7lTVc .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNE7lTVc .content-head {
  max-width: 800px;
}
.cid-uJMNE7T4Dx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE7T4Dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE7T4Dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE7T4Dx .mbr-section-subtitle {
  color: #1a2e65;
}
.cid-uJMNE8jU1K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE8jU1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE8jU1K .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-uJMNE8jU1K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNE8jU1K .row {
  flex-direction: row-reverse;
}
.cid-uJMNE8jU1K img {
  width: 100%;
}
.cid-uJMNE8D27C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNE8D27C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE8D27C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE8D27C .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNE8D27C .item-wrapper {
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uJMNE8D27C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNE8D27C .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNE8D27C .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNE8D27C .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNE8D27C .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNE8D27C .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNE8D27C .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNE8D27C .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNE8D27C .mbr-text,
.cid-uJMNE8D27C .social-row {
  text-align: center;
}
.cid-uJMNE96DWp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNE96DWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE96DWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE96DWp .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNE9q7Ss {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNE9q7Ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNE9q7Ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNE9q7Ss .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uJMNE9q7Ss .item {
    margin-bottom: 4rem;
  }
}
.cid-uJMNE9q7Ss .item:last-child .icon-box:before {
  display: none;
}
.cid-uJMNE9q7Ss .item.last .icon-box:before {
  display: none;
}
.cid-uJMNE9q7Ss .icon-box {
  background: #5f9e42;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJMNE9q7Ss .icon-box {
    margin-right: 1rem;
  }
}
.cid-uJMNE9q7Ss span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJMNE9q7Ss .card {
    margin-bottom: 2rem;
  }
  .cid-uJMNE9q7Ss .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJMNE9q7Ss .icon-title {
  color: #4a9917;
}
.cid-uJMNE9q7Ss .mbr-text,
.cid-uJMNE9q7Ss .mbr-section-btn {
  text-align: left;
}
.cid-uJMNEa977R {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJMNEa977R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEa977R .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-uJMNEa977R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJMNEa977R .row {
  flex-direction: row-reverse;
}
.cid-uJMNEa977R img {
  width: 100%;
}
.cid-uJMNEatQds {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb787a;
}
.cid-uJMNEatQds .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNEatQds .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNEatQds .mbr-section-title DIV {
  text-align: center;
}
.cid-uJMNEatQds .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJMNEaN9SN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNEaN9SN h6 {
  line-height: 1.2;
}
.cid-uJMNEaN9SN img,
.cid-uJMNEaN9SN .item-img {
  width: 100%;
}
.cid-uJMNEaN9SN .item:focus,
.cid-uJMNEaN9SN span:focus {
  outline: none;
}
.cid-uJMNEaN9SN .item {
  cursor: pointer;
}
.cid-uJMNEaN9SN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJMNEaN9SN .item {
  padding: 0;
  margin: 0;
}
.cid-uJMNEaN9SN .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJMNEaN9SN .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJMNEaN9SN .mbr-section-title {
  color: #000000;
}
.cid-uJMNEaN9SN .mbr-text,
.cid-uJMNEaN9SN .mbr-section-btn {
  color: #000000;
}
.cid-uJMNEaN9SN .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNEaN9SN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJMNEaN9SN .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJMNEaN9SN .content-head {
  max-width: 800px;
}
.cid-uJMNEbemPY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNEbemPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEbemPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEbemPY .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJMNEbemPY .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJMNEbemPY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJMNEbemPY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJMNEbemPY .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJMNEbemPY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJMNEbemPY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMNEbemPY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJMNEbemPY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJMNEbemPY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJMNEbemPY .card-title {
  color: #000000;
  text-align: center;
}
.cid-uJMNEbemPY .card-subtitle {
  text-align: center;
}
.cid-uJMNEbF4UG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNEbF4UG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEbF4UG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEbF4UG .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNEc5JLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNEc5JLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEc5JLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEc5JLu .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNEc5JLu .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNEcwSBT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNEcwSBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEcwSBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEcwSBT .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNEcXtKV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNEcXtKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEcXtKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEcXtKV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJMNEcXtKV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJMNEcXtKV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb787a;
}
.cid-uJMNEcXtKV .panel-body,
.cid-uJMNEcXtKV .card-header {
  padding: 1rem 0;
}
.cid-uJMNEcXtKV .panel-title-edit {
  color: #000000;
}
.cid-uJMNEcXtKV H3 {
  color: #313d8f;
}
.cid-uJMNEdqNo0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eb787a;
}
.cid-uJMNEdqNo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEdqNo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEdqNo0 .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNEdREKM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJMNEdREKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEdREKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEdREKM .row {
  flex-direction: row-reverse;
}
.cid-uJMNEeePJG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uJMNEeePJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEeePJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEeePJG .mbr-section-title {
  text-align: center;
  color: #dc8ab7;
}
.cid-uJMNEeePJG .mbr-section-subtitle {
  text-align: left;
}
.cid-uJMNEeePJG .card-title,
.cid-uJMNEeePJG .iconfont-wrapper {
  color: #000000;
}
.cid-uJMNEeG0SZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787a;
}
.cid-uJMNEeG0SZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEeG0SZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEeG0SZ .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNEeG0SZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJMNEf3jjB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJMNEf3jjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEf3jjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEf3jjB .mbr-section-title {
  color: #000000;
}
.cid-uJMNEfCpEH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJMNEfCpEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEfCpEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJMNEfCpEH .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uJMNEfCpEH .mbr-section-title {
  color: #ffffff;
}
.cid-uJMNEfCpEH .mbr-text,
.cid-uJMNEfCpEH .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMNEfCpEH .content-head {
  max-width: 800px;
}
.cid-uJMNEg75sn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJMNEg75sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMNEg75sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMNEg75sn .mbr-text,
.cid-uJMNEg75sn .mbr-section-btn {
  color: #000000;
}
.cid-uJMNEgSNyx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
