.btn {
  border-width: 2px;
}.rating-box {
  height: 15px;
  width: 80px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../../rating.png');
}

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: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Montserrat', 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.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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;
  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: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #f2c810 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2c810 !important;
  border-color: #f2c810 !important;
  color: #030200 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f5d340 !important;
  border-color: #f5d340 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #030200 !important;
  background-color: #f5d340 !important;
  border-color: #f5d340 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f2c810;
  color: #f2c810;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a28609 !important;
  background-color: transparent !important;
  border-color: #a28609 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #030200 !important;
  background-color: #f2c810 !important;
  border-color: #f2c810 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #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: #ffffff !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #f2c810 !important;
}
.text-warning {
  color: #a0e2e1 !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: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #947a08 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2c810;
}
.alert-warning {
  background-color: #a0e2e1;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf5d1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', 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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', 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: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %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-uyJ30otvh6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyJ30otvh6 nav.navbar {
  position: fixed;
}
.cid-uyJ30otvh6 .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-uyJ30otvh6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyJ30otvh6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyJ30otvh6 .dropdown-item:hover,
.cid-uyJ30otvh6 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uyJ30otvh6 .dropdown-item:hover span {
  color: white;
}
.cid-uyJ30otvh6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyJ30otvh6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyJ30otvh6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyJ30otvh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyJ30otvh6 .nav-link {
  position: relative;
}
.cid-uyJ30otvh6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uyJ30otvh6 .container {
    flex-wrap: wrap;
  }
}
.cid-uyJ30otvh6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uyJ30otvh6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uyJ30otvh6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyJ30otvh6 .dropdown-menu,
.cid-uyJ30otvh6 .navbar.opened {
  background: #153951 !important;
}
.cid-uyJ30otvh6 .nav-item:focus,
.cid-uyJ30otvh6 .nav-link:focus {
  outline: none;
}
.cid-uyJ30otvh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyJ30otvh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyJ30otvh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyJ30otvh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyJ30otvh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyJ30otvh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyJ30otvh6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #153951;
}
.cid-uyJ30otvh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyJ30otvh6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyJ30otvh6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyJ30otvh6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyJ30otvh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uyJ30otvh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyJ30otvh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyJ30otvh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyJ30otvh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyJ30otvh6 .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-uyJ30otvh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyJ30otvh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyJ30otvh6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyJ30otvh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyJ30otvh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyJ30otvh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyJ30otvh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyJ30otvh6 .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-uyJ30otvh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyJ30otvh6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyJ30otvh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyJ30otvh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyJ30otvh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyJ30otvh6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uyJ30otvh6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uyJ30otvh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyJ30otvh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyJ30otvh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyJ30otvh6 .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-uyJ30otvh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyJ30otvh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyJ30otvh6 .dropdown-item.active,
.cid-uyJ30otvh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyJ30otvh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyJ30otvh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyJ30otvh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyJ30otvh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #153951;
}
.cid-uyJ30otvh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyJ30otvh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyJ30otvh6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyJ30otvh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyJ30otvh6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyJ30otvh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyJ30otvh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyJ30otvh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyJ30otvh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyJ30otvh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyJ30otvh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyJ30otvh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyJ30otvh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyJ30otvh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyJ30otvh6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyJ30otvh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyJ30otvh6 .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-uyJ30otvh6 .navbar {
    height: 70px;
  }
  .cid-uyJ30otvh6 .navbar.opened {
    height: auto;
  }
  .cid-uyJ30otvh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyJ3X2Lve4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJ3X2Lve4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJ3X2Lve4 .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-uyJ3X2Lve4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyJ3X2Lve4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uyJ3X2Lve4 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uyJ3X2Lve4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyJ3X2Lve4 .mbr-text,
