.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1,
.mbr-iconfont.icon-title-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont,
.mbr-iconfont.icon-title-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2,
.mbr-iconfont.icon-title-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -1px;
}
.display-2 > .mbr-iconfont,
.mbr-iconfont.icon-title-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.66;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.6rem;
  border-radius: 3rem;
}
.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4c9b2e !important;
}
.bg-success {
  background-color: #d3f59d !important;
}
.bg-info {
  background-color: #e64a19 !important;
}
.bg-warning {
  background-color: #d50000 !important;
}
.bg-danger {
  background-color: #ffd700 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary,
.btn-primary:active {
  background-color: #4c9b2e !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4c9b2e !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #8ed573 !important;
  border-color: #8ed573 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  color: #717108 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #717108 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info,
.btn-info:active {
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f3a58c !important;
  border-color: #f3a58c !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success,
.btn-success:active {
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  color: #1b2904 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1b2904 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning,
.btn-warning:active {
  background-color: #d50000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d50000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5656 !important;
  border-color: #ff5656 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffeb80 !important;
  border-color: #ffeb80 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white,
.btn-white:active {
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  color: #8f8f00 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #8f8f00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4c9b2e;
  color: #4c9b2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2b581a !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #2b581a !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c9b2e !important;
  border-color: #4c9b2e !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fdfde1;
  color: #fdfde1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f8f890 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #f8f890 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d1d10e !important;
  background-color: #fdfde1 !important;
  border-color: #fdfde1 !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e64a19;
  color: #e64a19;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #983110 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #983110 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e64a19 !important;
  border-color: #e64a19 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3f59d;
  color: #d3f59d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b0ed4e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #b0ed4e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #57850e !important;
  background-color: #d3f59d !important;
  border-color: #d3f59d !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d50000;
  color: #d50000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7e0000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #7e0000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd700;
  color: #ffd700;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88e00 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a88e00 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffd700 !important;
  border-color: #ffd700 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fffff5;
  color: #fffff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffff9e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffff9e !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #f5f500 !important;
  background-color: #fffff5 !important;
  border-color: #fffff5 !important;
}
.text-primary {
  color: #4c9b2e !important;
}
.text-secondary {
  color: #fdfde1 !important;
}
.text-success {
  color: #d3f59d !important;
}
.text-info {
  color: #e64a19 !important;
}
.text-warning {
  color: #d50000 !important;
}
.text-danger {
  color: #ffd700 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #254c17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f3f352 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9ec40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8a2c0f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #998100 !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: #4c9b2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e64a19;
}
.alert-warning {
  background-color: #d50000;
}
.alert-danger {
  background-color: #ffd700;
}
.btn .mbr-iconfont-btn::before {
  background-color: #000000;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c9b2e;
  border-color: #4c9b2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c9b2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ed573;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fadbd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff7cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.66;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4c9b2e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.66;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4c9b2e;
}
/* 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: #4c9b2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c9b2e;
}
.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: #4c9b2e;
  border-bottom-color: #4c9b2e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4c9b2e !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: #fdfde1 !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='%234c9b2e' %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-uw6dm6fZqm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uw6dm6fZqm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uw6dm6fZqm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uw6dm6fZqm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw6dm6fZqm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uw6dm6fZqm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw6dm6fZqm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw6dm6fZqm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uw6dm6fZqm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uw6dm6fZqm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uw6dm6fZqm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uw6dm6fZqm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uw6dm6fZqm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uw6dm6fZqm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uw6dm6fZqm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uw6dm6fZqm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uw6dm6fZqm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uw6dm6fZqm .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uw6dm6fZqm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uw6dm6fZqm .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uw6dm6fZqm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uw6dm6fZqm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uw6dm6fZqm .container {
  display: flex;
  height: 88px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uw6dm6fZqm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uw6dm6fZqm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uw6dm6fZqm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uw6dm6fZqm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uw6dm6fZqm .nav-item:focus,
.cid-uw6dm6fZqm .nav-link:focus {
  outline: none;
}
.cid-uw6dm6fZqm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw6dm6fZqm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw6dm6fZqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw6dm6fZqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6dm6fZqm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw6dm6fZqm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw6dm6fZqm .navbar {
  min-height: 88px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uw6dm6fZqm .navbar.opened {
  transition: all 0.25s;
}
.cid-uw6dm6fZqm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw6dm6fZqm .navbar .navbar-logo img {
  width: auto;
}
.cid-uw6dm6fZqm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uw6dm6fZqm .navbar.collapsed {
  justify-content: center;
}
.cid-uw6dm6fZqm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw6dm6fZqm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw6dm6fZqm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uw6dm6fZqm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw6dm6fZqm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw6dm6fZqm .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-uw6dm6fZqm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw6dm6fZqm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uw6dm6fZqm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uw6dm6fZqm .navbar {
    min-height: 72px;
  }
  .cid-uw6dm6fZqm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uw6dm6fZqm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw6dm6fZqm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw6dm6fZqm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw6dm6fZqm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw6dm6fZqm .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-uw6dm6fZqm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw6dm6fZqm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uw6dm6fZqm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw6dm6fZqm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uw6dm6fZqm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uw6dm6fZqm .dropdown-item.active,
.cid-uw6dm6fZqm .dropdown-item:active {
  background-color: transparent;
}
.cid-uw6dm6fZqm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw6dm6fZqm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw6dm6fZqm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw6dm6fZqm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uw6dm6fZqm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uw6dm6fZqm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uw6dm6fZqm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw6dm6fZqm .navbar-buttons .btn {
  padding: 12px 30px;
}
.cid-uw6dm6fZqm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uw6dm6fZqm .navbar-buttons {
    text-align: left;
  }
}
.cid-uw6dm6fZqm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw6dm6fZqm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw6dm6fZqm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw6dm6fZqm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6dm6fZqm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6dm6fZqm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw6dm6fZqm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6dm6fZqm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw6dm6fZqm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw6dm6fZqm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6dm6fZqm .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uw6dm6fZqm .opacityScroll {
  background: #000000 !important;
}
.cid-uw6dm6fZqm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw6dm6fZqm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uw6dm6fZqm .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw6dm6fZqm .navbar {
    height: 70px;
  }
  .cid-uw6dm6fZqm .navbar.opened {
    height: auto;
  }
  .cid-uw6dm6fZqm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uw6dm6fZqm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uw6dm6fZqm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uw6dm6fZqm .navbar-brand {
    margin-right: auto;
  }
  .cid-uw6dm6fZqm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uw6dm6fZqm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uw6dm6fZqm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uw6dm6fZqm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uw6dm6fZqm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uw6dm6fZqm .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uw6dm6fZqm .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uw6dm6fZqm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uw6dtyLnaN {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-color: #2a1c6c;
}
.cid-uw6dtyLnaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6dtyLnaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6dtyLnaN .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uw6dtyLnaN .row {
  flex-direction: row-reverse;
}
.cid-uw6dtyLnaN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uw6dtyLnaN .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uw6dtyLnaN .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uw6dtyLnaN .text-wrapper {
    text-align: center;
  }
}
.cid-uw6dtyLnaN .mbr-text,
.cid-uw6dtyLnaN .mbr-section-btn {
  color: #fdfde1;
}
.cid-uw6dtyLnaN .mbr-menu,
.cid-uw6dtyLnaN .mbr-section-btn {
  color: #fdfde1;
}
.cid-uw6dtyLnaN .mbr-desc,
.cid-uw6dtyLnaN .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtutFbL45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtutFbL45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtutFbL45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtutFbL45 .container {
    padding: 0 15px;
  }
}
.cid-uMtutFbL45 .row {
  justify-content: center;
}
.cid-uMtutFbL45 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtutFbL45 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMtutFbL45 .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uMtutFbL45 .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMtutFbL45 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uMtutFbL45 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtutFbL45 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMtutFbL45 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMtutFbL45 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uMtutFbL45 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMtutFbL45 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMtutFbL45 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2a1c6c;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uMtutFbL45 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uMtutFbL45 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMtutFbL45 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMtutFbL45 .list {
  color: #ffffff;
}
.cid-uMtutFbL45 .list,
.cid-uMtutFbL45 .item-wrap {
  color: #000000;
}
.cid-uMtC6oya4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtC6oya4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtC6oya4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtC6oya4Q .items-wrapper {
  justify-content: center;
}
.cid-uMtC6oya4Q .mbr-text,
.cid-uMtC6oya4Q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uw6oNizjmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uw6oNizjmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6oNizjmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6oNizjmf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uw6oNizjmf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uw6oNizjmf .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uw6oNizjmf .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uw6oNizjmf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uw6oNizjmf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uw6oNizjmf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uw6oNizjmf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uw6oNizjmf .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw6oNizjmf .item {
    margin-bottom: 28px;
  }
}
.cid-uw6oNizjmf .item .item-wrapper {
  height: 100%;
  border: 2px solid #000000;
  background-color: #2a1c6c;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uw6oNizjmf .item .item-wrapper:hover,
.cid-uw6oNizjmf .item .item-wrapper:focus {
  border: 2px solid #bff747;
  box-shadow: 4px 4px 0 0 #bff747;
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #2a1c6c;
}
@media (max-width: 992px) {
  .cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uw6oNizjmf .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uw6oNizjmf .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uw6oNizjmf .icon-wrapper {
  text-align: right;
}
.cid-uw6oNizjmf .mbr-section-title,
.cid-uw6oNizjmf .item-title,
.cid-uw6oNizjmf .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uw6oNizjmf .mbr-text,
.cid-uw6oNizjmf .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uw6oNizjmf .mbr-desc,
.cid-uw6oNizjmf .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uw6oNizjmf .item-desc {
  color: #fdfde1;
}
.cid-uMtDliPAuo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtDliPAuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtDliPAuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtDliPAuo .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMtDliPAuo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMtDliPAuo .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtDliPAuo .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMtDliPAuo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMtDliPAuo .mbr-section-title {
  color: #000000;
}
.cid-uMtDliPAuo .mbr-desc {
  color: #fdfde1;
}
.cid-uMtDliPAuo .mbr-text {
  color: #000000;
}
.cid-uMtDliPAuo .mbr-text,
.cid-uMtDliPAuo .text-wrapper {
  color: #fdfde1;
}
.cid-uMtDliPAuo .mbr-section-title,
.cid-uMtDliPAuo .mbr-section-btn {
  color: #fdfde1;
}
.cid-uw6dwsh2vC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f7ab;
}
.cid-uw6dwsh2vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6dwsh2vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6dwsh2vC .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uw6dwsh2vC .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uw6dwsh2vC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw6dwsh2vC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uw6dwsh2vC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uw6dwsh2vC .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uw6dwsh2vC .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uw6dwsh2vC .card-box .item-footer {
  margin-left: 0;
}
.cid-uw6dwsh2vC .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uw6dwsh2vC .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uw6dwsh2vC .item-wrapper {
  background: #2a1c6c;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uw6dwsh2vC .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uw6dwsh2vC .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uw6dwsh2vC .item-wrapper:hover {
  background-color: #e3f7ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uw6dwsh2vC .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uw6dwsh2vC .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uw6dwsh2vC .icon-title {
  color: #bff747;
}
.cid-uw6dwsh2vC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uw6dwsh2vC .mbr-section-subtitle {
  color: #000000;
}
.cid-uw6dwsh2vC .content-head {
  max-width: 856px;
}
.cid-uw6dwsh2vC .card-title,
.cid-uw6dwsh2vC .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uw6dwsh2vC .card-text,
.cid-uw6dwsh2vC .item .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMtJ7SuUMy {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2a1c6c;
}
.cid-uMtJ7SuUMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtJ7SuUMy .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMtJ7SuUMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtJ7SuUMy h1 {
  max-width: 800px;
}
.cid-uMtJ7SuUMy p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMtJ7SuUMy .btn:hover {
  transform: scale(1.1);
  background: #fdfde1 !important;
  border-color: #fdfde1 !important;
  color: #4c9b2e !important;
}
.cid-uMtJ7SuUMy .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMtJ7SuUMy .btn div {
  overflow: hidden;
}
.cid-uMtJ7SuUMy .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMtJ7SuUMy {
    align-items: center;
  }
  .cid-uMtJ7SuUMy .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMtJ7SuUMy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMtJ7SuUMy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMtJ7SuUMy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMtJ7SuUMy .content-wrap {
    width: 100%;
  }
}
.cid-uMtJ7SuUMy .mbr-section-subtitle,
.cid-uMtJ7SuUMy .line {
  color: #ffffff;
}
.cid-uMtJ7SuUMy .mbr-text,
.cid-uMtJ7SuUMy .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMtJ7SuUMy .mbr-section-title {
  color: #291f1e;
}
.cid-uw6efaloQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uw6efaloQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6efaloQc .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6efaloQc .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uw6efaloQc .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uw6efaloQc .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uw6efaloQc .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uw6efaloQc .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uw6efaloQc .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uw6efaloQc .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uw6efaloQc .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uw6efaloQc .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uw6efaloQc .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uw6efaloQc .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uw6efaloQc .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uw6efaloQc .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uw6efaloQc .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #ffffff;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uw6efaloQc .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uw6efaloQc .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uw6efaloQc .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uw6efaloQc .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uw6efaloQc .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uw6efaloQc .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uw6efaloQc .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uw6efaloQc .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uw6efaloQc .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uw6efaloQc .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uw6efaloQc .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uw6efaloQc .mbr-section-title,
.cid-uw6efaloQc .mbr-text,
.cid-uw6efaloQc .panel-title-edit,
.cid-uw6efaloQc .panel-text {
  color: #000000;
}
.cid-uw6efaloQc .mbr-section-title,
.cid-uw6efaloQc .icon-wrapper {
  text-align: center;
}
.cid-uMtK8T5TaL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
  overflow: hidden;
}
.cid-uMtK8T5TaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtK8T5TaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtK8T5TaL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMtK8T5TaL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMtK8T5TaL .container {
    padding: 0 30px;
  }
}
.cid-uMtK8T5TaL .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uMtK8T5TaL .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMtK8T5TaL .content-wrapper {
    padding: 0;
  }
}
.cid-uMtK8T5TaL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uMtK8T5TaL .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uMtK8T5TaL .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMtK8T5TaL .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uMtK8T5TaL .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uMtK8T5TaL .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uMtK8T5TaL .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uMtK8T5TaL .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uMtK8T5TaL .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMtK8T5TaL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtK8T5TaL .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uMtK8T5TaL .mbr-desc {
  color: #254b45;
}
.cid-uMtK8T5TaL .mbr-section-title {
  color: #254b45;
}
.cid-uMtK8T5TaL .mbr-text {
  color: #254b45;
}
.cid-uMtK8T5TaL .mbr-desc,
.cid-uMtK8T5TaL .desc-wrapper {
  color: #ffffff;
}
.cid-uMtK8T5TaL .mbr-text,
.cid-uMtK8T5TaL .mbr-section-btn {
  color: #ffffff;
}
.cid-uw6dY6MyhZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f7ab;
}
.cid-uw6dY6MyhZ .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uw6dY6MyhZ .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uw6dY6MyhZ .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #bff747;
}
.cid-uw6dY6MyhZ .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uw6dY6MyhZ .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uw6dY6MyhZ .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uw6dY6MyhZ .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uw6dY6MyhZ .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uw6dY6MyhZ img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uw6dY6MyhZ .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uw6dY6MyhZ .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uw6dY6MyhZ .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uw6dY6MyhZ .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uw6dY6MyhZ .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uw6dY6MyhZ .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uw6dY6MyhZ .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uw6dY6MyhZ .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uw6dY6MyhZ .align {
  display: flex;
  align-items: center;
}
.cid-uw6dY6MyhZ .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
.cid-uw6dY6MyhZ .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uw6dY6MyhZ .card-text,
.cid-uw6dY6MyhZ .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uw6dY6MyhZ .item-title {
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uMtLu6i5ss {
  overflow: hidden;
  background-image: url("../../../assets/images/aluminum20eavestrough20installation71-1280x780.jpg");
}
.cid-uMtLu6i5ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtLu6i5ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtLu6i5ss .container {
    padding: 0 24px;
  }
}
.cid-uMtLu6i5ss .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uMtLu6i5ss .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uMtLu6i5ss .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMtLu6i5ss .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uMtLu6i5ss .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMtLu6i5ss .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uMtLu6i5ss .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMtLu6i5ss .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uMtLu6i5ss .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uMtLu6i5ss .mbr-desc {
  color: #202020;
}
.cid-uMtLu6i5ss .mbr-section-title {
  color: #202020;
}
.cid-uMtLu6i5ss .mbr-text {
  color: #202020;
}
.cid-uMtMb7US2H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtMb7US2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtMb7US2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtMb7US2H .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMtMb7US2H .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMtMb7US2H .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtMb7US2H .item {
    margin-bottom: 20px;
  }
}
.cid-uMtMb7US2H .item:hover .item-wrapper,
.cid-uMtMb7US2H .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uMtMb7US2H .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uMtMb7US2H .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMtMb7US2H .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMtMb7US2H .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMtMb7US2H .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uMtMb7US2H .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMtMb7US2H .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #d3f2ff;
}
.cid-uMtMb7US2H .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMtMb7US2H .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #b593ff;
}
.cid-uMtMb7US2H .item .item-wrapper .item-content .item-title_1,
.cid-uMtMb7US2H .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uMtMb7US2H .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMtMb7US2H .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMtMb7US2H .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMtMb7US2H .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtMb7US2H .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMtMb7US2H .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMtMb7US2H .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMtMb7US2H .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uMtMb7US2H .item .card_1 {
  background-color: #ffffff;
}
.cid-uMtMb7US2H .item .card_2 {
  background-color: #f2ecfd;
}
.cid-uMtMb7US2H .mbr-label_1 {
  color: #19171c;
}
.cid-uMtMb7US2H .mbr-label_2 {
  color: #ffffff;
}
.cid-uMtMb7US2H .item-title_1 {
  color: #19171c;
}
.cid-uMtMb7US2H .item-title_2 {
  color: #19171c;
  text-align: center;
}
.cid-uMtMb7US2H .item-text_1 {
  color: #19171c;
}
.cid-uMtMb7US2H .item-text_2 {
  color: #19171c;
}
.cid-uMtMb7US2H .mbr-label_1,
.cid-uMtMb7US2H .label-wrapper_1 {
  text-align: center;
}
.cid-uMtMb7US2H .item-title_1,
.cid-uMtMb7US2H .mbr-section-btn {
  text-align: center;
}
.cid-uMtMb7US2H .mbr-label_2,
.cid-uMtMb7US2H .label-wrapper_2 {
  text-align: center;
}
.cid-uMtMb7US2H .item-title_1,
.cid-uMtMb7US2H .mbr-section-btn DIV {
  text-align: left;
}
.cid-uMtMg6CcLF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #e3f7ab;
}
.cid-uMtMg6CcLF .card-heading {
  color: #000000;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uMtMg6CcLF .p {
  color: #000000;
  padding-bottom: 16px;
}
.cid-uMtMg6CcLF .row {
  justify-content: center;
}
.cid-uMtMg6CcLF a {
  font-weight: 400 !important;
}
.cid-uMtMg6CcLF a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uMtMp5F1FE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtMp5F1FE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtMp5F1FE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtMp5F1FE .container {
    padding: 0 20px;
  }
}
.cid-uMtMp5F1FE .row {
  margin: 0;
}
.cid-uMtMp5F1FE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtMp5F1FE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMtMp5F1FE .video-block .video-wrapper .app-video-wrapper::before {
  color: #2a1c6c;
  text-shadow: none;
}
.cid-uMtMp5F1FE .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMtMp5F1FE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMtMp5F1FE .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMtMp5F1FE .mbr-section-title {
  color: #ffffff;
}
.cid-uMtMBWkQ8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtMBWkQ8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtMBWkQ8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtMBWkQ8X .container {
    padding: 0 30px;
  }
}
.cid-uMtMBWkQ8X .row {
  justify-content: center;
}
.cid-uMtMBWkQ8X .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uMtMBWkQ8X .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uMtMBWkQ8X .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uMtMBWkQ8X .mbr-text_1 {
  color: #000000;
}
.cid-uMtMBWkQ8X .mbr-text_2 {
  color: #000000;
}
.cid-uw6e3IZVRJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2a1c6c;
}
.cid-uw6e3IZVRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6e3IZVRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6e3IZVRJ .card-wrapper {
  background-color: #e3f7ab;
  padding: 1rem 2rem;
}
.cid-uw6e3IZVRJ .google-map {
  height: 35rem;
  position: relative;
}
.cid-uw6e3IZVRJ .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uw6e3IZVRJ .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uw6e3IZVRJ .google-map[data-state] {
  background: #fffff5;
}
.cid-uw6e3IZVRJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uw6e3IZVRJ .content-head {
  max-width: 800px;
}
.cid-uw6e3IZVRJ .card-title,
.cid-uw6e3IZVRJ .iconfont-wrapper {
  color: #000000;
}
.cid-uw6e3IZVRJ .card-text,
.cid-uw6e3IZVRJ .mbr-section-btn {
  color: #000000;
}
.cid-uw6e3IZVRJ .mbr-desc,
.cid-uw6e3IZVRJ .desc-wrapper {
  color: #fdfde1;
}
.cid-uw6e3IZVRJ .mbr-section-title {
  color: #ffffff;
}
.cid-uMtPvhcO9w {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e3f7ab;
}
.cid-uMtPvhcO9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtPvhcO9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtPvhcO9w .row {
  justify-content: space-between;
}
.cid-uMtPvhcO9w .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtPvhcO9w .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtPvhcO9w .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtPvhcO9w .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uMtPvhcO9w .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uMtPvhcO9w .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtPvhcO9w .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtPvhcO9w .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtPvhcO9w .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMtPvhcO9w .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uMtPvhcO9w .list-wrapper .list .item-wrap:hover,
.cid-uMtPvhcO9w .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMtPvhcO9w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMtPvhcO9w .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtPvhcO9w .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtPvhcO9w .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uMtPvhcO9w .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uMtPvhcO9w .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uMtPvhcO9w .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMtPvhcO9w .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMtPvhcO9w .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uMtPvhcO9w .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMtPvhcO9w .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMtPvhcO9w .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uMtPvhcO9w .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMtPvhcO9w .mbr-section-title {
  color: #000000;
}
.cid-uMtPvhcO9w .mbr-text {
  color: #000000;
}
.cid-uMtPvhcO9w .list {
  color: #000000;
}
.cid-uMtPvhcO9w .mbr-desc {
  color: #000000;
}
.cid-uMtPvhcO9w .mbr-copy {
  color: #000000;
}
.cid-uMtPvhcO9w .mbr-desc,
.cid-uMtPvhcO9w .social-wrapper {
  text-align: center;
}
.cid-uMtPvhcO9w .mbr-copy,
.cid-uMtPvhcO9w .mbr-section-btn-main {
  text-align: center;
}
.cid-uMtS90nePn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMtS90nePn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMtS90nePn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMtS90nePn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMtS90nePn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMtS90nePn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMtS90nePn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMtS90nePn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uMtS90nePn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMtS90nePn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMtS90nePn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMtS90nePn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMtS90nePn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMtS90nePn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMtS90nePn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMtS90nePn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMtS90nePn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMtS90nePn .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMtS90nePn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMtS90nePn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtS90nePn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMtS90nePn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMtS90nePn .container {
  display: flex;
  height: 88px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMtS90nePn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMtS90nePn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMtS90nePn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMtS90nePn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uMtS90nePn .nav-item:focus,
.cid-uMtS90nePn .nav-link:focus {
  outline: none;
}
.cid-uMtS90nePn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMtS90nePn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMtS90nePn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMtS90nePn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMtS90nePn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMtS90nePn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMtS90nePn .navbar {
  min-height: 88px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMtS90nePn .navbar.opened {
  transition: all 0.25s;
}
.cid-uMtS90nePn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMtS90nePn .navbar .navbar-logo img {
  width: auto;
}
.cid-uMtS90nePn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMtS90nePn .navbar.collapsed {
  justify-content: center;
}
.cid-uMtS90nePn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMtS90nePn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMtS90nePn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMtS90nePn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMtS90nePn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMtS90nePn .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-uMtS90nePn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMtS90nePn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMtS90nePn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtS90nePn .navbar {
    min-height: 72px;
  }
  .cid-uMtS90nePn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMtS90nePn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMtS90nePn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMtS90nePn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMtS90nePn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMtS90nePn .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-uMtS90nePn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMtS90nePn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMtS90nePn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMtS90nePn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMtS90nePn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMtS90nePn .dropdown-item.active,
.cid-uMtS90nePn .dropdown-item:active {
  background-color: transparent;
}
.cid-uMtS90nePn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMtS90nePn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMtS90nePn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMtS90nePn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMtS90nePn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMtS90nePn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMtS90nePn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMtS90nePn .navbar-buttons .btn {
  padding: 12px 30px;
}
.cid-uMtS90nePn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMtS90nePn .navbar-buttons {
    text-align: left;
  }
}
.cid-uMtS90nePn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMtS90nePn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMtS90nePn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMtS90nePn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtS90nePn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtS90nePn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMtS90nePn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtS90nePn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMtS90nePn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMtS90nePn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtS90nePn .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uMtS90nePn .opacityScroll {
  background: #000000 !important;
}
.cid-uMtS90nePn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMtS90nePn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMtS90nePn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMtS90nePn .navbar {
    height: 70px;
  }
  .cid-uMtS90nePn .navbar.opened {
    height: auto;
  }
  .cid-uMtS90nePn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMtS90nePn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMtS90nePn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMtS90nePn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMtS90nePn .navbar-brand {
    margin-right: auto;
  }
  .cid-uMtS90nePn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uMtS90nePn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMtS90nePn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMtS90nePn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMtS90nePn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtS90nePn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMtS90nePn .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMtS90nePn .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMtS90nePn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMtS9278hY {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-color: #2a1c6c;
}
.cid-uMtS9278hY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtS9278hY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtS9278hY .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uMtS9278hY .row {
  flex-direction: row-reverse;
}
.cid-uMtS9278hY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMtS9278hY .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uMtS9278hY .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uMtS9278hY .text-wrapper {
    text-align: center;
  }
}
.cid-uMtS9278hY .mbr-text,
.cid-uMtS9278hY .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtS9278hY .mbr-menu,
.cid-uMtS9278hY .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtS9278hY .mbr-desc,
.cid-uMtS9278hY .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtS96db4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtS96db4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtS96db4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtS96db4b .items-wrapper {
  justify-content: center;
}
.cid-uMtS96db4b .mbr-text,
.cid-uMtS96db4b .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMtS9mLjNV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2a1c6c;
}
.cid-uMtS9mLjNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtS9mLjNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtS9mLjNV .card-wrapper {
  background-color: #e3f7ab;
  padding: 1rem 2rem;
}
.cid-uMtS9mLjNV .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMtS9mLjNV .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMtS9mLjNV .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMtS9mLjNV .google-map[data-state] {
  background: #fffff5;
}
.cid-uMtS9mLjNV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMtS9mLjNV .content-head {
  max-width: 800px;
}
.cid-uMtS9mLjNV .card-title,
.cid-uMtS9mLjNV .iconfont-wrapper {
  color: #000000;
}
.cid-uMtS9mLjNV .card-text,
.cid-uMtS9mLjNV .mbr-section-btn {
  color: #000000;
}
.cid-uMtS9mLjNV .mbr-desc,
.cid-uMtS9mLjNV .desc-wrapper {
  color: #fdfde1;
}
.cid-uMtS9mLjNV .mbr-section-title {
  color: #ffffff;
}
.cid-uMtS9obace {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e3f7ab;
}
.cid-uMtS9obace .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtS9obace .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtS9obace .row {
  justify-content: space-between;
}
.cid-uMtS9obace .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtS9obace .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtS9obace .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtS9obace .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uMtS9obace .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uMtS9obace .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtS9obace .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtS9obace .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtS9obace .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMtS9obace .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uMtS9obace .list-wrapper .list .item-wrap:hover,
.cid-uMtS9obace .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMtS9obace .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMtS9obace .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtS9obace .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtS9obace .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uMtS9obace .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uMtS9obace .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uMtS9obace .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMtS9obace .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMtS9obace .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uMtS9obace .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMtS9obace .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMtS9obace .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uMtS9obace .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMtS9obace .mbr-section-title {
  color: #000000;
}
.cid-uMtS9obace .mbr-text {
  color: #000000;
}
.cid-uMtS9obace .list {
  color: #000000;
}
.cid-uMtS9obace .mbr-desc {
  color: #000000;
}
.cid-uMtS9obace .mbr-copy {
  color: #000000;
}
.cid-uMtS9obace .mbr-desc,
.cid-uMtS9obace .social-wrapper {
  text-align: center;
}
.cid-uMtS9obace .mbr-copy,
.cid-uMtS9obace .mbr-section-btn-main {
  text-align: center;
}
.cid-uMtSMtvgi1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMtSMtvgi1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMtSMtvgi1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMtSMtvgi1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMtSMtvgi1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMtSMtvgi1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMtSMtvgi1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMtSMtvgi1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uMtSMtvgi1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMtSMtvgi1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMtSMtvgi1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMtSMtvgi1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMtSMtvgi1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMtSMtvgi1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMtSMtvgi1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMtSMtvgi1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMtSMtvgi1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMtSMtvgi1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMtSMtvgi1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMtSMtvgi1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtSMtvgi1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMtSMtvgi1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMtSMtvgi1 .container {
  display: flex;
  height: 88px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMtSMtvgi1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMtSMtvgi1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMtSMtvgi1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMtSMtvgi1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uMtSMtvgi1 .nav-item:focus,
.cid-uMtSMtvgi1 .nav-link:focus {
  outline: none;
}
.cid-uMtSMtvgi1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMtSMtvgi1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMtSMtvgi1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMtSMtvgi1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMtSMtvgi1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMtSMtvgi1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMtSMtvgi1 .navbar {
  min-height: 88px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMtSMtvgi1 .navbar.opened {
  transition: all 0.25s;
}
.cid-uMtSMtvgi1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMtSMtvgi1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMtSMtvgi1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMtSMtvgi1 .navbar.collapsed {
  justify-content: center;
}
.cid-uMtSMtvgi1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMtSMtvgi1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMtSMtvgi1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMtSMtvgi1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMtSMtvgi1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMtSMtvgi1 .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-uMtSMtvgi1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMtSMtvgi1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMtSMtvgi1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtSMtvgi1 .navbar {
    min-height: 72px;
  }
  .cid-uMtSMtvgi1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMtSMtvgi1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMtSMtvgi1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMtSMtvgi1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMtSMtvgi1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMtSMtvgi1 .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-uMtSMtvgi1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMtSMtvgi1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMtSMtvgi1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMtSMtvgi1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMtSMtvgi1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMtSMtvgi1 .dropdown-item.active,
.cid-uMtSMtvgi1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMtSMtvgi1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMtSMtvgi1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMtSMtvgi1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMtSMtvgi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMtSMtvgi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMtSMtvgi1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMtSMtvgi1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMtSMtvgi1 .navbar-buttons .btn {
  padding: 12px 30px;
}
.cid-uMtSMtvgi1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMtSMtvgi1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uMtSMtvgi1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMtSMtvgi1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMtSMtvgi1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMtSMtvgi1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtSMtvgi1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtSMtvgi1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMtSMtvgi1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtSMtvgi1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMtSMtvgi1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMtSMtvgi1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtSMtvgi1 .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uMtSMtvgi1 .opacityScroll {
  background: #000000 !important;
}
.cid-uMtSMtvgi1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMtSMtvgi1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMtSMtvgi1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMtSMtvgi1 .navbar {
    height: 70px;
  }
  .cid-uMtSMtvgi1 .navbar.opened {
    height: auto;
  }
  .cid-uMtSMtvgi1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMtSMtvgi1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMtSMtvgi1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMtSMtvgi1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uMtSMtvgi1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uMtSMtvgi1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMtSMtvgi1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMtSMtvgi1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtSMtvgi1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMtSMtvgi1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMtSMtvgi1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMtSMtvgi1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMtSMuZkD6 {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-color: #2a1c6c;
}
.cid-uMtSMuZkD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtSMuZkD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtSMuZkD6 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uMtSMuZkD6 .row {
  flex-direction: row-reverse;
}
.cid-uMtSMuZkD6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMtSMuZkD6 .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uMtSMuZkD6 .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uMtSMuZkD6 .text-wrapper {
    text-align: center;
  }
}
.cid-uMtSMuZkD6 .mbr-text,
.cid-uMtSMuZkD6 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtSMuZkD6 .mbr-menu,
.cid-uMtSMuZkD6 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtSMuZkD6 .mbr-desc,
.cid-uMtSMuZkD6 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtSMvJVVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtSMvJVVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtSMvJVVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtSMvJVVh .items-wrapper {
  justify-content: center;
}
.cid-uMtSMvJVVh .mbr-text,
.cid-uMtSMvJVVh .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMtSMwpfMH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2a1c6c;
}
.cid-uMtSMwpfMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtSMwpfMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtSMwpfMH .card-wrapper {
  background-color: #e3f7ab;
  padding: 1rem 2rem;
}
.cid-uMtSMwpfMH .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMtSMwpfMH .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMtSMwpfMH .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMtSMwpfMH .google-map[data-state] {
  background: #fffff5;
}
.cid-uMtSMwpfMH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMtSMwpfMH .content-head {
  max-width: 800px;
}
.cid-uMtSMwpfMH .card-title,
.cid-uMtSMwpfMH .iconfont-wrapper {
  color: #000000;
}
.cid-uMtSMwpfMH .card-text,
.cid-uMtSMwpfMH .mbr-section-btn {
  color: #000000;
}
.cid-uMtSMwpfMH .mbr-desc,
.cid-uMtSMwpfMH .desc-wrapper {
  color: #fdfde1;
}
.cid-uMtSMwpfMH .mbr-section-title {
  color: #ffffff;
}
.cid-uMtSMxvWHG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e3f7ab;
}
.cid-uMtSMxvWHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtSMxvWHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtSMxvWHG .row {
  justify-content: space-between;
}
.cid-uMtSMxvWHG .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtSMxvWHG .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtSMxvWHG .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtSMxvWHG .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uMtSMxvWHG .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uMtSMxvWHG .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtSMxvWHG .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtSMxvWHG .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtSMxvWHG .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMtSMxvWHG .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uMtSMxvWHG .list-wrapper .list .item-wrap:hover,
.cid-uMtSMxvWHG .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMtSMxvWHG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMtSMxvWHG .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtSMxvWHG .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtSMxvWHG .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uMtSMxvWHG .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uMtSMxvWHG .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uMtSMxvWHG .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMtSMxvWHG .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMtSMxvWHG .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uMtSMxvWHG .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMtSMxvWHG .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMtSMxvWHG .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uMtSMxvWHG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMtSMxvWHG .mbr-section-title {
  color: #000000;
}
.cid-uMtSMxvWHG .mbr-text {
  color: #000000;
}
.cid-uMtSMxvWHG .list {
  color: #000000;
}
.cid-uMtSMxvWHG .mbr-desc {
  color: #000000;
}
.cid-uMtSMxvWHG .mbr-copy {
  color: #000000;
}
.cid-uMtSMxvWHG .mbr-desc,
.cid-uMtSMxvWHG .social-wrapper {
  text-align: center;
}
.cid-uMtSMxvWHG .mbr-copy,
.cid-uMtSMxvWHG .mbr-section-btn-main {
  text-align: center;
}
.cid-uMtTN3qpiH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMtTN3qpiH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMtTN3qpiH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMtTN3qpiH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMtTN3qpiH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMtTN3qpiH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMtTN3qpiH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMtTN3qpiH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uMtTN3qpiH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMtTN3qpiH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMtTN3qpiH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMtTN3qpiH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMtTN3qpiH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMtTN3qpiH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMtTN3qpiH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMtTN3qpiH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMtTN3qpiH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMtTN3qpiH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMtTN3qpiH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMtTN3qpiH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtTN3qpiH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMtTN3qpiH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMtTN3qpiH .container {
  display: flex;
  height: 88px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMtTN3qpiH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMtTN3qpiH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMtTN3qpiH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMtTN3qpiH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uMtTN3qpiH .nav-item:focus,
.cid-uMtTN3qpiH .nav-link:focus {
  outline: none;
}
.cid-uMtTN3qpiH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMtTN3qpiH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMtTN3qpiH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMtTN3qpiH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMtTN3qpiH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMtTN3qpiH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMtTN3qpiH .navbar {
  min-height: 88px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMtTN3qpiH .navbar.opened {
  transition: all 0.25s;
}
.cid-uMtTN3qpiH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMtTN3qpiH .navbar .navbar-logo img {
  width: auto;
}
.cid-uMtTN3qpiH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMtTN3qpiH .navbar.collapsed {
  justify-content: center;
}
.cid-uMtTN3qpiH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMtTN3qpiH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMtTN3qpiH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMtTN3qpiH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMtTN3qpiH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMtTN3qpiH .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-uMtTN3qpiH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMtTN3qpiH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMtTN3qpiH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtTN3qpiH .navbar {
    min-height: 72px;
  }
  .cid-uMtTN3qpiH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMtTN3qpiH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMtTN3qpiH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMtTN3qpiH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMtTN3qpiH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMtTN3qpiH .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-uMtTN3qpiH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMtTN3qpiH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMtTN3qpiH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMtTN3qpiH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMtTN3qpiH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMtTN3qpiH .dropdown-item.active,
.cid-uMtTN3qpiH .dropdown-item:active {
  background-color: transparent;
}
.cid-uMtTN3qpiH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMtTN3qpiH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMtTN3qpiH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMtTN3qpiH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMtTN3qpiH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMtTN3qpiH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMtTN3qpiH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMtTN3qpiH .navbar-buttons .btn {
  padding: 12px 30px;
}
.cid-uMtTN3qpiH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMtTN3qpiH .navbar-buttons {
    text-align: left;
  }
}
.cid-uMtTN3qpiH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMtTN3qpiH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMtTN3qpiH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMtTN3qpiH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtTN3qpiH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtTN3qpiH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMtTN3qpiH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtTN3qpiH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMtTN3qpiH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMtTN3qpiH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtTN3qpiH .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uMtTN3qpiH .opacityScroll {
  background: #000000 !important;
}
.cid-uMtTN3qpiH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMtTN3qpiH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMtTN3qpiH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMtTN3qpiH .navbar {
    height: 70px;
  }
  .cid-uMtTN3qpiH .navbar.opened {
    height: auto;
  }
  .cid-uMtTN3qpiH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMtTN3qpiH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMtTN3qpiH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMtTN3qpiH .navbar-brand {
    margin-right: auto;
  }
  .cid-uMtTN3qpiH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uMtTN3qpiH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMtTN3qpiH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMtTN3qpiH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtTN3qpiH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMtTN3qpiH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMtTN3qpiH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMtTN3qpiH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMtTN52EaP {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-color: #2a1c6c;
}
.cid-uMtTN52EaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTN52EaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTN52EaP .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uMtTN52EaP .row {
  flex-direction: row-reverse;
}
.cid-uMtTN52EaP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMtTN52EaP .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uMtTN52EaP .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uMtTN52EaP .text-wrapper {
    text-align: center;
  }
}
.cid-uMtTN52EaP .mbr-text,
.cid-uMtTN52EaP .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtTN52EaP .mbr-menu,
.cid-uMtTN52EaP .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtTN52EaP .mbr-desc,
.cid-uMtTN52EaP .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtTN5S4oA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtTN5S4oA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTN5S4oA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtTN5S4oA .container {
    padding: 0 15px;
  }
}
.cid-uMtTN5S4oA .row {
  justify-content: center;
}
.cid-uMtTN5S4oA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtTN5S4oA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMtTN5S4oA .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uMtTN5S4oA .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMtTN5S4oA .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uMtTN5S4oA .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtTN5S4oA .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMtTN5S4oA .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMtTN5S4oA .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uMtTN5S4oA .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMtTN5S4oA .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMtTN5S4oA .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2a1c6c;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uMtTN5S4oA .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uMtTN5S4oA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMtTN5S4oA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMtTN5S4oA .list {
  color: #ffffff;
}
.cid-uMtTN5S4oA .list,
.cid-uMtTN5S4oA .item-wrap {
  color: #000000;
}
.cid-uMtTN6K53I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtTN6K53I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTN6K53I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTN6K53I .items-wrapper {
  justify-content: center;
}
.cid-uMtTN6K53I .mbr-text,
.cid-uMtTN6K53I .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMtTN7G9b7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtTN7G9b7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTN7G9b7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTN7G9b7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMtTN7G9b7 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uMtTN7G9b7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uMtTN7G9b7 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uMtTN7G9b7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMtTN7G9b7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtTN7G9b7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMtTN7G9b7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uMtTN7G9b7 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMtTN7G9b7 .item {
    margin-bottom: 28px;
  }
}
.cid-uMtTN7G9b7 .item .item-wrapper {
  height: 100%;
  border: 2px solid #000000;
  background-color: #2a1c6c;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uMtTN7G9b7 .item .item-wrapper:hover,
.cid-uMtTN7G9b7 .item .item-wrapper:focus {
  border: 2px solid #bff747;
  box-shadow: 4px 4px 0 0 #bff747;
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #2a1c6c;
}
@media (max-width: 992px) {
  .cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uMtTN7G9b7 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uMtTN7G9b7 .icon-wrapper {
  text-align: right;
}
.cid-uMtTN7G9b7 .mbr-section-title,
.cid-uMtTN7G9b7 .item-title,
.cid-uMtTN7G9b7 .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uMtTN7G9b7 .mbr-text,
.cid-uMtTN7G9b7 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMtTN7G9b7 .mbr-desc,
.cid-uMtTN7G9b7 .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMtTN7G9b7 .item-desc {
  color: #fdfde1;
}
.cid-uMtTN97rjk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtTN97rjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTN97rjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTN97rjk .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMtTN97rjk .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMtTN97rjk .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtTN97rjk .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMtTN97rjk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMtTN97rjk .mbr-section-title {
  color: #000000;
}
.cid-uMtTN97rjk .mbr-desc {
  color: #fdfde1;
}
.cid-uMtTN97rjk .mbr-text {
  color: #000000;
}
.cid-uMtTN97rjk .mbr-text,
.cid-uMtTN97rjk .text-wrapper {
  color: #fdfde1;
}
.cid-uMtTN97rjk .mbr-section-title,
.cid-uMtTN97rjk .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtTNa0HGf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f7ab;
}
.cid-uMtTNa0HGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNa0HGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTNa0HGf .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uMtTNa0HGf .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uMtTNa0HGf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMtTNa0HGf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uMtTNa0HGf .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uMtTNa0HGf .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uMtTNa0HGf .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uMtTNa0HGf .card-box .item-footer {
  margin-left: 0;
}
.cid-uMtTNa0HGf .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uMtTNa0HGf .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uMtTNa0HGf .item-wrapper {
  background: #2a1c6c;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uMtTNa0HGf .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uMtTNa0HGf .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uMtTNa0HGf .item-wrapper:hover {
  background-color: #e3f7ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uMtTNa0HGf .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uMtTNa0HGf .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uMtTNa0HGf .icon-title {
  color: #bff747;
}
.cid-uMtTNa0HGf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMtTNa0HGf .mbr-section-subtitle {
  color: #000000;
}
.cid-uMtTNa0HGf .content-head {
  max-width: 856px;
}
.cid-uMtTNa0HGf .card-title,
.cid-uMtTNa0HGf .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMtTNa0HGf .card-text,
.cid-uMtTNa0HGf .item .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMtTNb8SMi {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #2a1c6c;
}
.cid-uMtTNb8SMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNb8SMi .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMtTNb8SMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTNb8SMi h1 {
  max-width: 800px;
}
.cid-uMtTNb8SMi p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMtTNb8SMi .btn:hover {
  transform: scale(1.1);
  background: #fdfde1 !important;
  border-color: #fdfde1 !important;
  color: #4c9b2e !important;
}
.cid-uMtTNb8SMi .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMtTNb8SMi .btn div {
  overflow: hidden;
}
.cid-uMtTNb8SMi .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMtTNb8SMi {
    align-items: center;
  }
  .cid-uMtTNb8SMi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMtTNb8SMi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMtTNb8SMi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMtTNb8SMi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMtTNb8SMi .content-wrap {
    width: 100%;
  }
}
.cid-uMtTNb8SMi .mbr-section-subtitle,
.cid-uMtTNb8SMi .line {
  color: #ffffff;
}
.cid-uMtTNb8SMi .mbr-text,
.cid-uMtTNb8SMi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMtTNb8SMi .mbr-section-title {
  color: #291f1e;
}
.cid-uMtTNc3XBc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtTNc3XBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNc3XBc .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTNc3XBc .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uMtTNc3XBc .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMtTNc3XBc .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uMtTNc3XBc .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNc3XBc .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNc3XBc .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uMtTNc3XBc .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uMtTNc3XBc .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uMtTNc3XBc .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMtTNc3XBc .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMtTNc3XBc .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uMtTNc3XBc .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNc3XBc .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #ffffff;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uMtTNc3XBc .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uMtTNc3XBc .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uMtTNc3XBc .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMtTNc3XBc .mbr-section-title,
.cid-uMtTNc3XBc .mbr-text,
.cid-uMtTNc3XBc .panel-title-edit,
.cid-uMtTNc3XBc .panel-text {
  color: #000000;
}
.cid-uMtTNc3XBc .mbr-section-title,
.cid-uMtTNc3XBc .icon-wrapper {
  text-align: center;
}
.cid-uMtTNdektE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #2a1c6c;
  overflow: hidden;
}
.cid-uMtTNdektE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNdektE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTNdektE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMtTNdektE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNdektE .container {
    padding: 0 30px;
  }
}
.cid-uMtTNdektE .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uMtTNdektE .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNdektE .content-wrapper {
    padding: 0;
  }
}
.cid-uMtTNdektE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uMtTNdektE .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uMtTNdektE .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMtTNdektE .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uMtTNdektE .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uMtTNdektE .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uMtTNdektE .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uMtTNdektE .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNdektE .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMtTNdektE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtTNdektE .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uMtTNdektE .mbr-desc {
  color: #254b45;
}
.cid-uMtTNdektE .mbr-section-title {
  color: #254b45;
}
.cid-uMtTNdektE .mbr-text {
  color: #254b45;
}
.cid-uMtTNdektE .mbr-desc,
.cid-uMtTNdektE .desc-wrapper {
  color: #ffffff;
}
.cid-uMtTNdektE .mbr-text,
.cid-uMtTNdektE .mbr-section-btn {
  color: #ffffff;
}
.cid-uMtTNe7ECT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f7ab;
}
.cid-uMtTNe7ECT .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uMtTNe7ECT .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uMtTNe7ECT .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #bff747;
}
.cid-uMtTNe7ECT .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uMtTNe7ECT .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uMtTNe7ECT .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uMtTNe7ECT .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uMtTNe7ECT .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uMtTNe7ECT img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uMtTNe7ECT .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uMtTNe7ECT .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uMtTNe7ECT .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uMtTNe7ECT .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uMtTNe7ECT .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uMtTNe7ECT .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uMtTNe7ECT .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uMtTNe7ECT .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uMtTNe7ECT .align {
  display: flex;
  align-items: center;
}
.cid-uMtTNe7ECT .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
.cid-uMtTNe7ECT .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uMtTNe7ECT .card-text,
.cid-uMtTNe7ECT .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMtTNe7ECT .item-title {
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uMtTNfigB2 {
  overflow: hidden;
  background-image: url("../../../assets/images/aluminum20eavestrough20installation81-1024x768.jpg");
}
.cid-uMtTNfigB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNfigB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtTNfigB2 .container {
    padding: 0 24px;
  }
}
.cid-uMtTNfigB2 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uMtTNfigB2 .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uMtTNfigB2 .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNfigB2 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uMtTNfigB2 .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMtTNfigB2 .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uMtTNfigB2 .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMtTNfigB2 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uMtTNfigB2 .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uMtTNfigB2 .mbr-desc {
  color: #202020;
}
.cid-uMtTNfigB2 .mbr-section-title {
  color: #202020;
}
.cid-uMtTNfigB2 .mbr-text {
  color: #202020;
}
.cid-uMtTNgnLDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtTNgnLDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNgnLDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTNgnLDb .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMtTNgnLDb .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMtTNgnLDb .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtTNgnLDb .item {
    margin-bottom: 20px;
  }
}
.cid-uMtTNgnLDb .item:hover .item-wrapper,
.cid-uMtTNgnLDb .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uMtTNgnLDb .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uMtTNgnLDb .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNgnLDb .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMtTNgnLDb .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMtTNgnLDb .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uMtTNgnLDb .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMtTNgnLDb .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #d3f2ff;
}
.cid-uMtTNgnLDb .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMtTNgnLDb .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #b593ff;
}
.cid-uMtTNgnLDb .item .item-wrapper .item-content .item-title_1,
.cid-uMtTNgnLDb .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uMtTNgnLDb .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMtTNgnLDb .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMtTNgnLDb .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMtTNgnLDb .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtTNgnLDb .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMtTNgnLDb .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMtTNgnLDb .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMtTNgnLDb .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uMtTNgnLDb .item .card_1 {
  background-color: #ffffff;
}
.cid-uMtTNgnLDb .item .card_2 {
  background-color: #f2ecfd;
}
.cid-uMtTNgnLDb .mbr-label_1 {
  color: #19171c;
}
.cid-uMtTNgnLDb .mbr-label_2 {
  color: #ffffff;
}
.cid-uMtTNgnLDb .item-title_1 {
  color: #19171c;
}
.cid-uMtTNgnLDb .item-title_2 {
  color: #19171c;
  text-align: center;
}
.cid-uMtTNgnLDb .item-text_1 {
  color: #19171c;
}
.cid-uMtTNgnLDb .item-text_2 {
  color: #19171c;
}
.cid-uMtTNgnLDb .mbr-label_1,
.cid-uMtTNgnLDb .label-wrapper_1 {
  text-align: center;
}
.cid-uMtTNgnLDb .item-title_1,
.cid-uMtTNgnLDb .mbr-section-btn {
  text-align: center;
}
.cid-uMtTNgnLDb .mbr-label_2,
.cid-uMtTNgnLDb .label-wrapper_2 {
  text-align: center;
}
.cid-uMtTNgnLDb .item-title_1,
.cid-uMtTNgnLDb .mbr-section-btn DIV {
  text-align: left;
}
.cid-uMtTNhxWf6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #e3f7ab;
}
.cid-uMtTNhxWf6 .card-heading {
  color: #000000;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uMtTNhxWf6 .p {
  color: #000000;
  padding-bottom: 16px;
}
.cid-uMtTNhxWf6 .row {
  justify-content: center;
}
.cid-uMtTNhxWf6 a {
  font-weight: 400 !important;
}
.cid-uMtTNhxWf6 a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uMtTNiE0eT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtTNiE0eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNiE0eT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtTNiE0eT .container {
    padding: 0 20px;
  }
}
.cid-uMtTNiE0eT .row {
  margin: 0;
}
.cid-uMtTNiE0eT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtTNiE0eT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMtTNiE0eT .video-block .video-wrapper .app-video-wrapper::before {
  color: #2a1c6c;
  text-shadow: none;
}
.cid-uMtTNiE0eT .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMtTNiE0eT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMtTNiE0eT .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMtTNiE0eT .mbr-section-title {
  color: #ffffff;
}
.cid-uMtTNjBMml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtTNjBMml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNjBMml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtTNjBMml .container {
    padding: 0 30px;
  }
}
.cid-uMtTNjBMml .row {
  justify-content: center;
}
.cid-uMtTNjBMml .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uMtTNjBMml .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uMtTNjBMml .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uMtTNjBMml .mbr-text_1 {
  color: #000000;
}
.cid-uMtTNjBMml .mbr-text_2 {
  color: #000000;
}
.cid-uMtY1J2jh9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uMtY1J2jh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtY1J2jh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtY1J2jh9 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uMtY1J2jh9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMtY1J2jh9 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMtY1J2jh9 .panel-group .card {
    padding: 16px;
  }
}
.cid-uMtY1J2jh9 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMtY1J2jh9 .panel-group .card:hover,
.cid-uMtY1J2jh9 .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uMtY1J2jh9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMtY1J2jh9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMtY1J2jh9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMtY1J2jh9 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-uMtY1J2jh9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMtY1J2jh9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMtY1J2jh9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uMtY1J2jh9 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uMtY1J2jh9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMtY1J2jh9 .mbr-section-title {
  color: #ffffff;
}
.cid-uMtY1J2jh9 .panel-title-edit {
  color: #fdfde1;
}
.cid-uMtY1J2jh9 .panel-text {
  color: #a5a5a5;
}
.cid-uMtY1J2jh9 .mbr-section-title,
.cid-uMtY1J2jh9 .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMtTNkL4JQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2a1c6c;
}
.cid-uMtTNkL4JQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNkL4JQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTNkL4JQ .card-wrapper {
  background-color: #e3f7ab;
  padding: 1rem 2rem;
}
.cid-uMtTNkL4JQ .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMtTNkL4JQ .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMtTNkL4JQ .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMtTNkL4JQ .google-map[data-state] {
  background: #fffff5;
}
.cid-uMtTNkL4JQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMtTNkL4JQ .content-head {
  max-width: 800px;
}
.cid-uMtTNkL4JQ .card-title,
.cid-uMtTNkL4JQ .iconfont-wrapper {
  color: #000000;
}
.cid-uMtTNkL4JQ .card-text,
.cid-uMtTNkL4JQ .mbr-section-btn {
  color: #000000;
}
.cid-uMtTNkL4JQ .mbr-desc,
.cid-uMtTNkL4JQ .desc-wrapper {
  color: #fdfde1;
}
.cid-uMtTNkL4JQ .mbr-section-title {
  color: #ffffff;
}
.cid-uMtTNnEAvo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e3f7ab;
}
.cid-uMtTNnEAvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtTNnEAvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtTNnEAvo .row {
  justify-content: space-between;
}
.cid-uMtTNnEAvo .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtTNnEAvo .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNnEAvo .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtTNnEAvo .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uMtTNnEAvo .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uMtTNnEAvo .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtTNnEAvo .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNnEAvo .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtTNnEAvo .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMtTNnEAvo .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uMtTNnEAvo .list-wrapper .list .item-wrap:hover,
.cid-uMtTNnEAvo .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMtTNnEAvo .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMtTNnEAvo .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtTNnEAvo .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtTNnEAvo .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uMtTNnEAvo .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uMtTNnEAvo .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uMtTNnEAvo .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMtTNnEAvo .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMtTNnEAvo .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uMtTNnEAvo .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMtTNnEAvo .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMtTNnEAvo .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uMtTNnEAvo .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMtTNnEAvo .mbr-section-title {
  color: #000000;
}
.cid-uMtTNnEAvo .mbr-text {
  color: #000000;
}
.cid-uMtTNnEAvo .list {
  color: #000000;
}
.cid-uMtTNnEAvo .mbr-desc {
  color: #000000;
}
.cid-uMtTNnEAvo .mbr-copy {
  color: #000000;
}
.cid-uMtTNnEAvo .mbr-desc,
.cid-uMtTNnEAvo .social-wrapper {
  text-align: center;
}
.cid-uMtTNnEAvo .mbr-copy,
.cid-uMtTNnEAvo .mbr-section-btn-main {
  text-align: center;
}
.cid-uMtYSHVv8l {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMtYSHVv8l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMtYSHVv8l .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMtYSHVv8l .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMtYSHVv8l .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMtYSHVv8l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMtYSHVv8l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMtYSHVv8l .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uMtYSHVv8l .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMtYSHVv8l .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMtYSHVv8l .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMtYSHVv8l .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMtYSHVv8l .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMtYSHVv8l .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMtYSHVv8l .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMtYSHVv8l .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMtYSHVv8l .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMtYSHVv8l .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMtYSHVv8l .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMtYSHVv8l .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtYSHVv8l .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMtYSHVv8l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMtYSHVv8l .container {
  display: flex;
  height: 88px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMtYSHVv8l .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMtYSHVv8l .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMtYSHVv8l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMtYSHVv8l .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uMtYSHVv8l .nav-item:focus,
.cid-uMtYSHVv8l .nav-link:focus {
  outline: none;
}
.cid-uMtYSHVv8l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMtYSHVv8l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMtYSHVv8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMtYSHVv8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMtYSHVv8l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMtYSHVv8l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMtYSHVv8l .navbar {
  min-height: 88px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMtYSHVv8l .navbar.opened {
  transition: all 0.25s;
}
.cid-uMtYSHVv8l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMtYSHVv8l .navbar .navbar-logo img {
  width: auto;
}
.cid-uMtYSHVv8l .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMtYSHVv8l .navbar.collapsed {
  justify-content: center;
}
.cid-uMtYSHVv8l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMtYSHVv8l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMtYSHVv8l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMtYSHVv8l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMtYSHVv8l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMtYSHVv8l .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-uMtYSHVv8l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMtYSHVv8l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMtYSHVv8l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtYSHVv8l .navbar {
    min-height: 72px;
  }
  .cid-uMtYSHVv8l .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMtYSHVv8l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMtYSHVv8l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMtYSHVv8l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMtYSHVv8l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMtYSHVv8l .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-uMtYSHVv8l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMtYSHVv8l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMtYSHVv8l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMtYSHVv8l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMtYSHVv8l .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMtYSHVv8l .dropdown-item.active,
.cid-uMtYSHVv8l .dropdown-item:active {
  background-color: transparent;
}
.cid-uMtYSHVv8l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMtYSHVv8l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMtYSHVv8l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMtYSHVv8l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMtYSHVv8l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMtYSHVv8l .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMtYSHVv8l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMtYSHVv8l .navbar-buttons .btn {
  padding: 12px 30px;
}
.cid-uMtYSHVv8l .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMtYSHVv8l .navbar-buttons {
    text-align: left;
  }
}
.cid-uMtYSHVv8l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMtYSHVv8l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMtYSHVv8l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMtYSHVv8l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtYSHVv8l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtYSHVv8l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMtYSHVv8l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtYSHVv8l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMtYSHVv8l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMtYSHVv8l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtYSHVv8l .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uMtYSHVv8l .opacityScroll {
  background: #000000 !important;
}
.cid-uMtYSHVv8l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMtYSHVv8l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMtYSHVv8l .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMtYSHVv8l .navbar {
    height: 70px;
  }
  .cid-uMtYSHVv8l .navbar.opened {
    height: auto;
  }
  .cid-uMtYSHVv8l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMtYSHVv8l .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMtYSHVv8l .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMtYSHVv8l .navbar-brand {
    margin-right: auto;
  }
  .cid-uMtYSHVv8l .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uMtYSHVv8l .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMtYSHVv8l .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMtYSHVv8l .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtYSHVv8l .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMtYSHVv8l .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMtYSHVv8l .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMtYSHVv8l .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMtYSJ5TA3 {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-color: #2a1c6c;
}
.cid-uMtYSJ5TA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSJ5TA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSJ5TA3 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uMtYSJ5TA3 .row {
  flex-direction: row-reverse;
}
.cid-uMtYSJ5TA3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMtYSJ5TA3 .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uMtYSJ5TA3 .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uMtYSJ5TA3 .text-wrapper {
    text-align: center;
  }
}
.cid-uMtYSJ5TA3 .mbr-text,
.cid-uMtYSJ5TA3 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtYSJ5TA3 .mbr-menu,
.cid-uMtYSJ5TA3 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtYSJ5TA3 .mbr-desc,
.cid-uMtYSJ5TA3 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtYSJIMYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtYSJIMYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSJIMYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtYSJIMYN .container {
    padding: 0 15px;
  }
}
.cid-uMtYSJIMYN .row {
  justify-content: center;
}
.cid-uMtYSJIMYN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtYSJIMYN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMtYSJIMYN .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uMtYSJIMYN .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSJIMYN .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uMtYSJIMYN .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtYSJIMYN .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMtYSJIMYN .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMtYSJIMYN .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uMtYSJIMYN .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMtYSJIMYN .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMtYSJIMYN .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2a1c6c;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uMtYSJIMYN .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uMtYSJIMYN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMtYSJIMYN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMtYSJIMYN .list {
  color: #ffffff;
}
.cid-uMtYSJIMYN .list,
.cid-uMtYSJIMYN .item-wrap {
  color: #000000;
}
.cid-uMtYSKt52m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtYSKt52m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSKt52m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSKt52m .items-wrapper {
  justify-content: center;
}
.cid-uMtYSKt52m .mbr-text,
.cid-uMtYSKt52m .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMtYSL5b4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtYSL5b4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSL5b4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSL5b4x .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMtYSL5b4x .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uMtYSL5b4x .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uMtYSL5b4x .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uMtYSL5b4x .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMtYSL5b4x .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtYSL5b4x .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMtYSL5b4x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uMtYSL5b4x .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMtYSL5b4x .item {
    margin-bottom: 28px;
  }
}
.cid-uMtYSL5b4x .item .item-wrapper {
  height: 100%;
  border: 2px solid #000000;
  background-color: #2a1c6c;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uMtYSL5b4x .item .item-wrapper:hover,
.cid-uMtYSL5b4x .item .item-wrapper:focus {
  border: 2px solid #bff747;
  box-shadow: 4px 4px 0 0 #bff747;
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #2a1c6c;
}
@media (max-width: 992px) {
  .cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uMtYSL5b4x .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uMtYSL5b4x .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uMtYSL5b4x .icon-wrapper {
  text-align: right;
}
.cid-uMtYSL5b4x .mbr-section-title,
.cid-uMtYSL5b4x .item-title,
.cid-uMtYSL5b4x .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uMtYSL5b4x .mbr-text,
.cid-uMtYSL5b4x .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMtYSL5b4x .mbr-desc,
.cid-uMtYSL5b4x .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMtYSL5b4x .item-desc {
  color: #fdfde1;
}
.cid-uMtYSM5flg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtYSM5flg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSM5flg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSM5flg .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMtYSM5flg .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMtYSM5flg .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtYSM5flg .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMtYSM5flg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMtYSM5flg .mbr-section-title {
  color: #000000;
}
.cid-uMtYSM5flg .mbr-desc {
  color: #fdfde1;
}
.cid-uMtYSM5flg .mbr-text {
  color: #000000;
}
.cid-uMtYSM5flg .mbr-text,
.cid-uMtYSM5flg .text-wrapper {
  color: #fdfde1;
}
.cid-uMtYSM5flg .mbr-section-title,
.cid-uMtYSM5flg .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMtYSMHK94 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f7ab;
}
.cid-uMtYSMHK94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSMHK94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSMHK94 .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uMtYSMHK94 .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uMtYSMHK94 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMtYSMHK94 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uMtYSMHK94 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uMtYSMHK94 .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uMtYSMHK94 .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uMtYSMHK94 .card-box .item-footer {
  margin-left: 0;
}
.cid-uMtYSMHK94 .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uMtYSMHK94 .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uMtYSMHK94 .item-wrapper {
  background: #2a1c6c;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uMtYSMHK94 .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uMtYSMHK94 .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uMtYSMHK94 .item-wrapper:hover {
  background-color: #e3f7ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uMtYSMHK94 .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uMtYSMHK94 .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uMtYSMHK94 .icon-title {
  color: #bff747;
}
.cid-uMtYSMHK94 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMtYSMHK94 .mbr-section-subtitle {
  color: #000000;
}
.cid-uMtYSMHK94 .content-head {
  max-width: 856px;
}
.cid-uMtYSMHK94 .card-title,
.cid-uMtYSMHK94 .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMtYSMHK94 .card-text,
.cid-uMtYSMHK94 .item .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMtYSNzg3A {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #2a1c6c;
}
.cid-uMtYSNzg3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSNzg3A .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMtYSNzg3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSNzg3A h1 {
  max-width: 800px;
}
.cid-uMtYSNzg3A p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMtYSNzg3A .btn:hover {
  transform: scale(1.1);
  background: #fdfde1 !important;
  border-color: #fdfde1 !important;
  color: #4c9b2e !important;
}
.cid-uMtYSNzg3A .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMtYSNzg3A .btn div {
  overflow: hidden;
}
.cid-uMtYSNzg3A .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMtYSNzg3A {
    align-items: center;
  }
  .cid-uMtYSNzg3A .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMtYSNzg3A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMtYSNzg3A {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMtYSNzg3A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMtYSNzg3A .content-wrap {
    width: 100%;
  }
}
.cid-uMtYSNzg3A .mbr-section-subtitle,
.cid-uMtYSNzg3A .line {
  color: #ffffff;
}
.cid-uMtYSNzg3A .mbr-text,
.cid-uMtYSNzg3A .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMtYSNzg3A .mbr-section-title {
  color: #291f1e;
}
.cid-uMtYSOjESE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtYSOjESE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSOjESE .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSOjESE .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uMtYSOjESE .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMtYSOjESE .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uMtYSOjESE .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSOjESE .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSOjESE .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uMtYSOjESE .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uMtYSOjESE .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uMtYSOjESE .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMtYSOjESE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMtYSOjESE .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uMtYSOjESE .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSOjESE .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #ffffff;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uMtYSOjESE .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uMtYSOjESE .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uMtYSOjESE .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMtYSOjESE .mbr-section-title,
.cid-uMtYSOjESE .mbr-text,
.cid-uMtYSOjESE .panel-title-edit,
.cid-uMtYSOjESE .panel-text {
  color: #000000;
}
.cid-uMtYSOjESE .mbr-section-title,
.cid-uMtYSOjESE .icon-wrapper {
  text-align: center;
}
.cid-uMtYSPb9kP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #2a1c6c;
  overflow: hidden;
}
.cid-uMtYSPb9kP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSPb9kP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSPb9kP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMtYSPb9kP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSPb9kP .container {
    padding: 0 30px;
  }
}
.cid-uMtYSPb9kP .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uMtYSPb9kP .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSPb9kP .content-wrapper {
    padding: 0;
  }
}
.cid-uMtYSPb9kP .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uMtYSPb9kP .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uMtYSPb9kP .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMtYSPb9kP .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uMtYSPb9kP .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uMtYSPb9kP .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uMtYSPb9kP .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uMtYSPb9kP .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSPb9kP .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMtYSPb9kP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtYSPb9kP .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uMtYSPb9kP .mbr-desc {
  color: #254b45;
}
.cid-uMtYSPb9kP .mbr-section-title {
  color: #254b45;
}
.cid-uMtYSPb9kP .mbr-text {
  color: #254b45;
}
.cid-uMtYSPb9kP .mbr-desc,
.cid-uMtYSPb9kP .desc-wrapper {
  color: #ffffff;
}
.cid-uMtYSPb9kP .mbr-text,
.cid-uMtYSPb9kP .mbr-section-btn {
  color: #ffffff;
}
.cid-uMtYSPTjHi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f7ab;
}
.cid-uMtYSPTjHi .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uMtYSPTjHi .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uMtYSPTjHi .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #bff747;
}
.cid-uMtYSPTjHi .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uMtYSPTjHi .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uMtYSPTjHi .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uMtYSPTjHi .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uMtYSPTjHi .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uMtYSPTjHi img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uMtYSPTjHi .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uMtYSPTjHi .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uMtYSPTjHi .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uMtYSPTjHi .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uMtYSPTjHi .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uMtYSPTjHi .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uMtYSPTjHi .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uMtYSPTjHi .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uMtYSPTjHi .align {
  display: flex;
  align-items: center;
}
.cid-uMtYSPTjHi .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
.cid-uMtYSPTjHi .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uMtYSPTjHi .card-text,
.cid-uMtYSPTjHi .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMtYSPTjHi .item-title {
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uMtYSQPEgz {
  overflow: hidden;
  background-image: url("../../../assets/images/aluminum20eavestrough20installation83-1024x777.jpg");
}
.cid-uMtYSQPEgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSQPEgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtYSQPEgz .container {
    padding: 0 24px;
  }
}
.cid-uMtYSQPEgz .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uMtYSQPEgz .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uMtYSQPEgz .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSQPEgz .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uMtYSQPEgz .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMtYSQPEgz .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uMtYSQPEgz .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMtYSQPEgz .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uMtYSQPEgz .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uMtYSQPEgz .mbr-desc {
  color: #202020;
}
.cid-uMtYSQPEgz .mbr-section-title {
  color: #202020;
}
.cid-uMtYSQPEgz .mbr-text {
  color: #202020;
}
.cid-uMtYSRB2t6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtYSRB2t6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSRB2t6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSRB2t6 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMtYSRB2t6 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMtYSRB2t6 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtYSRB2t6 .item {
    margin-bottom: 20px;
  }
}
.cid-uMtYSRB2t6 .item:hover .item-wrapper,
.cid-uMtYSRB2t6 .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uMtYSRB2t6 .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uMtYSRB2t6 .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSRB2t6 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #d3f2ff;
}
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #b593ff;
}
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .item-title_1,
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMtYSRB2t6 .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtYSRB2t6 .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMtYSRB2t6 .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMtYSRB2t6 .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMtYSRB2t6 .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uMtYSRB2t6 .item .card_1 {
  background-color: #ffffff;
}
.cid-uMtYSRB2t6 .item .card_2 {
  background-color: #f2ecfd;
}
.cid-uMtYSRB2t6 .mbr-label_1 {
  color: #19171c;
}
.cid-uMtYSRB2t6 .mbr-label_2 {
  color: #ffffff;
}
.cid-uMtYSRB2t6 .item-title_1 {
  color: #19171c;
}
.cid-uMtYSRB2t6 .item-title_2 {
  color: #19171c;
  text-align: center;
}
.cid-uMtYSRB2t6 .item-text_1 {
  color: #19171c;
}
.cid-uMtYSRB2t6 .item-text_2 {
  color: #19171c;
}
.cid-uMtYSRB2t6 .mbr-label_1,
.cid-uMtYSRB2t6 .label-wrapper_1 {
  text-align: center;
}
.cid-uMtYSRB2t6 .item-title_1,
.cid-uMtYSRB2t6 .mbr-section-btn {
  text-align: center;
}
.cid-uMtYSRB2t6 .mbr-label_2,
.cid-uMtYSRB2t6 .label-wrapper_2 {
  text-align: center;
}
.cid-uMtYSRB2t6 .item-title_1,
.cid-uMtYSRB2t6 .mbr-section-btn DIV {
  text-align: left;
}
.cid-uMtYSSr8Um {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #e3f7ab;
}
.cid-uMtYSSr8Um .card-heading {
  color: #000000;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uMtYSSr8Um .p {
  color: #000000;
  padding-bottom: 16px;
}
.cid-uMtYSSr8Um .row {
  justify-content: center;
}
.cid-uMtYSSr8Um a {
  font-weight: 400 !important;
}
.cid-uMtYSSr8Um a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uMtYSTei6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMtYSTei6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSTei6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtYSTei6D .container {
    padding: 0 20px;
  }
}
.cid-uMtYSTei6D .row {
  margin: 0;
}
.cid-uMtYSTei6D .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMtYSTei6D .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMtYSTei6D .video-block .video-wrapper .app-video-wrapper::before {
  color: #2a1c6c;
  text-shadow: none;
}
.cid-uMtYSTei6D .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMtYSTei6D .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMtYSTei6D .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMtYSTei6D .mbr-section-title {
  color: #ffffff;
}
.cid-uMtYSU5JCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMtYSU5JCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSU5JCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtYSU5JCE .container {
    padding: 0 30px;
  }
}
.cid-uMtYSU5JCE .row {
  justify-content: center;
}
.cid-uMtYSU5JCE .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uMtYSU5JCE .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uMtYSU5JCE .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uMtYSU5JCE .mbr-text_1 {
  color: #000000;
}
.cid-uMtYSU5JCE .mbr-text_2 {
  color: #000000;
}
.cid-uMtYSUOLK3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uMtYSUOLK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSUOLK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtYSUOLK3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uMtYSUOLK3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMtYSUOLK3 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMtYSUOLK3 .panel-group .card {
    padding: 16px;
  }
}
.cid-uMtYSUOLK3 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMtYSUOLK3 .panel-group .card:hover,
.cid-uMtYSUOLK3 .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uMtYSUOLK3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMtYSUOLK3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMtYSUOLK3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMtYSUOLK3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-uMtYSUOLK3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMtYSUOLK3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMtYSUOLK3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uMtYSUOLK3 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uMtYSUOLK3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMtYSUOLK3 .mbr-section-title {
  color: #ffffff;
}
.cid-uMtYSUOLK3 .panel-title-edit {
  color: #fdfde1;
}
.cid-uMtYSUOLK3 .panel-text {
  color: #a5a5a5;
}
.cid-uMtYSUOLK3 .mbr-section-title,
.cid-uMtYSUOLK3 .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMtYSVM9kD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2a1c6c;
}
.cid-uMtYSVM9kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSVM9kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSVM9kD .card-wrapper {
  background-color: #e3f7ab;
  padding: 1rem 2rem;
}
.cid-uMtYSVM9kD .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMtYSVM9kD .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMtYSVM9kD .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMtYSVM9kD .google-map[data-state] {
  background: #fffff5;
}
.cid-uMtYSVM9kD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMtYSVM9kD .content-head {
  max-width: 800px;
}
.cid-uMtYSVM9kD .card-title,
.cid-uMtYSVM9kD .iconfont-wrapper {
  color: #000000;
}
.cid-uMtYSVM9kD .card-text,
.cid-uMtYSVM9kD .mbr-section-btn {
  color: #000000;
}
.cid-uMtYSVM9kD .mbr-desc,
.cid-uMtYSVM9kD .desc-wrapper {
  color: #fdfde1;
}
.cid-uMtYSVM9kD .mbr-section-title {
  color: #ffffff;
}
.cid-uMtYSWKx8C {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e3f7ab;
}
.cid-uMtYSWKx8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtYSWKx8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtYSWKx8C .row {
  justify-content: space-between;
}
.cid-uMtYSWKx8C .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtYSWKx8C .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSWKx8C .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtYSWKx8C .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uMtYSWKx8C .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uMtYSWKx8C .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtYSWKx8C .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSWKx8C .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMtYSWKx8C .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMtYSWKx8C .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uMtYSWKx8C .list-wrapper .list .item-wrap:hover,
.cid-uMtYSWKx8C .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMtYSWKx8C .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMtYSWKx8C .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMtYSWKx8C .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMtYSWKx8C .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uMtYSWKx8C .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uMtYSWKx8C .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uMtYSWKx8C .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMtYSWKx8C .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMtYSWKx8C .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uMtYSWKx8C .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMtYSWKx8C .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMtYSWKx8C .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uMtYSWKx8C .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMtYSWKx8C .mbr-section-title {
  color: #000000;
}
.cid-uMtYSWKx8C .mbr-text {
  color: #000000;
}
.cid-uMtYSWKx8C .list {
  color: #000000;
}
.cid-uMtYSWKx8C .mbr-desc {
  color: #000000;
}
.cid-uMtYSWKx8C .mbr-copy {
  color: #000000;
}
.cid-uMtYSWKx8C .mbr-desc,
.cid-uMtYSWKx8C .social-wrapper {
  text-align: center;
}
.cid-uMtYSWKx8C .mbr-copy,
.cid-uMtYSWKx8C .mbr-section-btn-main {
  text-align: center;
}
.cid-uMu1MUKdgy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMu1MUKdgy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMu1MUKdgy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMu1MUKdgy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMu1MUKdgy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMu1MUKdgy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMu1MUKdgy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMu1MUKdgy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uMu1MUKdgy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMu1MUKdgy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMu1MUKdgy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMu1MUKdgy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMu1MUKdgy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMu1MUKdgy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMu1MUKdgy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMu1MUKdgy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMu1MUKdgy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMu1MUKdgy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMu1MUKdgy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMu1MUKdgy .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMu1MUKdgy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMu1MUKdgy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMu1MUKdgy .container {
  display: flex;
  height: 88px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMu1MUKdgy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMu1MUKdgy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMu1MUKdgy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMu1MUKdgy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uMu1MUKdgy .nav-item:focus,
.cid-uMu1MUKdgy .nav-link:focus {
  outline: none;
}
.cid-uMu1MUKdgy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMu1MUKdgy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMu1MUKdgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMu1MUKdgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMu1MUKdgy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMu1MUKdgy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMu1MUKdgy .navbar {
  min-height: 88px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMu1MUKdgy .navbar.opened {
  transition: all 0.25s;
}
.cid-uMu1MUKdgy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMu1MUKdgy .navbar .navbar-logo img {
  width: auto;
}
.cid-uMu1MUKdgy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMu1MUKdgy .navbar.collapsed {
  justify-content: center;
}
.cid-uMu1MUKdgy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMu1MUKdgy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMu1MUKdgy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMu1MUKdgy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMu1MUKdgy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMu1MUKdgy .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-uMu1MUKdgy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMu1MUKdgy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMu1MUKdgy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMu1MUKdgy .navbar {
    min-height: 72px;
  }
  .cid-uMu1MUKdgy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMu1MUKdgy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMu1MUKdgy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMu1MUKdgy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMu1MUKdgy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMu1MUKdgy .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-uMu1MUKdgy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMu1MUKdgy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMu1MUKdgy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMu1MUKdgy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMu1MUKdgy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMu1MUKdgy .dropdown-item.active,
.cid-uMu1MUKdgy .dropdown-item:active {
  background-color: transparent;
}
.cid-uMu1MUKdgy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMu1MUKdgy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMu1MUKdgy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMu1MUKdgy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMu1MUKdgy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMu1MUKdgy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMu1MUKdgy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMu1MUKdgy .navbar-buttons .btn {
  padding: 12px 30px;
}
.cid-uMu1MUKdgy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMu1MUKdgy .navbar-buttons {
    text-align: left;
  }
}
.cid-uMu1MUKdgy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMu1MUKdgy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMu1MUKdgy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMu1MUKdgy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMu1MUKdgy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMu1MUKdgy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMu1MUKdgy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMu1MUKdgy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMu1MUKdgy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMu1MUKdgy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMu1MUKdgy .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uMu1MUKdgy .opacityScroll {
  background: #000000 !important;
}
.cid-uMu1MUKdgy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMu1MUKdgy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMu1MUKdgy .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMu1MUKdgy .navbar {
    height: 70px;
  }
  .cid-uMu1MUKdgy .navbar.opened {
    height: auto;
  }
  .cid-uMu1MUKdgy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMu1MUKdgy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMu1MUKdgy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMu1MUKdgy .navbar-brand {
    margin-right: auto;
  }
  .cid-uMu1MUKdgy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uMu1MUKdgy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMu1MUKdgy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMu1MUKdgy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMu1MUKdgy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMu1MUKdgy .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMu1MUKdgy .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMu1MUKdgy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMu1MWnyLS {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-color: #2a1c6c;
}
.cid-uMu1MWnyLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1MWnyLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1MWnyLS .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uMu1MWnyLS .row {
  flex-direction: row-reverse;
}
.cid-uMu1MWnyLS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMu1MWnyLS .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uMu1MWnyLS .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uMu1MWnyLS .text-wrapper {
    text-align: center;
  }
}
.cid-uMu1MWnyLS .mbr-text,
.cid-uMu1MWnyLS .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMu1MWnyLS .mbr-menu,
.cid-uMu1MWnyLS .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMu1MWnyLS .mbr-desc,
.cid-uMu1MWnyLS .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMu1MXfmtb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMu1MXfmtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1MXfmtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMu1MXfmtb .container {
    padding: 0 15px;
  }
}
.cid-uMu1MXfmtb .row {
  justify-content: center;
}
.cid-uMu1MXfmtb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMu1MXfmtb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMu1MXfmtb .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uMu1MXfmtb .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMu1MXfmtb .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uMu1MXfmtb .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMu1MXfmtb .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMu1MXfmtb .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMu1MXfmtb .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uMu1MXfmtb .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMu1MXfmtb .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMu1MXfmtb .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2a1c6c;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uMu1MXfmtb .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uMu1MXfmtb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMu1MXfmtb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMu1MXfmtb .list {
  color: #ffffff;
}
.cid-uMu1MXfmtb .list,
.cid-uMu1MXfmtb .item-wrap {
  color: #000000;
}
.cid-uMu1MXZ7fU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMu1MXZ7fU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1MXZ7fU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1MXZ7fU .items-wrapper {
  justify-content: center;
}
.cid-uMu1MXZ7fU .mbr-text,
.cid-uMu1MXZ7fU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMu1MYJkgE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMu1MYJkgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1MYJkgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1MYJkgE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMu1MYJkgE .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uMu1MYJkgE .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uMu1MYJkgE .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uMu1MYJkgE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMu1MYJkgE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMu1MYJkgE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMu1MYJkgE .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uMu1MYJkgE .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMu1MYJkgE .item {
    margin-bottom: 28px;
  }
}
.cid-uMu1MYJkgE .item .item-wrapper {
  height: 100%;
  border: 2px solid #000000;
  background-color: #2a1c6c;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uMu1MYJkgE .item .item-wrapper:hover,
.cid-uMu1MYJkgE .item .item-wrapper:focus {
  border: 2px solid #bff747;
  box-shadow: 4px 4px 0 0 #bff747;
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #2a1c6c;
}
@media (max-width: 992px) {
  .cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uMu1MYJkgE .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uMu1MYJkgE .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uMu1MYJkgE .icon-wrapper {
  text-align: right;
}
.cid-uMu1MYJkgE .mbr-section-title,
.cid-uMu1MYJkgE .item-title,
.cid-uMu1MYJkgE .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uMu1MYJkgE .mbr-text,
.cid-uMu1MYJkgE .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMu1MYJkgE .mbr-desc,
.cid-uMu1MYJkgE .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMu1MYJkgE .item-desc {
  color: #fdfde1;
}
.cid-uMu1MZT3uZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMu1MZT3uZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1MZT3uZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1MZT3uZ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMu1MZT3uZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMu1MZT3uZ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMu1MZT3uZ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMu1MZT3uZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMu1MZT3uZ .mbr-section-title {
  color: #000000;
}
.cid-uMu1MZT3uZ .mbr-desc {
  color: #fdfde1;
}
.cid-uMu1MZT3uZ .mbr-text {
  color: #000000;
}
.cid-uMu1MZT3uZ .mbr-text,
.cid-uMu1MZT3uZ .text-wrapper {
  color: #fdfde1;
}
.cid-uMu1MZT3uZ .mbr-section-title,
.cid-uMu1MZT3uZ .mbr-section-btn {
  color: #fdfde1;
}
.cid-uMu1N0F2YE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f7ab;
}
.cid-uMu1N0F2YE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1N0F2YE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1N0F2YE .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uMu1N0F2YE .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uMu1N0F2YE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMu1N0F2YE .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uMu1N0F2YE .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uMu1N0F2YE .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uMu1N0F2YE .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uMu1N0F2YE .card-box .item-footer {
  margin-left: 0;
}
.cid-uMu1N0F2YE .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uMu1N0F2YE .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uMu1N0F2YE .item-wrapper {
  background: #2a1c6c;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uMu1N0F2YE .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uMu1N0F2YE .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uMu1N0F2YE .item-wrapper:hover {
  background-color: #e3f7ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uMu1N0F2YE .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uMu1N0F2YE .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uMu1N0F2YE .icon-title {
  color: #bff747;
}
.cid-uMu1N0F2YE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMu1N0F2YE .mbr-section-subtitle {
  color: #000000;
}
.cid-uMu1N0F2YE .content-head {
  max-width: 856px;
}
.cid-uMu1N0F2YE .card-title,
.cid-uMu1N0F2YE .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMu1N0F2YE .card-text,
.cid-uMu1N0F2YE .item .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMu1N2hLkn {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #2a1c6c;
}
.cid-uMu1N2hLkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1N2hLkn .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMu1N2hLkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1N2hLkn h1 {
  max-width: 800px;
}
.cid-uMu1N2hLkn p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMu1N2hLkn .btn:hover {
  transform: scale(1.1);
  background: #fdfde1 !important;
  border-color: #fdfde1 !important;
  color: #4c9b2e !important;
}
.cid-uMu1N2hLkn .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMu1N2hLkn .btn div {
  overflow: hidden;
}
.cid-uMu1N2hLkn .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMu1N2hLkn {
    align-items: center;
  }
  .cid-uMu1N2hLkn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMu1N2hLkn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMu1N2hLkn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMu1N2hLkn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMu1N2hLkn .content-wrap {
    width: 100%;
  }
}
.cid-uMu1N2hLkn .mbr-section-subtitle,
.cid-uMu1N2hLkn .line {
  color: #ffffff;
}
.cid-uMu1N2hLkn .mbr-text,
.cid-uMu1N2hLkn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMu1N2hLkn .mbr-section-title {
  color: #291f1e;
}
.cid-uMu1N3j8m5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMu1N3j8m5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1N3j8m5 .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1N3j8m5 .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uMu1N3j8m5 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMu1N3j8m5 .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uMu1N3j8m5 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMu1N3j8m5 .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uMu1N3j8m5 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uMu1N3j8m5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uMu1N3j8m5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uMu1N3j8m5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMu1N3j8m5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uMu1N3j8m5 .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uMu1N3j8m5 .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #ffffff;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uMu1N3j8m5 .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uMu1N3j8m5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uMu1N3j8m5 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMu1N3j8m5 .mbr-section-title,
.cid-uMu1N3j8m5 .mbr-text,
.cid-uMu1N3j8m5 .panel-title-edit,
.cid-uMu1N3j8m5 .panel-text {
  color: #000000;
}
.cid-uMu1N3j8m5 .mbr-section-title,
.cid-uMu1N3j8m5 .icon-wrapper {
  text-align: center;
}
.cid-uMu1N4BS6U {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #2a1c6c;
  overflow: hidden;
}
.cid-uMu1N4BS6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1N4BS6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1N4BS6U .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMu1N4BS6U .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMu1N4BS6U .container {
    padding: 0 30px;
  }
}
.cid-uMu1N4BS6U .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uMu1N4BS6U .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMu1N4BS6U .content-wrapper {
    padding: 0;
  }
}
.cid-uMu1N4BS6U .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uMu1N4BS6U .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uMu1N4BS6U .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMu1N4BS6U .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uMu1N4BS6U .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uMu1N4BS6U .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uMu1N4BS6U .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uMu1N4BS6U .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uMu1N4BS6U .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMu1N4BS6U .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMu1N4BS6U .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uMu1N4BS6U .mbr-desc {
  color: #254b45;
}
.cid-uMu1N4BS6U .mbr-section-title {
  color: #254b45;
}
.cid-uMu1N4BS6U .mbr-text {
  color: #254b45;
}
.cid-uMu1N4BS6U .mbr-desc,
.cid-uMu1N4BS6U .desc-wrapper {
  color: #ffffff;
}
.cid-uMu1N4BS6U .mbr-text,
.cid-uMu1N4BS6U .mbr-section-btn {
  color: #ffffff;
}
.cid-uMu1N5BA0W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f7ab;
}
.cid-uMu1N5BA0W .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uMu1N5BA0W .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uMu1N5BA0W .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #bff747;
}
.cid-uMu1N5BA0W .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uMu1N5BA0W .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uMu1N5BA0W .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uMu1N5BA0W .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uMu1N5BA0W .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uMu1N5BA0W img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uMu1N5BA0W .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uMu1N5BA0W .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uMu1N5BA0W .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uMu1N5BA0W .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uMu1N5BA0W .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uMu1N5BA0W .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uMu1N5BA0W .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uMu1N5BA0W .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uMu1N5BA0W .align {
  display: flex;
  align-items: center;
}
.cid-uMu1N5BA0W .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
.cid-uMu1N5BA0W .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uMu1N5BA0W .card-text,
.cid-uMu1N5BA0W .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMu1N5BA0W .item-title {
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uMu1N6RiFb {
  overflow: hidden;
  background-image: url("../../../assets/images/aluminum20eavestrough20installation87-1088x727.png");
}
.cid-uMu1N6RiFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1N6RiFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMu1N6RiFb .container {
    padding: 0 24px;
  }
}
.cid-uMu1N6RiFb .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uMu1N6RiFb .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uMu1N6RiFb .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMu1N6RiFb .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uMu1N6RiFb .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMu1N6RiFb .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uMu1N6RiFb .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMu1N6RiFb .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uMu1N6RiFb .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uMu1N6RiFb .mbr-desc {
  color: #202020;
}
.cid-uMu1N6RiFb .mbr-section-title {
  color: #202020;
}
.cid-uMu1N6RiFb .mbr-text {
  color: #202020;
}
.cid-uMu1N7Q7aH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMu1N7Q7aH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1N7Q7aH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1N7Q7aH .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMu1N7Q7aH .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMu1N7Q7aH .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMu1N7Q7aH .item {
    margin-bottom: 20px;
  }
}
.cid-uMu1N7Q7aH .item:hover .item-wrapper,
.cid-uMu1N7Q7aH .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uMu1N7Q7aH .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uMu1N7Q7aH .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMu1N7Q7aH .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #d3f2ff;
}
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #b593ff;
}
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .item-title_1,
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMu1N7Q7aH .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMu1N7Q7aH .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMu1N7Q7aH .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMu1N7Q7aH .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMu1N7Q7aH .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uMu1N7Q7aH .item .card_1 {
  background-color: #ffffff;
}
.cid-uMu1N7Q7aH .item .card_2 {
  background-color: #f2ecfd;
}
.cid-uMu1N7Q7aH .mbr-label_1 {
  color: #19171c;
}
.cid-uMu1N7Q7aH .mbr-label_2 {
  color: #ffffff;
}
.cid-uMu1N7Q7aH .item-title_1 {
  color: #19171c;
}
.cid-uMu1N7Q7aH .item-title_2 {
  color: #19171c;
  text-align: center;
}
.cid-uMu1N7Q7aH .item-text_1 {
  color: #19171c;
}
.cid-uMu1N7Q7aH .item-text_2 {
  color: #19171c;
}
.cid-uMu1N7Q7aH .mbr-label_1,
.cid-uMu1N7Q7aH .label-wrapper_1 {
  text-align: center;
}
.cid-uMu1N7Q7aH .item-title_1,
.cid-uMu1N7Q7aH .mbr-section-btn {
  text-align: center;
}
.cid-uMu1N7Q7aH .mbr-label_2,
.cid-uMu1N7Q7aH .label-wrapper_2 {
  text-align: center;
}
.cid-uMu1N7Q7aH .item-title_1,
.cid-uMu1N7Q7aH .mbr-section-btn DIV {
  text-align: left;
}
.cid-uMu1N8WoL5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #e3f7ab;
}
.cid-uMu1N8WoL5 .card-heading {
  color: #000000;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uMu1N8WoL5 .p {
  color: #000000;
  padding-bottom: 16px;
}
.cid-uMu1N8WoL5 .row {
  justify-content: center;
}
.cid-uMu1N8WoL5 a {
  font-weight: 400 !important;
}
.cid-uMu1N8WoL5 a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uMu1Na1N25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1c6c;
}
.cid-uMu1Na1N25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1Na1N25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMu1Na1N25 .container {
    padding: 0 20px;
  }
}
.cid-uMu1Na1N25 .row {
  margin: 0;
}
.cid-uMu1Na1N25 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMu1Na1N25 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMu1Na1N25 .video-block .video-wrapper .app-video-wrapper::before {
  color: #2a1c6c;
  text-shadow: none;
}
.cid-uMu1Na1N25 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMu1Na1N25 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMu1Na1N25 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMu1Na1N25 .mbr-section-title {
  color: #ffffff;
}
.cid-uMu1NbjKHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f7ab;
}
.cid-uMu1NbjKHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1NbjKHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMu1NbjKHs .container {
    padding: 0 30px;
  }
}
.cid-uMu1NbjKHs .row {
  justify-content: center;
}
.cid-uMu1NbjKHs .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uMu1NbjKHs .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uMu1NbjKHs .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uMu1NbjKHs .mbr-text_1 {
  color: #000000;
}
.cid-uMu1NbjKHs .mbr-text_2 {
  color: #000000;
}
.cid-uMu1NcixPf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uMu1NcixPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1NcixPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMu1NcixPf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uMu1NcixPf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMu1NcixPf .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMu1NcixPf .panel-group .card {
    padding: 16px;
  }
}
.cid-uMu1NcixPf .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMu1NcixPf .panel-group .card:hover,
.cid-uMu1NcixPf .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uMu1NcixPf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMu1NcixPf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMu1NcixPf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMu1NcixPf .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-uMu1NcixPf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMu1NcixPf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMu1NcixPf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uMu1NcixPf .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uMu1NcixPf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMu1NcixPf .mbr-section-title {
  color: #ffffff;
}
.cid-uMu1NcixPf .panel-title-edit {
  color: #fdfde1;
}
.cid-uMu1NcixPf .panel-text {
  color: #a5a5a5;
}
.cid-uMu1NcixPf .mbr-section-title,
.cid-uMu1NcixPf .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMu1Ndm9Gl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2a1c6c;
}
.cid-uMu1Ndm9Gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1Ndm9Gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1Ndm9Gl .card-wrapper {
  background-color: #e3f7ab;
  padding: 1rem 2rem;
}
.cid-uMu1Ndm9Gl .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMu1Ndm9Gl .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMu1Ndm9Gl .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMu1Ndm9Gl .google-map[data-state] {
  background: #fffff5;
}
.cid-uMu1Ndm9Gl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMu1Ndm9Gl .content-head {
  max-width: 800px;
}
.cid-uMu1Ndm9Gl .card-title,
.cid-uMu1Ndm9Gl .iconfont-wrapper {
  color: #000000;
}
.cid-uMu1Ndm9Gl .card-text,
.cid-uMu1Ndm9Gl .mbr-section-btn {
  color: #000000;
}
.cid-uMu1Ndm9Gl .mbr-desc,
.cid-uMu1Ndm9Gl .desc-wrapper {
  color: #fdfde1;
}
.cid-uMu1Ndm9Gl .mbr-section-title {
  color: #ffffff;
}
.cid-uMu1NerQKi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e3f7ab;
}
.cid-uMu1NerQKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu1NerQKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu1NerQKi .row {
  justify-content: space-between;
}
.cid-uMu1NerQKi .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMu1NerQKi .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMu1NerQKi .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMu1NerQKi .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uMu1NerQKi .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uMu1NerQKi .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMu1NerQKi .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMu1NerQKi .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uMu1NerQKi .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMu1NerQKi .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uMu1NerQKi .list-wrapper .list .item-wrap:hover,
.cid-uMu1NerQKi .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMu1NerQKi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMu1NerQKi .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uMu1NerQKi .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uMu1NerQKi .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uMu1NerQKi .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uMu1NerQKi .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uMu1NerQKi .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMu1NerQKi .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMu1NerQKi .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uMu1NerQKi .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMu1NerQKi .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMu1NerQKi .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uMu1NerQKi .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMu1NerQKi .mbr-section-title {
  color: #000000;
}
.cid-uMu1NerQKi .mbr-text {
  color: #000000;
}
.cid-uMu1NerQKi .list {
  color: #000000;
}
.cid-uMu1NerQKi .mbr-desc {
  color: #000000;
}
.cid-uMu1NerQKi .mbr-copy {
  color: #000000;
}
.cid-uMu1NerQKi .mbr-desc,
.cid-uMu1NerQKi .social-wrapper {
  text-align: center;
}
.cid-uMu1NerQKi .mbr-copy,
.cid-uMu1NerQKi .mbr-section-btn-main {
  text-align: center;
}