.cid-uyJ3X2Lve4 .mbr-section-btn {
  color: #000000;
}
.cid-uyJ3X2Lve4 .mbr-section-title {
  color: #000000;
}
.cid-uyJbMEFDdk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJbMEFDdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJbMEFDdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJbMEFDdk .mbr-section-title {
  color: #ffffff;
}
.cid-uyJbMEFDdk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyJbPRVtob {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJbPRVtob .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uyJbPRVtob img,
.cid-uyJbPRVtob .item-img {
  width: 100%;
}
.cid-uyJbPRVtob .item:focus,
.cid-uyJbPRVtob span:focus {
  outline: none;
}
.cid-uyJbPRVtob .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyJbPRVtob .item {
    margin-bottom: 1rem;
  }
}
.cid-uyJbPRVtob .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uyJbPRVtob .mbr-section-title {
  color: #232323;
}
.cid-uyJbPRVtob .mbr-text,
.cid-uyJbPRVtob .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uyJbPRVtob .item-title {
  color: #232323;
  text-align: center;
}
.cid-uyJbPRVtob .content-head {
  max-width: 800px;
}
.cid-uyJbZXb4zh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJbZXb4zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJbZXb4zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJbZXb4zh .mbr-section-title {
  color: #ffffff;
}
.cid-uyJbZXb4zh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyJcfILYGa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJcfILYGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJcfILYGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJcfILYGa .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uyJcfILYGa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyJcfILYGa .row {
  flex-direction: row-reverse;
}
.cid-uyJcfILYGa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyJcfILYGa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyJcfILYGa .mbr-text {
  color: #000000;
}
.cid-uyJcwTX3TJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJcwTX3TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJcwTX3TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJcwTX3TJ .mbr-section-title {
  color: #ffffff;
}
.cid-uyJcwTX3TJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyJcAasJRZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJcGIriDC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJd6K196f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJd6K196f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJd6K196f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJd6K196f .mbr-section-title {
  color: #ffffff;
}
.cid-uyJd6K196f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyJd81Ikig {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uyJd81Ikig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJd81Ikig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJd81Ikig .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uyJd81Ikig .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uyJd81Ikig .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyJd81Ikig .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-uyJd81Ikig .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-uyJd81Ikig .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uyJd81Ikig .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uyJd81Ikig .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uyJd81Ikig .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyJd81Ikig .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uyJd81Ikig .card-title {
  color: #153951;
}
.cid-uyJd81Ikig .card-subtitle {
  color: #1a9950;
}
.cid-uyJdVEQi15 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJdVEQi15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJdVEQi15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJdVEQi15 .mbr-section-title {
  color: #ffffff;
}
.cid-uyJdVEQi15 .mbr-section-subtitle {
  color: #f2c810;
}
.cid-uyJeesUygX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJeesUygX img,
.cid-uyJeesUygX .item-img {
  width: 100%;
}
.cid-uyJeesUygX .item:focus,
.cid-uyJeesUygX span:focus {
  outline: none;
}
.cid-uyJeesUygX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uyJeesUygX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyJeesUygX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyJeesUygX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyJeesUygX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyJeesUygX .mbr-section-title {
  color: #232323;
}
.cid-uyJeDhTmpJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyJeDhTmpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJeDhTmpJ .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-uyJeDhTmpJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyJeDhTmpJ .row {
  flex-direction: row-reverse;
}
.cid-uyJeDhTmpJ img {
  width: 100%;
}
.cid-uyJfbiDWYa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJfbiDWYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJfbiDWYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJfbiDWYa .mbr-section-title {
  color: #ffffff;
}
.cid-uyJfbiDWYa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyJfyRXNO5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJfyRXNO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJfyRXNO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJfyRXNO5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uyJfyRXNO5 .item {
    margin-bottom: 4rem;
  }
}
.cid-uyJfyRXNO5 .item:last-child .icon-box:before {
  display: none;
}
.cid-uyJfyRXNO5 .item.last .icon-box:before {
  display: none;
}
.cid-uyJfyRXNO5 .icon-box {
  background: #153951;
  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-uyJfyRXNO5 .icon-box {
    margin-right: 1rem;
  }
}
.cid-uyJfyRXNO5 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyJfyRXNO5 .card {
    margin-bottom: 2rem;
  }
  .cid-uyJfyRXNO5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyJfyRXNO5 .mbr-text,
.cid-uyJfyRXNO5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uyJfyRXNO5 .icon-text {
  color: #000000;
}
.cid-uyJfyRXNO5 .icon-title {
  color: #111111;
}
.cid-uyJgi2kQZN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJgi2kQZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJgi2kQZN .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-uyJgi2kQZN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyJgi2kQZN .row {
  flex-direction: row-reverse;
}
.cid-uyJgi2kQZN img {
  width: 100%;
}
.cid-uyJgDoUWDT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJgDoUWDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJgDoUWDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJgDoUWDT .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uyJgDoUWDT .item .icon-wrap {
  text-align: center;
}
.cid-uyJgDoUWDT .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uyJgDoUWDT .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #153951;
}
.cid-uyJgDoUWDT .item.first:before {
  display: none;
}
.cid-uyJgDoUWDT .item.five:before {
  display: none;
}
.cid-uyJgDoUWDT .icon-box {
  background: #153951;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uyJgDoUWDT .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uyJgDoUWDT .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyJgDoUWDT .item:before {
    display: none;
  }
  .cid-uyJgDoUWDT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyJgDoUWDT .text-box .mbr-text {
  color: #000000;
}
.cid-uyJgWEu1u8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fefbe4;
}
.cid-uyJgWEu1u8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJgWEu1u8 .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-uyJgWEu1u8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyJgWEu1u8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyJgWEu1u8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyJh8pngtJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJh8pngtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJh8pngtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJh8pngtJ .mbr-section-title {
  color: #ffffff;
}
.cid-uyJh8pngtJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyJheeujVf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJheeujVf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uyJheeujVf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uyJheeujVf .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #153951;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uyJhZa1Sx0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJhZa1Sx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJhZa1Sx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJhZa1Sx0 .mbr-section-title {
  color: #ffffff;
}
.cid-uyJhZa1Sx0 .mbr-section-subtitle {
  color: #f2c810;
}
.cid-uFHg5RsPBo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHg5RsPBo img,
.cid-uFHg5RsPBo .item-img {
  width: 100%;
}
.cid-uFHg5RsPBo .item:focus,
.cid-uFHg5RsPBo span:focus {
  outline: none;
}
.cid-uFHg5RsPBo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFHg5RsPBo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFHg5RsPBo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFHg5RsPBo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFHg5RsPBo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFHg5RsPBo .mbr-section-title {
  color: #232323;
}
.cid-uBlLZ7I72I {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBlLZ7I72I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBlLZ7I72I .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-uBlLZ7I72I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBlLZ7I72I .row {
  flex-direction: row-reverse;
}
.cid-uBlLZ7I72I img {
  width: 100%;
}
.cid-uyJi2rWtuw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJi2rWtuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJi2rWtuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJi2rWtuw .mbr-section-title {
  color: #ffffff;
}
.cid-uyJi2rWtuw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyJi6gNmaP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJi6gNmaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJi6gNmaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJi6gNmaP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uyJi6gNmaP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyJi6gNmaP .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uyJi6gNmaP .panel-body,
.cid-uyJi6gNmaP .card-header {
  padding: 1rem 0;
}
.cid-uyJi6gNmaP .panel-title-edit {
  color: #000000;
}
.cid-uyJjggcwxy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153951;
}
.cid-uyJjggcwxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJjggcwxy .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-uyJjggcwxy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyJjggcwxy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uyJjggcwxy .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uyJjggcwxy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyJjggcwxy .mbr-section-title {
  color: #ffffff;
}
.cid-uyJjggcwxy .mbr-text,
.cid-uyJjggcwxy .mbr-section-btn {
  color: #ffffff;
}
.cid-uyJia9vZx7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyJicrYNYN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJicrYNYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJicrYNYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJicrYNYN .mbr-section-title {
  color: #ffffff;
}
.cid-uyJicrYNYN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyJiem4XFN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyJiem4XFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJiem4XFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJiem4XFN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyJiem4XFN .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uyJikquxjk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uyJikquxjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJikquxjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJikquxjk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uyJikquxjk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uyJikquxjk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uyJikquxjk .list {
  color: #ffffff;
}
.cid-uyJin9dtbA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-uFHijPO7Ne {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFHijPO7Ne nav.navbar {
  position: fixed;
}
.cid-uFHijPO7Ne .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-uFHijPO7Ne .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFHijPO7Ne .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFHijPO7Ne .dropdown-item:hover,
.cid-uFHijPO7Ne .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFHijPO7Ne .dropdown-item:hover span {
  color: white;
}
.cid-uFHijPO7Ne .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFHijPO7Ne .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFHijPO7Ne .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFHijPO7Ne .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFHijPO7Ne .nav-link {
  position: relative;
}
.cid-uFHijPO7Ne .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHijPO7Ne .container {
    flex-wrap: wrap;
  }
}
.cid-uFHijPO7Ne .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHijPO7Ne .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFHijPO7Ne .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFHijPO7Ne .dropdown-menu,
.cid-uFHijPO7Ne .navbar.opened {
  background: #153951 !important;
}
.cid-uFHijPO7Ne .nav-item:focus,
.cid-uFHijPO7Ne .nav-link:focus {
  outline: none;
}
.cid-uFHijPO7Ne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHijPO7Ne .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHijPO7Ne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHijPO7Ne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHijPO7Ne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHijPO7Ne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHijPO7Ne .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #153951;
}
.cid-uFHijPO7Ne .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHijPO7Ne .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFHijPO7Ne .navbar .navbar-logo img {
  width: auto;
}
.cid-uFHijPO7Ne .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFHijPO7Ne .navbar.collapsed {
  justify-content: center;
}
.cid-uFHijPO7Ne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHijPO7Ne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFHijPO7Ne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHijPO7Ne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHijPO7Ne .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-uFHijPO7Ne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHijPO7Ne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFHijPO7Ne .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFHijPO7Ne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHijPO7Ne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHijPO7Ne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHijPO7Ne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFHijPO7Ne .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-uFHijPO7Ne .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHijPO7Ne .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFHijPO7Ne .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFHijPO7Ne .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFHijPO7Ne .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHijPO7Ne .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFHijPO7Ne .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFHijPO7Ne .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHijPO7Ne .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHijPO7Ne .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHijPO7Ne .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-uFHijPO7Ne .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFHijPO7Ne .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHijPO7Ne .dropdown-item.active,
.cid-uFHijPO7Ne .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHijPO7Ne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFHijPO7Ne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHijPO7Ne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHijPO7Ne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #153951;
}
.cid-uFHijPO7Ne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHijPO7Ne .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHijPO7Ne ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFHijPO7Ne .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHijPO7Ne button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFHijPO7Ne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFHijPO7Ne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHijPO7Ne button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHijPO7Ne button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHijPO7Ne button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHijPO7Ne nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHijPO7Ne nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHijPO7Ne nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHijPO7Ne nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHijPO7Ne .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFHijPO7Ne a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFHijPO7Ne .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-uFHijPO7Ne .navbar {
    height: 70px;
  }
  .cid-uFHijPO7Ne .navbar.opened {
    height: auto;
  }
  .cid-uFHijPO7Ne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFHik3zIaP {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #4a92ba;
}
.cid-uFHik3zIaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHik3zIaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHik3zIaP .mbr-section-title {
  color: #ffffff;
}
.cid-uFHik3zIaP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHjBqV8Nt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHik4t9J8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHik4t9J8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHik4t9J8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHik4t9J8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uFHik4t9J8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uFHik4t9J8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uFHik4t9J8 .list {
  color: #ffffff;
}
.cid-uFHik4WspA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-uFHiltI30q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFHiltI30q nav.navbar {
  position: fixed;
}
.cid-uFHiltI30q .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-uFHiltI30q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFHiltI30q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFHiltI30q .dropdown-item:hover,
.cid-uFHiltI30q .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFHiltI30q .dropdown-item:hover span {
  color: white;
}
.cid-uFHiltI30q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFHiltI30q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFHiltI30q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFHiltI30q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFHiltI30q .nav-link {
  position: relative;
}
.cid-uFHiltI30q .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHiltI30q .container {
    flex-wrap: wrap;
  }
}
.cid-uFHiltI30q .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHiltI30q .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFHiltI30q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFHiltI30q .dropdown-menu,
.cid-uFHiltI30q .navbar.opened {
  background: #153951 !important;
}
.cid-uFHiltI30q .nav-item:focus,
.cid-uFHiltI30q .nav-link:focus {
  outline: none;
}
.cid-uFHiltI30q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHiltI30q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHiltI30q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHiltI30q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHiltI30q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHiltI30q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHiltI30q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #153951;
}
.cid-uFHiltI30q .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHiltI30q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFHiltI30q .navbar .navbar-logo img {
  width: auto;
}
.cid-uFHiltI30q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFHiltI30q .navbar.collapsed {
  justify-content: center;
}
.cid-uFHiltI30q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHiltI30q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFHiltI30q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHiltI30q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHiltI30q .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-uFHiltI30q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHiltI30q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFHiltI30q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFHiltI30q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHiltI30q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHiltI30q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHiltI30q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFHiltI30q .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-uFHiltI30q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHiltI30q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFHiltI30q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFHiltI30q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFHiltI30q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHiltI30q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFHiltI30q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFHiltI30q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHiltI30q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHiltI30q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHiltI30q .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-uFHiltI30q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFHiltI30q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHiltI30q .dropdown-item.active,
.cid-uFHiltI30q .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHiltI30q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFHiltI30q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHiltI30q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHiltI30q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #153951;
}
.cid-uFHiltI30q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHiltI30q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHiltI30q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFHiltI30q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHiltI30q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFHiltI30q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFHiltI30q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHiltI30q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHiltI30q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHiltI30q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHiltI30q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHiltI30q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHiltI30q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHiltI30q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHiltI30q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFHiltI30q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFHiltI30q .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-uFHiltI30q .navbar {
    height: 70px;
  }
  .cid-uFHiltI30q .navbar.opened {
    height: auto;
  }
  .cid-uFHiltI30q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFHiluc0fK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHiluc0fK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiluc0fK .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-uFHiluc0fK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHiluc0fK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uFHiluc0fK .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uFHiluc0fK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHiluc0fK .mbr-text,
.cid-uFHiluc0fK .mbr-section-btn {
  color: #000000;
}
.cid-uFHiluc0fK .mbr-section-title {
  color: #000000;
}
.cid-uFHiluy4wA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiluy4wA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiluy4wA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiluy4wA .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiluy4wA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiluTmv3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHiluTmv3 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uFHiluTmv3 img,
.cid-uFHiluTmv3 .item-img {
  width: 100%;
}
.cid-uFHiluTmv3 .item:focus,
.cid-uFHiluTmv3 span:focus {
  outline: none;
}
.cid-uFHiluTmv3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFHiluTmv3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFHiluTmv3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFHiluTmv3 .mbr-section-title {
  color: #232323;
}
.cid-uFHiluTmv3 .mbr-text,
.cid-uFHiluTmv3 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uFHiluTmv3 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uFHiluTmv3 .content-head {
  max-width: 800px;
}
.cid-uFHilvxxAS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilvxxAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilvxxAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilvxxAS .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilvxxAS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHilvZIvN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHilvZIvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilvZIvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilvZIvN .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uFHilvZIvN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHilvZIvN .row {
  flex-direction: row-reverse;
}
.cid-uFHilvZIvN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFHilvZIvN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFHilvZIvN .mbr-text {
  color: #000000;
}
.cid-uFHilwn022 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilwn022 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilwn022 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilwn022 .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilwn022 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHilwJ8St {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHilx4ebQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHilxygKx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilxygKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilxygKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilxygKx .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilxygKx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHilxSLrI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uFHilxSLrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilxSLrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilxSLrI .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uFHilxSLrI .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uFHilxSLrI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFHilxSLrI .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-uFHilxSLrI .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-uFHilxSLrI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uFHilxSLrI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFHilxSLrI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uFHilxSLrI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFHilxSLrI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uFHilxSLrI .card-title {
  color: #153951;
}
.cid-uFHilxSLrI .card-subtitle {
  color: #1a9950;
}
.cid-uFHilz18DD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilz18DD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilz18DD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilz18DD .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilz18DD .mbr-section-subtitle {
  color: #f2c810;
}
.cid-uFHilztyp5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHilztyp5 img,
.cid-uFHilztyp5 .item-img {
  width: 100%;
}
.cid-uFHilztyp5 .item:focus,
.cid-uFHilztyp5 span:focus {
  outline: none;
}
.cid-uFHilztyp5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFHilztyp5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFHilztyp5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFHilztyp5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFHilztyp5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFHilztyp5 .mbr-section-title {
  color: #232323;
}
.cid-uFHilAb7rI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFHilAb7rI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilAb7rI .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-uFHilAb7rI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHilAb7rI .row {
  flex-direction: row-reverse;
}
.cid-uFHilAb7rI img {
  width: 100%;
}
.cid-uFHilAxhjh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilAxhjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilAxhjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilAxhjh .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilAxhjh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHilAXR3a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHilAXR3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilAXR3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilAXR3a .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uFHilAXR3a .item {
    margin-bottom: 4rem;
  }
}
.cid-uFHilAXR3a .item:last-child .icon-box:before {
  display: none;
}
.cid-uFHilAXR3a .item.last .icon-box:before {
  display: none;
}
.cid-uFHilAXR3a .icon-box {
  background: #153951;
  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-uFHilAXR3a .icon-box {
    margin-right: 1rem;
  }
}
.cid-uFHilAXR3a span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFHilAXR3a .card {
    margin-bottom: 2rem;
  }
  .cid-uFHilAXR3a .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHilAXR3a .mbr-text,
.cid-uFHilAXR3a .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uFHilAXR3a .icon-text {
  color: #000000;
}
.cid-uFHilAXR3a .icon-title {
  color: #111111;
}
.cid-uFHilBMjff {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilBMjff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilBMjff .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-uFHilBMjff .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHilBMjff .row {
  flex-direction: row-reverse;
}
.cid-uFHilBMjff img {
  width: 100%;
}
.cid-uFHilC9d8V {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHilC9d8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilC9d8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilC9d8V .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uFHilC9d8V .item .icon-wrap {
  text-align: center;
}
.cid-uFHilC9d8V .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uFHilC9d8V .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #153951;
}
.cid-uFHilC9d8V .item.first:before {
  display: none;
}
.cid-uFHilC9d8V .item.five:before {
  display: none;
}
.cid-uFHilC9d8V .icon-box {
  background: #153951;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uFHilC9d8V .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uFHilC9d8V .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uFHilC9d8V .item:before {
    display: none;
  }
  .cid-uFHilC9d8V .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHilC9d8V .text-box .mbr-text {
  color: #000000;
}
.cid-uFHilCX8pd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fefbe4;
}
.cid-uFHilCX8pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilCX8pd .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-uFHilCX8pd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHilCX8pd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFHilCX8pd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFHilDowpk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilDowpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilDowpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilDowpk .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilDowpk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHilE0pzT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHilE0pzT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFHilE0pzT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFHilE0pzT .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #153951;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFHilEwORu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilEwORu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilEwORu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilEwORu .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilEwORu .mbr-section-subtitle {
  color: #f2c810;
}
.cid-uFHilEZgT2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHilEZgT2 img,
.cid-uFHilEZgT2 .item-img {
  width: 100%;
}
.cid-uFHilEZgT2 .item:focus,
.cid-uFHilEZgT2 span:focus {
  outline: none;
}
.cid-uFHilEZgT2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFHilEZgT2 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFHilEZgT2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFHilEZgT2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFHilEZgT2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFHilEZgT2 .mbr-section-title {
  color: #232323;
}
.cid-uFHilFzHXv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFHilFzHXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilFzHXv .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-uFHilFzHXv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHilFzHXv .row {
  flex-direction: row-reverse;
}
.cid-uFHilFzHXv img {
  width: 100%;
}
.cid-uFHilFYcrJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilFYcrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilFYcrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilFYcrJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilFYcrJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHilGo8ez {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHilGo8ez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilGo8ez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilGo8ez .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFHilGo8ez .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFHilGo8ez .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uFHilGo8ez .panel-body,
.cid-uFHilGo8ez .card-header {
  padding: 1rem 0;
}
.cid-uFHilGo8ez .panel-title-edit {
  color: #000000;
}
.cid-uFHilH7UfU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153951;
}
.cid-uFHilH7UfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilH7UfU .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-uFHilH7UfU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHilH7UfU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uFHilH7UfU .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uFHilH7UfU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHilH7UfU .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilH7UfU .mbr-text,
.cid-uFHilH7UfU .mbr-section-btn {
  color: #ffffff;
}
.cid-uFHilHA2v5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFHilI01ia {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilI01ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilI01ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilI01ia .mbr-section-title {
  color: #ffffff;
}
.cid-uFHilI01ia .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHilIx9Ih {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFHilIx9Ih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilIx9Ih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilIx9Ih .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFHilIx9Ih .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uFHilJl6KE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHilJl6KE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHilJl6KE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHilJl6KE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uFHilJl6KE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uFHilJl6KE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uFHilJl6KE .list {
  color: #ffffff;
}
.cid-uFHilJPhY7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-uFHiqAZnDl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFHiqAZnDl nav.navbar {
  position: fixed;
}
.cid-uFHiqAZnDl .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-uFHiqAZnDl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFHiqAZnDl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFHiqAZnDl .dropdown-item:hover,
.cid-uFHiqAZnDl .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFHiqAZnDl .dropdown-item:hover span {
  color: white;
}
.cid-uFHiqAZnDl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFHiqAZnDl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFHiqAZnDl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFHiqAZnDl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFHiqAZnDl .nav-link {
  position: relative;
}
.cid-uFHiqAZnDl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHiqAZnDl .container {
    flex-wrap: wrap;
  }
}
.cid-uFHiqAZnDl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHiqAZnDl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFHiqAZnDl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFHiqAZnDl .dropdown-menu,
.cid-uFHiqAZnDl .navbar.opened {
  background: #153951 !important;
}
.cid-uFHiqAZnDl .nav-item:focus,
.cid-uFHiqAZnDl .nav-link:focus {
  outline: none;
}
.cid-uFHiqAZnDl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHiqAZnDl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHiqAZnDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHiqAZnDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHiqAZnDl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHiqAZnDl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHiqAZnDl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #153951;
}
.cid-uFHiqAZnDl .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHiqAZnDl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFHiqAZnDl .navbar .navbar-logo img {
  width: auto;
}
.cid-uFHiqAZnDl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFHiqAZnDl .navbar.collapsed {
  justify-content: center;
}
.cid-uFHiqAZnDl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHiqAZnDl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFHiqAZnDl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHiqAZnDl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHiqAZnDl .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-uFHiqAZnDl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHiqAZnDl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFHiqAZnDl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFHiqAZnDl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHiqAZnDl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHiqAZnDl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHiqAZnDl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFHiqAZnDl .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-uFHiqAZnDl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHiqAZnDl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFHiqAZnDl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFHiqAZnDl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFHiqAZnDl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHiqAZnDl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFHiqAZnDl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFHiqAZnDl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHiqAZnDl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHiqAZnDl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHiqAZnDl .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-uFHiqAZnDl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFHiqAZnDl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHiqAZnDl .dropdown-item.active,
.cid-uFHiqAZnDl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHiqAZnDl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFHiqAZnDl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHiqAZnDl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHiqAZnDl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #153951;
}
.cid-uFHiqAZnDl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHiqAZnDl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHiqAZnDl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFHiqAZnDl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHiqAZnDl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFHiqAZnDl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFHiqAZnDl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHiqAZnDl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHiqAZnDl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHiqAZnDl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHiqAZnDl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHiqAZnDl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHiqAZnDl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHiqAZnDl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHiqAZnDl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFHiqAZnDl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFHiqAZnDl .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-uFHiqAZnDl .navbar {
    height: 70px;
  }
  .cid-uFHiqAZnDl .navbar.opened {
    height: auto;
  }
  .cid-uFHiqAZnDl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFHiqBFcTa {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHiqBFcTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqBFcTa .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-uFHiqBFcTa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHiqBFcTa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uFHiqBFcTa .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uFHiqBFcTa .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHiqBFcTa .mbr-text,
.cid-uFHiqBFcTa .mbr-section-btn {
  color: #000000;
}
.cid-uFHiqBFcTa .mbr-section-title {
  color: #000000;
}
.cid-uFHiqC96lb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqC96lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqC96lb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqC96lb .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqC96lb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiqCv34A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHiqCv34A .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uFHiqCv34A img,
.cid-uFHiqCv34A .item-img {
  width: 100%;
}
.cid-uFHiqCv34A .item:focus,
.cid-uFHiqCv34A span:focus {
  outline: none;
}
.cid-uFHiqCv34A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFHiqCv34A .item {
    margin-bottom: 1rem;
  }
}
.cid-uFHiqCv34A .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFHiqCv34A .mbr-section-title {
  color: #232323;
}
.cid-uFHiqCv34A .mbr-text,
.cid-uFHiqCv34A .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uFHiqCv34A .item-title {
  color: #232323;
  text-align: center;
}
.cid-uFHiqCv34A .content-head {
  max-width: 800px;
}
.cid-uFHiqD3uNK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqD3uNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqD3uNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqD3uNK .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqD3uNK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiqDpOIO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHiqDpOIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqDpOIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqDpOIO .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uFHiqDpOIO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHiqDpOIO .row {
  flex-direction: row-reverse;
}
.cid-uFHiqDpOIO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFHiqDpOIO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFHiqDpOIO .mbr-text {
  color: #000000;
}
.cid-uFHiqDNQHj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqDNQHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqDNQHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqDNQHj .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqDNQHj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiqE9ygf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHiqEusvC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHiqFa7fE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqFa7fE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqFa7fE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqFa7fE .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqFa7fE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiqGE2XQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uFHiqGE2XQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqGE2XQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqGE2XQ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uFHiqGE2XQ .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uFHiqGE2XQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFHiqGE2XQ .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-uFHiqGE2XQ .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-uFHiqGE2XQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uFHiqGE2XQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFHiqGE2XQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uFHiqGE2XQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFHiqGE2XQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uFHiqGE2XQ .card-title {
  color: #153951;
}
.cid-uFHiqGE2XQ .card-subtitle {
  color: #1a9950;
}
.cid-uFHiqI4ZMg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqI4ZMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqI4ZMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqI4ZMg .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqI4ZMg .mbr-section-subtitle {
  color: #f2c810;
}
.cid-uFHiqIq6sJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHiqIq6sJ img,
.cid-uFHiqIq6sJ .item-img {
  width: 100%;
}
.cid-uFHiqIq6sJ .item:focus,
.cid-uFHiqIq6sJ span:focus {
  outline: none;
}
.cid-uFHiqIq6sJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFHiqIq6sJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFHiqIq6sJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFHiqIq6sJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFHiqIq6sJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFHiqIq6sJ .mbr-section-title {
  color: #232323;
}
.cid-uFHiqJ0Hkx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFHiqJ0Hkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqJ0Hkx .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-uFHiqJ0Hkx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHiqJ0Hkx .row {
  flex-direction: row-reverse;
}
.cid-uFHiqJ0Hkx img {
  width: 100%;
}
.cid-uFHiqJmQOm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqJmQOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqJmQOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqJmQOm .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqJmQOm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiqJKL7G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHiqJKL7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqJKL7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqJKL7G .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uFHiqJKL7G .item {
    margin-bottom: 4rem;
  }
}
.cid-uFHiqJKL7G .item:last-child .icon-box:before {
  display: none;
}
.cid-uFHiqJKL7G .item.last .icon-box:before {
  display: none;
}
.cid-uFHiqJKL7G .icon-box {
  background: #153951;
  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-uFHiqJKL7G .icon-box {
    margin-right: 1rem;
  }
}
.cid-uFHiqJKL7G span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFHiqJKL7G .card {
    margin-bottom: 2rem;
  }
  .cid-uFHiqJKL7G .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHiqJKL7G .mbr-text,
.cid-uFHiqJKL7G .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uFHiqJKL7G .icon-text {
  color: #000000;
}
.cid-uFHiqJKL7G .icon-title {
  color: #111111;
}
.cid-uFHiqKzU1j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqKzU1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqKzU1j .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-uFHiqKzU1j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHiqKzU1j .row {
  flex-direction: row-reverse;
}
.cid-uFHiqKzU1j img {
  width: 100%;
}
.cid-uFHiqL01ud {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHiqL01ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqL01ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqL01ud .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uFHiqL01ud .item .icon-wrap {
  text-align: center;
}
.cid-uFHiqL01ud .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uFHiqL01ud .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #153951;
}
.cid-uFHiqL01ud .item.first:before {
  display: none;
}
.cid-uFHiqL01ud .item.five:before {
  display: none;
}
.cid-uFHiqL01ud .icon-box {
  background: #153951;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uFHiqL01ud .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uFHiqL01ud .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uFHiqL01ud .item:before {
    display: none;
  }
  .cid-uFHiqL01ud .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHiqL01ud .text-box .mbr-text {
  color: #000000;
}
.cid-uFHiqLJjBV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fefbe4;
}
.cid-uFHiqLJjBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqLJjBV .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-uFHiqLJjBV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHiqLJjBV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFHiqLJjBV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFHiqMdtZ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqMdtZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqMdtZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqMdtZ6 .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqMdtZ6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiqMMY2C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHiqMMY2C .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFHiqMMY2C .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFHiqMMY2C .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #153951;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFHiqN8Iwe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqN8Iwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqN8Iwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqN8Iwe .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqN8Iwe .mbr-section-subtitle {
  color: #f2c810;
}
.cid-uFHiqNvMXp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHiqNvMXp img,
.cid-uFHiqNvMXp .item-img {
  width: 100%;
}
.cid-uFHiqNvMXp .item:focus,
.cid-uFHiqNvMXp span:focus {
  outline: none;
}
.cid-uFHiqNvMXp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFHiqNvMXp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFHiqNvMXp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFHiqNvMXp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFHiqNvMXp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFHiqNvMXp .mbr-section-title {
  color: #232323;
}
.cid-uFHiqO2M1E {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFHiqO2M1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqO2M1E .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-uFHiqO2M1E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFHiqO2M1E .row {
  flex-direction: row-reverse;
}
.cid-uFHiqO2M1E img {
  width: 100%;
}
.cid-uFHiqOCQU3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqOCQU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqOCQU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqOCQU3 .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqOCQU3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiqPv0cj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHiqPv0cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqPv0cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqPv0cj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFHiqPv0cj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFHiqPv0cj .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uFHiqPv0cj .panel-body,
.cid-uFHiqPv0cj .card-header {
  padding: 1rem 0;
}
.cid-uFHiqPv0cj .panel-title-edit {
  color: #000000;
}
.cid-uFHiqQ65sH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153951;
}
.cid-uFHiqQ65sH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqQ65sH .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-uFHiqQ65sH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHiqQ65sH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uFHiqQ65sH .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uFHiqQ65sH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFHiqQ65sH .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqQ65sH .mbr-text,
.cid-uFHiqQ65sH .mbr-section-btn {
  color: #ffffff;
}
.cid-uFHiqQv1R0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFHiqRazg9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqRazg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqRazg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqRazg9 .mbr-section-title {
  color: #ffffff;
}
.cid-uFHiqRazg9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFHiqS40il {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFHiqS40il .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqS40il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqS40il .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFHiqS40il .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uFHiqSKwlY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #153951;
}
.cid-uFHiqSKwlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiqSKwlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiqSKwlY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uFHiqSKwlY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uFHiqSKwlY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uFHiqSKwlY .list {
  color: #ffffff;
}
.cid-uFHiqTpnq4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
  overflow: hidden;
}
