.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff001b !important;
}
.bg-success {
  background-color: #507b6a !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #4479d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff001b !important;
  border-color: #ff001b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80012 !important;
  border-color: #a80012 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80012 !important;
  border-color: #a80012 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff8f4d !important;
  border-color: #ff8f4d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f55b00 !important;
  border-color: #f55b00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f55b00 !important;
  border-color: #f55b00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #507b6a !important;
  border-color: #507b6a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2e463d !important;
  border-color: #2e463d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e463d !important;
  border-color: #2e463d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff001b;
  color: #ff001b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80012 !important;
  background-color: transparent!important;
  border-color: #a80012 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff001b !important;
  border-color: #ff001b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff8f4d;
  color: #ff8f4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f55b00 !important;
  background-color: transparent!important;
  border-color: #f55b00 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8f4d !important;
  border-color: #ff8f4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #507b6a;
  color: #507b6a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2e463d !important;
  background-color: transparent!important;
  border-color: #2e463d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #507b6a !important;
  border-color: #507b6a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff001b !important;
}
.text-secondary {
  color: #ff8f4d !important;
}
.text-success {
  color: #507b6a !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #4479d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990010 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e65500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #283d35 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1f4a98 !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: #ff001b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #4479d9;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff001b;
  border-color: #ff001b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff001b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccd1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #92b8a9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eef2fb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff001b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff001b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ff001b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff001b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff001b;
  border-bottom-color: #ff001b;
}
.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: #ff001b !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: #ff8f4d !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='%23ff001b' %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;
}
.cid-uABCWXwYl2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABCWXwYl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABCWXwYl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABCWXwYl2 .mbr-section-title {
  color: #b500c2;
}
.cid-uABCWXwYl2 .mbr-section-subtitle {
  color: #ef6e2d;
}
.cid-uAAv7TeYY2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAv7TeYY2 .mbr-text {
  text-align: center;
}
.cid-uAHI7n6BhH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHI7n6BhH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAHI7n6BhH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAHI7n6BhH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAHI7n6BhH .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAHI7n6BhH .mbr-text,
.cid-uAHI7n6BhH .mbr-section-btn {
  color: #000000;
}
.cid-uAB4P3f6GT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAB4P3f6GT .mbr-text {
  text-align: left;
}
.cid-uAB8u1x7ZB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAB8u1x7ZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAB8u1x7ZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAB8u1x7ZB .mbr-section-title {
  color: #000000;
}
.cid-uAAN9U2jnd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAN9U2jnd .mbr-text {
  text-align: left;
}
.cid-uAB7VZlQ41 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAB7VZlQ41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAB7VZlQ41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAOSZJIGr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAOSZJIGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAOSZJIGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAOSZJIGr .mbr-section-title {
  color: #000000;
}
.cid-uAAOXBtKAS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAOXBtKAS .mbr-text {
  text-align: left;
}
.cid-uAB15fvIiA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAB15fvIiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAB15fvIiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAB15fvIiA .mbr-section-title {
  color: #000000;
}
.cid-uAB1qeFDnQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAB1qeFDnQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAB1qeFDnQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAB1qeFDnQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAB1qeFDnQ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAB1qeFDnQ .mbr-text,
.cid-uAB1qeFDnQ .mbr-section-btn {
  color: #000000;
}
.cid-uAB1a7oS93 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAB1a7oS93 .mbr-text {
  text-align: left;
}
.cid-uAB8cf736e {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAB8cf736e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAB8cf736e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAB36iMk5p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAB36iMk5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAB36iMk5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAB36iMk5p .mbr-section-title {
  color: #000000;
}
.cid-uAHIfvCaOI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHIfvCaOI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAHIfvCaOI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAHIfvCaOI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAHIfvCaOI .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAHIfvCaOI .mbr-text,
.cid-uAHIfvCaOI .mbr-section-btn {
  color: #000000;
}
.cid-uAB5gM4DV7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uAB5gM4DV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAB5gM4DV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAB5gM4DV7 .mbr-section-title {
  color: #000000;
}
.cid-uAB5GZoHEr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAB5GZoHEr .mbr-text {
  text-align: left;
}
.cid-us1DojkZvk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-us1DojkZvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-us1DojkZvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-us1DojkZvk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-us1DojkZvk .row {
  flex-direction: row-reverse;
}
.cid-us1DojkZvk img {
  width: 100%;
}
.cid-urxRJefbo8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urxRJefbo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxRJefbo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNx0XdXR8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-utNx0XdXR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNx0XdXR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNx0XdXR8 .mbr-section-subtitle {
  text-align: left;
}
.cid-utNx0XdXR8 .mbr-section-title {
  color: #ffffff;
}
.cid-utNx1PFDev {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utNx2YqcSE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-utNx2YqcSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNx2YqcSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNx2YqcSE .mbr-section-subtitle {
  text-align: left;
}
.cid-utNx2YqcSE .mbr-section-title {
  color: #ffffff;
}
.cid-utNx3CC5Wb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxcOUl3WVH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uxcOUl3WVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcOUl3WVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcOUl3WVH .mbr-section-subtitle {
  text-align: left;
}
.cid-uxcOUl3WVH .mbr-section-title {
  color: #ffffff;
}
.cid-uAAvIJE9HX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAvIJE9HX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAvIJE9HX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAvIJE9HX .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAAvIJE9HX .item {
    margin-bottom: 4rem;
  }
}
.cid-uAAvIJE9HX .item:last-child .icon-box:before {
  display: none;
}
.cid-uAAvIJE9HX .item.last .icon-box:before {
  display: none;
}
.cid-uAAvIJE9HX .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAAvIJE9HX .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAAvIJE9HX span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAAvIJE9HX .card {
    margin-bottom: 2rem;
  }
  .cid-uAAvIJE9HX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAAvIJE9HX .mbr-text,
.cid-uAAvIJE9HX .mbr-section-btn {
  text-align: left;
}
.cid-uxcP2S4ZJs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxcP2S4ZJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcP2S4ZJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNx4HbKXT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-utNx4HbKXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNx4HbKXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNx4HbKXT .mbr-section-subtitle {
  text-align: left;
}
.cid-utNx4HbKXT .mbr-section-title {
  color: #ffffff;
}
.cid-uAAxm2ItNJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAxm2ItNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAxm2ItNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAxm2ItNJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAAxm2ItNJ .item {
    margin-bottom: 4rem;
  }
}
.cid-uAAxm2ItNJ .item:last-child .icon-box:before {
  display: none;
}
.cid-uAAxm2ItNJ .item.last .icon-box:before {
  display: none;
}
.cid-uAAxm2ItNJ .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAAxm2ItNJ .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAAxm2ItNJ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAAxm2ItNJ .card {
    margin-bottom: 2rem;
  }
  .cid-uAAxm2ItNJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAAxm2ItNJ .mbr-text,
.cid-uAAxm2ItNJ .mbr-section-btn {
  text-align: left;
}
.cid-utNxa9fX4c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-utNxa9fX4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNxa9fX4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNxa9fX4c .mbr-section-subtitle {
  text-align: left;
}
.cid-utNxa9fX4c .mbr-section-title {
  color: #ffffff;
}
.cid-utNxaYzp5X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAIGx61cu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAAIGx61cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAIGx61cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAIGx61cu .mbr-section-title {
  color: #ffffff;
}
.cid-uAAITGATZt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAHfYF9vE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAAHfYF9vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAHfYF9vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAHfYF9vE .mbr-section-title {
  color: #ffffff;
}
.cid-uAB9Fl4H0w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK4ODdzbF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzK4ODdzbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK4ODdzbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK4ODdzbF .mbr-section-title {
  color: #ffffff;
}
.cid-uzK4Z0gs23 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK4Z0gs23 .mbr-text {
  text-align: left;
}
.cid-utNxc6x5jw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-utNxc6x5jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNxc6x5jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNxc6x5jw .mbr-section-subtitle {
  text-align: left;
}
.cid-utNxc6x5jw .mbr-section-title {
  color: #ffffff;
}
.cid-utNA59qx1R {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utNA59qx1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNA59qx1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNA59qx1R .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-utNA59qx1R .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utNA59qx1R .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-utNA59qx1R .panel-body,
.cid-utNA59qx1R .card-header {
  padding: 1rem 0;
}
.cid-utNA59qx1R .panel-title-edit {
  color: #000000;
}
.cid-utNBV0cZn2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-utNBV0cZn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNBV0cZn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utNBV0cZn2 .mbr-section-subtitle {
  text-align: left;
}
.cid-utNBV0cZn2 .mbr-section-title {
  color: #ffffff;
}
.cid-utNxcTgvDJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMtA4vG7cI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMtA4vG7cI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMtA4vG7cI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMtA4vG7cI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMtA4vG7cI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMtA4vG7cI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMtA4vG7cI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMtA4vG7cI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMtA4vG7cI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMtA4vG7cI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMtA4vG7cI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMtA4vG7cI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMtA4vG7cI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-urPkhd5zor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urPkhd5zor .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPkhd5zor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPkhd5zor .mbr-section-subtitle {
  text-align: left;
}
.cid-tMtA4vG7cI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMtA4vG7cI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMtA4vG7cI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMtA4vG7cI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMtA4vG7cI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMtA4vG7cI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMtA4vG7cI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMtA4vG7cI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMtA4vG7cI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMtA4vG7cI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMtA4vG7cI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMtA4vG7cI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMtA4vG7cI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-urPlLqzp5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urPlLqzp5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPlLqzp5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPlLqzp5K .mbr-section-subtitle {
  text-align: left;
}
.cid-tMtA4vG7cI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMtA4vG7cI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMtA4vG7cI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMtA4vG7cI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMtA4vG7cI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMtA4vG7cI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMtA4vG7cI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMtA4vG7cI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMtA4vG7cI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMtA4vG7cI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMtA4vG7cI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMtA4vG7cI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMtA4vG7cI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-urPlbgOfQo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urPlbgOfQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPlbgOfQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPlbgOfQo .mbr-section-subtitle {
  text-align: left;
}
.cid-urPlbgOfQo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tMtA4vG7cI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMtA4vG7cI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMtA4vG7cI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMtA4vG7cI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMtA4vG7cI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMtA4vG7cI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMtA4vG7cI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMtA4vG7cI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMtA4vG7cI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMtA4vG7cI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMtA4vG7cI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMtA4vG7cI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMtA4vG7cI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMtA4vG7cI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzK6bTQlY5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK6bTQlY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK6bTQlY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK6bTQlY5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uzK6bTQlY5 .mbr-section-title {
  text-align: center;
  color: #a710b2;
}
.cid-uABeEhhcPr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABeEhhcPr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABeEhhcPr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABeEhhcPr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABeEhhcPr .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABeEhhcPr .mbr-text,
.cid-uABeEhhcPr .mbr-section-btn {
  color: #000000;
}
.cid-uABF1or3g7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABF1or3g7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABF1or3g7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK91feXBb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK9mWz4Fu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzK9mWz4Fu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK9mWz4Fu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzK9mWz4Fu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzK9mWz4Fu .row {
  flex-direction: row-reverse;
}
.cid-uzK9mWz4Fu img {
  width: 100%;
}
.cid-uzK9H9kMJt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzK9H9kMJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK9H9kMJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKaVKzxn6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #b500c2;
}
.cid-uzKaVKzxn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKaVKzxn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKaVKzxn6 .mbr-section-title {
  color: #ffffff;
}
.cid-uzK8JU8ziF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKb0ZjJX7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKb0ZjJX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKb0ZjJX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKb0ZjJX7 .mbr-section-title {
  color: #ffffff;
}
.cid-uzK9LZqcd5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKbadehq2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKbadehq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKbadehq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKbadehq2 .mbr-section-title {
  color: #ffffff;
}
.cid-uzKaknXQLo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKdm91XLs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKdm91XLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKdm91XLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKdm91XLs .mbr-section-title {
  color: #ffffff;
}
.cid-uzKdq0eVPf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKq3UuIsv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKq3UuIsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKq3UuIsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKq3UuIsv .mbr-section-title {
  color: #ffffff;
}
.cid-uzKpZ546i9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKpZ546i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKpZ546i9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKpZ546i9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uzKpZ546i9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzKpZ546i9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uzKpZ546i9 .panel-body,
.cid-uzKpZ546i9 .card-header {
  padding: 1rem 0;
}
.cid-uzKpZ546i9 .panel-title-edit {
  color: #000000;
}
.cid-uzKcGqC3r8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKcGqC3r8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKcGqC3r8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKcGqC3r8 .mbr-section-title {
  color: #ffffff;
}
.cid-uzKcHVrAxf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK5jwlRp9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uzK5jwlRp9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzK5jwlRp9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzK5jwlRp9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzK5jwlRp9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzK5jwlRp9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzK5jwlRp9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzK5jwlRp9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzK5jwlRp9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzK5jwlRp9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzK5jwlRp9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzK5jwlRp9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzK5jwlRp9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzK5jwlRp9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzK5jwlRp9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzK5jwlRp9 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzKthnoylT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKthnoylT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthnoylT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKthnoylT .mbr-section-subtitle {
  text-align: left;
}
.cid-uzKthnoylT .mbr-section-title {
  text-align: center;
  color: #cc06da;
}
.cid-uABi9sNHtY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABi9sNHtY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABi9sNHtY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABi9sNHtY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABi9sNHtY .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABi9sNHtY .mbr-text,
.cid-uABi9sNHtY .mbr-section-btn {
  color: #000000;
}
.cid-uABF9vwQqv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABF9vwQqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABF9vwQqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKthnBY08 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKthnG8hV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzKthnG8hV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthnG8hV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzKthnG8hV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzKthnG8hV .row {
  flex-direction: row-reverse;
}
.cid-uzKthnG8hV img {
  width: 100%;
}
.cid-uzKthnTZ1I {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKthnTZ1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthnTZ1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKtho1JKf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKtho1JKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKtho1JKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKtho1JKf .mbr-section-title {
  color: #ffffff;
}
.cid-uzKtho9ecM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKthofPCj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKthofPCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthofPCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKthofPCj .mbr-section-title {
  color: #ffffff;
}
.cid-uzKthoqJaW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKwZazwRo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKwZazwRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKwZazwRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKwZazwRo .mbr-section-title {
  color: #ffffff;
}
.cid-uzKx06UANX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKx06UANX .mbr-text {
  text-align: left;
}
.cid-uzKthowy2r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKthowy2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthowy2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKthowy2r .mbr-section-title {
  color: #ffffff;
}
.cid-uzKthoGJBu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKthoMwsO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKthoMwsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthoMwsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKthoMwsO .mbr-section-title {
  color: #ffffff;
}
.cid-uzKthoZHQC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKthp5LnL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKthp5LnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthp5LnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKthp5LnL .mbr-section-title {
  color: #ffffff;
}
.cid-uzKthpfI1D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKthpfI1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthpfI1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKthpfI1D .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uzKthpfI1D .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzKthpfI1D .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uzKthpfI1D .panel-body,
.cid-uzKthpfI1D .card-header {
  padding: 1rem 0;
}
.cid-uzKthpfI1D .panel-title-edit {
  color: #000000;
}
.cid-uzKthpszSg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKthpszSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKthpszSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKthpszSg .mbr-section-title {
  color: #ffffff;
}
.cid-uzKthpAQLP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKthpIvIh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uzKthpIvIh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzKthpIvIh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzKthpIvIh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzKthpIvIh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzKthpIvIh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzKthpIvIh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzKthpIvIh .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzKthpIvIh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzKthpIvIh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzKthpIvIh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzKthpIvIh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzKthpIvIh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzKthpIvIh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzKthpIvIh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzKthpIvIh .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzKBenNMxu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKBenNMxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBenNMxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBenNMxu .mbr-section-subtitle {
  text-align: center;
}
.cid-uzKBenNMxu .mbr-section-title {
  text-align: center;
  color: #cc06da;
}
.cid-uABjJxBHtt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABjJxBHtt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABjJxBHtt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABjJxBHtt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABjJxBHtt .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABjJxBHtt .mbr-text,
.cid-uABjJxBHtt .mbr-section-btn {
  color: #000000;
}
.cid-uABFfYVHc9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABFfYVHc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABFfYVHc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBeogUJW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKBeoscsB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzKBeoscsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBeoscsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzKBeoscsB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzKBeoscsB .row {
  flex-direction: row-reverse;
}
.cid-uzKBeoscsB img {
  width: 100%;
}
.cid-uzKBep0Gq9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKBep0Gq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBep0Gq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBepgJGc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKBepgJGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBepgJGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBepgJGc .mbr-section-title {
  color: #ffffff;
}
.cid-uzKBeppGXP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKBepxRv2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKBepxRv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBepxRv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBepxRv2 .mbr-section-title {
  color: #ffffff;
}
.cid-uzKBepFknS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKBepNVid {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKBepNVid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBepNVid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBepNVid .mbr-section-title {
  color: #ffffff;
}
.cid-uzKBepUEg0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKBepUEg0 .mbr-text {
  text-align: left;
}
.cid-uzKE8jxYCf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKE8jxYCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKE8jxYCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKE8jxYCf .mbr-section-title {
  color: #ffffff;
}
.cid-uzKE9qPC6S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKBeq2FX5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKBeq2FX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBeq2FX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBeq2FX5 .mbr-section-title {
  color: #ffffff;
}
.cid-uzKBeq9NAw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKBeqx83r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKBeqx83r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBeqx83r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBeqx83r .mbr-section-title {
  color: #ffffff;
}
.cid-uzKBeqFL3v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKBeqFL3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBeqFL3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBeqFL3v .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uzKBeqFL3v .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzKBeqFL3v .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uzKBeqFL3v .panel-body,
.cid-uzKBeqFL3v .card-header {
  padding: 1rem 0;
}
.cid-uzKBeqFL3v .panel-title-edit {
  color: #000000;
}
.cid-uzKBeqQqUq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKBeqQqUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKBeqQqUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKBeqQqUq .mbr-section-title {
  color: #ffffff;
}
.cid-uzKBeqYI5N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKBer6jP8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uzKBer6jP8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzKBer6jP8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzKBer6jP8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzKBer6jP8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzKBer6jP8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzKBer6jP8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzKBer6jP8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzKBer6jP8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzKBer6jP8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzKBer6jP8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzKBer6jP8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzKBer6jP8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzKBer6jP8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzKBer6jP8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzKBer6jP8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzKGtf12Qf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKGtf12Qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGtf12Qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGtf12Qf .mbr-section-subtitle {
  text-align: center;
}
.cid-uzKGtf12Qf .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uABlsYPkVP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABlsYPkVP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABlsYPkVP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABlsYPkVP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABlsYPkVP .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABlsYPkVP .mbr-text,
.cid-uABlsYPkVP .mbr-section-btn {
  color: #000000;
}
.cid-uABFoRAwDM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABFoRAwDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABFoRAwDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHOgW1xwC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHOgW1xwC .mbr-text {
  text-align: left;
}
.cid-uzKGtfxmcl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzKGtfxmcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGtfxmcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzKGtfxmcl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzKGtfxmcl .row {
  flex-direction: row-reverse;
}
.cid-uzKGtfxmcl img {
  width: 100%;
}
.cid-uzKGtfQ2gb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKGtfQ2gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGtfQ2gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGtgbfyF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKGtgbfyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGtgbfyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGtgbfyF .mbr-section-title {
  color: #ffffff;
}
.cid-uzKGtgsH4B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKGthlqNt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKGthlqNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGthlqNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGthlqNt .mbr-section-title {
  color: #ffffff;
}
.cid-uzKGthuuK0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKGthDAxi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKGthDAxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGthDAxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGthDAxi .mbr-section-title {
  color: #ffffff;
}
.cid-uzKHYThN9I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKHYThN9I .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uzKHYThN9I .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzKHYThN9I .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #35ff24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uzKGti6dvT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKGti6dvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGti6dvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGti6dvT .mbr-section-title {
  color: #ffffff;
}
.cid-uzKGtihEP9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKGtinVlY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKGtinVlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGtinVlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGtinVlY .mbr-section-title {
  color: #ffffff;
}
.cid-uzKGtiz4Xv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKGtiz4Xv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGtiz4Xv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGtiz4Xv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uzKGtiz4Xv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzKGtiz4Xv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uzKGtiz4Xv .panel-body,
.cid-uzKGtiz4Xv .card-header {
  padding: 1rem 0;
}
.cid-uzKGtiz4Xv .panel-title-edit {
  color: #000000;
}
.cid-uzKGtiK4DS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKGtiK4DS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKGtiK4DS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKGtiK4DS .mbr-section-title {
  color: #ffffff;
}
.cid-uzKGtiSlte {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKGtiZaxf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uzKGtiZaxf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzKGtiZaxf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzKGtiZaxf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzKGtiZaxf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzKGtiZaxf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzKGtiZaxf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzKGtiZaxf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzKGtiZaxf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzKGtiZaxf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzKGtiZaxf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzKGtiZaxf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzKGtiZaxf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzKGtiZaxf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzKGtiZaxf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzKGtiZaxf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzKRPeygvj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKRPeygvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPeygvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPeygvj .mbr-section-subtitle {
  text-align: left;
}
.cid-uzKRPeygvj .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uABmXHVSSI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABmXHVSSI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABmXHVSSI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABmXHVSSI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABmXHVSSI .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABmXHVSSI .mbr-text,
.cid-uABmXHVSSI .mbr-section-btn {
  color: #000000;
}
.cid-uABFx5UINm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABFx5UINm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABFx5UINm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPeOcBR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKRPeZrQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzKRPeZrQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPeZrQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzKRPeZrQU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzKRPeZrQU .row {
  flex-direction: row-reverse;
}
.cid-uzKRPeZrQU img {
  width: 100%;
}
.cid-uzKRPf7ByD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKRPf7ByD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPf7ByD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPfgbII {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKRPfgbII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPfgbII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPfgbII .mbr-section-title {
  color: #ffffff;
}
.cid-uzKRPfqI2S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKRPfyL1z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKRPfyL1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPfyL1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPfyL1z .mbr-section-title {
  color: #ffffff;
}
.cid-uzKRPfFDfb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKRPfOl27 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKRPfOl27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPfOl27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPfOl27 .mbr-section-title {
  color: #ffffff;
}
.cid-uzKRPfWElw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKRPfWElw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uzKRPfWElw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzKRPfWElw .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #35ff24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uzKRPg42Ks {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKRPg42Ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPg42Ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPg42Ks .mbr-section-title {
  color: #ffffff;
}
.cid-uzKRPgcser {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKRPglwvz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKRPglwvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPglwvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPglwvz .mbr-section-title {
  color: #ffffff;
}
.cid-uzKRPgtl6w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKRPgtl6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPgtl6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPgtl6w .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uzKRPgtl6w .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzKRPgtl6w .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uzKRPgtl6w .panel-body,
.cid-uzKRPgtl6w .card-header {
  padding: 1rem 0;
}
.cid-uzKRPgtl6w .panel-title-edit {
  color: #000000;
}
.cid-uzKRPgJNHM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKRPgJNHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKRPgJNHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKRPgJNHM .mbr-section-title {
  color: #ffffff;
}
.cid-uzKRPgS8G9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKRPgZlBO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uzKRPgZlBO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzKRPgZlBO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzKRPgZlBO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzKRPgZlBO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzKRPgZlBO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzKRPgZlBO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzKRPgZlBO .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzKRPgZlBO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzKRPgZlBO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzKRPgZlBO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzKRPgZlBO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzKRPgZlBO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzKRPgZlBO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzKRPgZlBO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzKRPgZlBO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzKXkdthnB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKXkdthnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkdthnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkdthnB .mbr-section-subtitle {
  text-align: left;
}
.cid-uzKXkdthnB .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uABoVIE55p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABoVIE55p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABoVIE55p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABoVIE55p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABoVIE55p .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABoVIE55p .mbr-text,
.cid-uABoVIE55p .mbr-section-btn {
  color: #000000;
}
.cid-uABGpwFeuz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABGpwFeuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABGpwFeuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkdIDpk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKXkdRjsn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzKXkdRjsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkdRjsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzKXkdRjsn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzKXkdRjsn .row {
  flex-direction: row-reverse;
}
.cid-uzKXkdRjsn img {
  width: 100%;
}
.cid-uzKXkegWo5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKXkegWo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkegWo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkerXcb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKXkerXcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkerXcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkerXcb .mbr-section-title {
  color: #ffffff;
}
.cid-uzKXkeADqG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKXkeIexM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKXkeIexM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkeIexM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkeIexM .mbr-section-title {
  color: #ffffff;
}
.cid-uzKXkeSsr1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKXkf5os3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKXkf5os3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkf5os3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkf5os3 .mbr-section-title {
  color: #ffffff;
}
.cid-uzKXkffNDp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKXkffNDp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uzKXkffNDp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzKXkffNDp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #35ff24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uzKXkfpnSX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKXkfpnSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkfpnSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkfpnSX .mbr-section-title {
  color: #ffffff;
}
.cid-uzKXkfBxUd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzKXkfImPO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKXkfImPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkfImPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkfImPO .mbr-section-title {
  color: #ffffff;
}
.cid-uzKXkfT5kc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKXkfT5kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkfT5kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkfT5kc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uzKXkfT5kc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzKXkfT5kc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uzKXkfT5kc .panel-body,
.cid-uzKXkfT5kc .card-header {
  padding: 1rem 0;
}
.cid-uzKXkfT5kc .panel-title-edit {
  color: #000000;
}
.cid-uzKXkg8kR3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uzKXkg8kR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKXkg8kR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKXkg8kR3 .mbr-section-title {
  color: #ffffff;
}
.cid-uzKXkgkqGg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzKXkgrLjN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uzKXkgrLjN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzKXkgrLjN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzKXkgrLjN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzKXkgrLjN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzKXkgrLjN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzKXkgrLjN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzKXkgrLjN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzKXkgrLjN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzKXkgrLjN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzKXkgrLjN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzKXkgrLjN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzKXkgrLjN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzKXkgrLjN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzKXkgrLjN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzKXkgrLjN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uABvJZIMMr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABvJZIMMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvJZIMMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvJZIMMr .mbr-section-subtitle {
  text-align: center;
}
.cid-uABvJZIMMr .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uABvK0btL2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABvK0btL2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABvK0btL2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABvK0btL2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABvK0btL2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABvK0btL2 .mbr-text,
.cid-uABvK0btL2 .mbr-section-btn {
  color: #000000;
}
.cid-uABEUHoiAL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABEUHoiAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABEUHoiAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK0tJnt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABvK0EYib {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uABvK0EYib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK0EYib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uABvK0EYib .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uABvK0EYib .row {
  flex-direction: row-reverse;
}
.cid-uABvK0EYib img {
  width: 100%;
}
.cid-uABvK0UE9y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABvK0UE9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK0UE9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK2E6FJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABvK2E6FJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK2E6FJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK2E6FJ .mbr-section-title {
  color: #ffffff;
}
.cid-uABvK2TkDY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABvK342ig {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABvK342ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK342ig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK342ig .mbr-section-title {
  color: #ffffff;
}
.cid-uABvK3dhzP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABvK3lF4F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABvK3lF4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK3lF4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK3lF4F .mbr-section-title {
  color: #ffffff;
}
.cid-uABwgD6hq2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABwgD6hq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABwgD6hq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABwgD6hq2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uABwgD6hq2 .item {
    margin-bottom: 4rem;
  }
}
.cid-uABwgD6hq2 .item:last-child .icon-box:before {
  display: none;
}
.cid-uABwgD6hq2 .item.last .icon-box:before {
  display: none;
}
.cid-uABwgD6hq2 .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uABwgD6hq2 .icon-box {
    margin-right: 1rem;
  }
}
.cid-uABwgD6hq2 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uABwgD6hq2 .card {
    margin-bottom: 2rem;
  }
  .cid-uABwgD6hq2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uABwgD6hq2 .mbr-text,
.cid-uABwgD6hq2 .mbr-section-btn {
  text-align: left;
}
.cid-uABvK3ZCxs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABvK3ZCxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK3ZCxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK3ZCxs .mbr-section-title {
  color: #ffffff;
}
.cid-uABvK48u46 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABvK4eA0z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABvK4eA0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK4eA0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK4eA0z .mbr-section-title {
  color: #ffffff;
}
.cid-uABvK4mtxF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABvK4mtxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK4mtxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK4mtxF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uABvK4mtxF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uABvK4mtxF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uABvK4mtxF .panel-body,
.cid-uABvK4mtxF .card-header {
  padding: 1rem 0;
}
.cid-uABvK4mtxF .panel-title-edit {
  color: #000000;
}
.cid-uABvK4DkkM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABvK4DkkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvK4DkkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvK4DkkM .mbr-section-title {
  color: #ffffff;
}
.cid-uABvK4Mjuq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABvK4TJbg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uABvK4TJbg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uABvK4TJbg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uABvK4TJbg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uABvK4TJbg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uABvK4TJbg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uABvK4TJbg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uABvK4TJbg .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uABvK4TJbg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uABvK4TJbg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uABvK4TJbg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uABvK4TJbg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uABvK4TJbg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uABvK4TJbg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uABvK4TJbg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uABvK4TJbg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uABJHyGclH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHyGclH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHyGclH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHyGclH .mbr-section-subtitle {
  text-align: center;
}
.cid-uABJHyGclH .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uABJHz8dYo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHz8dYo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABJHz8dYo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABJHz8dYo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABJHz8dYo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABJHz8dYo .mbr-text,
.cid-uABJHz8dYo .mbr-section-btn {
  color: #000000;
}
.cid-uABJHznml7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABJHznml7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHznml7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHzy7XS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHzGkq2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uABJHzGkq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHzGkq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uABJHzGkq2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uABJHzGkq2 .row {
  flex-direction: row-reverse;
}
.cid-uABJHzGkq2 img {
  width: 100%;
}
.cid-uABJHzT17O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABJHzT17O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHzT17O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHA4EtX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABJHA4EtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHA4EtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHA4EtX .mbr-section-title {
  color: #ffffff;
}
.cid-uABJHAj1SF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHAsm3i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABJHAsm3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHAsm3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHAsm3i .mbr-section-title {
  color: #ffffff;
}
.cid-uABJHAE6It {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHANAkG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABJHANAkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHANAkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHANAkG .mbr-section-title {
  color: #ffffff;
}
.cid-uABJHAZAIG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHAZAIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHAZAIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHAZAIG .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uABJHAZAIG .item {
    margin-bottom: 4rem;
  }
}
.cid-uABJHAZAIG .item:last-child .icon-box:before {
  display: none;
}
.cid-uABJHAZAIG .item.last .icon-box:before {
  display: none;
}
.cid-uABJHAZAIG .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uABJHAZAIG .icon-box {
    margin-right: 1rem;
  }
}
.cid-uABJHAZAIG span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uABJHAZAIG .card {
    margin-bottom: 2rem;
  }
  .cid-uABJHAZAIG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uABJHAZAIG .mbr-text,
.cid-uABJHAZAIG .mbr-section-btn {
  text-align: left;
}
.cid-uABJHBq26F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABJHBq26F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHBq26F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHBq26F .mbr-section-title {
  color: #ffffff;
}
.cid-uABJHBAxFM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABKXDpQII {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uABKXDpQII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABKXDpQII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABKXDpQII .mbr-section-title {
  color: #ffffff;
}
.cid-uABKYquuOB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHBKId9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABJHBKId9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHBKId9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHBKId9 .mbr-section-title {
  color: #ffffff;
}
.cid-uABJHBUhqm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHBUhqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHBUhqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHBUhqm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uABJHBUhqm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uABJHBUhqm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uABJHBUhqm .panel-body,
.cid-uABJHBUhqm .card-header {
  padding: 1rem 0;
}
.cid-uABJHBUhqm .panel-title-edit {
  color: #000000;
}
.cid-uABJHCqp7R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABJHCqp7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABJHCqp7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABJHCqp7R .mbr-section-title {
  color: #ffffff;
}
.cid-uABLggbh0y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABJHCSlLL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uABJHCSlLL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uABJHCSlLL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uABJHCSlLL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uABJHCSlLL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uABJHCSlLL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uABJHCSlLL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uABJHCSlLL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uABJHCSlLL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uABJHCSlLL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uABJHCSlLL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uABJHCSlLL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uABJHCSlLL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uABJHCSlLL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uABJHCSlLL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uABJHCSlLL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uABTgjEgON {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgjEgON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgjEgON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgjEgON .mbr-section-subtitle {
  text-align: center;
}
.cid-uABTgjEgON .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uABTgkayYN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgkayYN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uABTgkayYN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uABTgkayYN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uABTgkayYN .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uABTgkayYN .mbr-text,
.cid-uABTgkayYN .mbr-section-btn {
  color: #000000;
}
.cid-uABTgkCI1r {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABTgkCI1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgkCI1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgkZfu6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgleEu2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uABTgleEu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgleEu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uABTgleEu2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uABTgleEu2 .row {
  flex-direction: row-reverse;
}
.cid-uABTgleEu2 img {
  width: 100%;
}
.cid-uABTglFCad {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uABTglFCad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTglFCad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgm2ESP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABTgm2ESP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgm2ESP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgm2ESP .mbr-section-title {
  color: #ffffff;
}
.cid-uABTgmqTyd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgmGcTn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABTgmGcTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgmGcTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgmGcTn .mbr-section-title {
  color: #ffffff;
}
.cid-uABTgn3LRX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgnnX0S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABTgnnX0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgnnX0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgnnX0S .mbr-section-title {
  color: #ffffff;
}
.cid-uABTgnR4YK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgnR4YK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgnR4YK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgnR4YK .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uABTgnR4YK .item {
    margin-bottom: 4rem;
  }
}
.cid-uABTgnR4YK .item:last-child .icon-box:before {
  display: none;
}
.cid-uABTgnR4YK .item.last .icon-box:before {
  display: none;
}
.cid-uABTgnR4YK .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uABTgnR4YK .icon-box {
    margin-right: 1rem;
  }
}
.cid-uABTgnR4YK span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uABTgnR4YK .card {
    margin-bottom: 2rem;
  }
  .cid-uABTgnR4YK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uABTgnR4YK .mbr-text,
.cid-uABTgnR4YK .mbr-section-btn {
  text-align: left;
}
.cid-uABTgpGLg5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABTgpGLg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgpGLg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgpGLg5 .mbr-section-title {
  color: #ffffff;
}
.cid-uABTgq2DBC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgqbtch {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uABTgqbtch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgqbtch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgqbtch .mbr-section-title {
  color: #ffffff;
}
.cid-uABTgqnuOb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgqWaCn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABTgqWaCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgqWaCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgqWaCn .mbr-section-title {
  color: #ffffff;
}
.cid-uABTgr60M1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgr60M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgr60M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgr60M1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uABTgr60M1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uABTgr60M1 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uABTgr60M1 .panel-body,
.cid-uABTgr60M1 .card-header {
  padding: 1rem 0;
}
.cid-uABTgr60M1 .panel-title-edit {
  color: #000000;
}
.cid-uABTgrmcVJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uABTgrmcVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABTgrmcVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABTgrmcVJ .mbr-section-title {
  color: #ffffff;
}
.cid-uAFTemi9GC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uABTgrDa41 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uABTgrDa41 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uABTgrDa41 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uABTgrDa41 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uABTgrDa41 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uABTgrDa41 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uABTgrDa41 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uABTgrDa41 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uABTgrDa41 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uABTgrDa41 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uABTgrDa41 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uABTgrDa41 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uABTgrDa41 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uABTgrDa41 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uABTgrDa41 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uABTgrDa41 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAFTHh59pH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHh59pH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHh59pH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHh59pH .mbr-section-subtitle {
  text-align: center;
}
.cid-uAFTHh59pH .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAFTHhhxYf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHhhxYf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAFTHhhxYf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAFTHhhxYf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAFTHhhxYf .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAFTHhhxYf .mbr-text,
.cid-uAFTHhhxYf .mbr-section-btn {
  color: #000000;
}
.cid-uAFTHhzi3t {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAFTHhzi3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHhzi3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHhLfAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHhSRwn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAFTHhSRwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHhSRwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAFTHhSRwn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAFTHhSRwn .row {
  flex-direction: row-reverse;
}
.cid-uAFTHhSRwn img {
  width: 100%;
}
.cid-uAFTHi2wrh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAFTHi2wrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHi2wrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHidrw3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAFTHidrw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHidrw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHidrw3 .mbr-section-title {
  color: #ffffff;
}
.cid-uAFTHimKX9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHiu3N7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAFTHiu3N7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHiu3N7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHiu3N7 .mbr-section-title {
  color: #ffffff;
}
.cid-uAFTHiFBUR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHiOcWG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAFTHiOcWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHiOcWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHiOcWG .mbr-section-title {
  color: #ffffff;
}
.cid-uAFTHj2Pwn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHj2Pwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHj2Pwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHj2Pwn .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAFTHj2Pwn .item {
    margin-bottom: 4rem;
  }
}
.cid-uAFTHj2Pwn .item:last-child .icon-box:before {
  display: none;
}
.cid-uAFTHj2Pwn .item.last .icon-box:before {
  display: none;
}
.cid-uAFTHj2Pwn .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAFTHj2Pwn .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAFTHj2Pwn span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAFTHj2Pwn .card {
    margin-bottom: 2rem;
  }
  .cid-uAFTHj2Pwn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAFTHj2Pwn .mbr-text,
.cid-uAFTHj2Pwn .mbr-section-btn {
  text-align: left;
}
.cid-uAFTHjnabX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAFTHjnabX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHjnabX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHjnabX .mbr-section-title {
  color: #ffffff;
}
.cid-uAFTHjvzHQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHjFpSc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAFTHjFpSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHjFpSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHjFpSc .mbr-section-title {
  color: #ffffff;
}
.cid-uAFTHjPcc1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHjWuwu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAFTHjWuwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHjWuwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHjWuwu .mbr-section-title {
  color: #ffffff;
}
.cid-uAFTHkbbG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHkbbG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHkbbG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHkbbG5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFTHkbbG5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAFTHkbbG5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAFTHkbbG5 .panel-body,
.cid-uAFTHkbbG5 .card-header {
  padding: 1rem 0;
}
.cid-uAFTHkbbG5 .panel-title-edit {
  color: #000000;
}
.cid-uAFTHkozfs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAFTHkozfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFTHkozfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFTHkozfs .mbr-section-title {
  color: #ffffff;
}
.cid-uAFTHkxKp8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAFTHkGTw8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAFTHkGTw8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAFTHkGTw8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAFTHkGTw8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAFTHkGTw8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAFTHkGTw8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAFTHkGTw8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAFTHkGTw8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAFTHkGTw8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAFTHkGTw8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAFTHkGTw8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAFTHkGTw8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAFTHkGTw8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAFTHkGTw8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAFTHkGTw8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAFTHkGTw8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAG3ObDp22 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3ObDp22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3ObDp22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3ObDp22 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAG3ObDp22 .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAG3ObUKNr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3ObUKNr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAG3ObUKNr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAG3ObUKNr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAG3ObUKNr .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAG3ObUKNr .mbr-text,
.cid-uAG3ObUKNr .mbr-section-btn {
  color: #000000;
}
.cid-uAG3Oc7N6Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAG3Oc7N6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3Oc7N6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3Ocjim2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3Ocrhzv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAG3Ocrhzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3Ocrhzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAG3Ocrhzv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAG3Ocrhzv .row {
  flex-direction: row-reverse;
}
.cid-uAG3Ocrhzv img {
  width: 100%;
}
.cid-uAG3OcBmPn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAG3OcBmPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3OcBmPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3OcIcSj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAG3OcIcSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3OcIcSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3OcIcSj .mbr-section-title {
  color: #ffffff;
}
.cid-uAG3OcSJ10 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3OcYmHd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAG3OcYmHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3OcYmHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3OcYmHd .mbr-section-title {
  color: #ffffff;
}
.cid-uAG3Od7SAH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3Oddhc2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAG3Oddhc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3Oddhc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3Oddhc2 .mbr-section-title {
  color: #ffffff;
}
.cid-uAG3Odlbkj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3Odlbkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3Odlbkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3Odlbkj .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAG3Odlbkj .item {
    margin-bottom: 4rem;
  }
}
.cid-uAG3Odlbkj .item:last-child .icon-box:before {
  display: none;
}
.cid-uAG3Odlbkj .item.last .icon-box:before {
  display: none;
}
.cid-uAG3Odlbkj .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAG3Odlbkj .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAG3Odlbkj span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAG3Odlbkj .card {
    margin-bottom: 2rem;
  }
  .cid-uAG3Odlbkj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAG3Odlbkj .mbr-text,
.cid-uAG3Odlbkj .mbr-section-btn {
  text-align: left;
}
.cid-uAG3OdFjis {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAG3OdFjis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3OdFjis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3OdFjis .mbr-section-title {
  color: #ffffff;
}
.cid-uAG3OdOmZH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3OdW5Qt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAG3OdW5Qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3OdW5Qt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3OdW5Qt .mbr-section-title {
  color: #ffffff;
}
.cid-uAG3Oe3Mdy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3OebUfJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAG3OebUfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3OebUfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3OebUfJ .mbr-section-title {
  color: #ffffff;
}
.cid-uAG3OemwMm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3OemwMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3OemwMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3OemwMm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAG3OemwMm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAG3OemwMm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAG3OemwMm .panel-body,
.cid-uAG3OemwMm .card-header {
  padding: 1rem 0;
}
.cid-uAG3OemwMm .panel-title-edit {
  color: #000000;
}
.cid-uAG3OezGtG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAG3OezGtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAG3OezGtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAG3OezGtG .mbr-section-title {
  color: #ffffff;
}
.cid-uAG3OeKOxv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAG3OeRPZp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAG3OeRPZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAG3OeRPZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAG3OeRPZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAG3OeRPZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAG3OeRPZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAG3OeRPZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAG3OeRPZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAG3OeRPZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAG3OeRPZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAG3OeRPZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAG3OeRPZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAG3OeRPZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAG3OeRPZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAG3OeRPZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAG3OeRPZp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAGetgyFBD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetgyFBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetgyFBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetgyFBD .mbr-section-subtitle {
  text-align: center;
}
.cid-uAGetgyFBD .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAGethGoVL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGethGoVL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAGethGoVL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAGethGoVL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAGethGoVL .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAGethGoVL .mbr-text,
.cid-uAGethGoVL .mbr-section-btn {
  color: #000000;
}
.cid-uAGetir3fB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAGetir3fB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetir3fB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetj7C1U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetjx9uS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAGetjx9uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetjx9uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAGetjx9uS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAGetjx9uS .row {
  flex-direction: row-reverse;
}
.cid-uAGetjx9uS img {
  width: 100%;
}
.cid-uAGetkaZdh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAGetkaZdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetkaZdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetly4JM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGetly4JM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetly4JM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetly4JM .mbr-section-title {
  color: #ffffff;
}
.cid-uAGetlYFhg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetmeKUz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGetmeKUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetmeKUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetmeKUz .mbr-section-title {
  color: #ffffff;
}
.cid-uAGetmy3xu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetmPZbY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGetmPZbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetmPZbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetmPZbY .mbr-section-title {
  color: #ffffff;
}
.cid-uAGetncWHc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetncWHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetncWHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetncWHc .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAGetncWHc .item {
    margin-bottom: 4rem;
  }
}
.cid-uAGetncWHc .item:last-child .icon-box:before {
  display: none;
}
.cid-uAGetncWHc .item.last .icon-box:before {
  display: none;
}
.cid-uAGetncWHc .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAGetncWHc .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAGetncWHc span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAGetncWHc .card {
    margin-bottom: 2rem;
  }
  .cid-uAGetncWHc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAGetncWHc .mbr-text,
.cid-uAGetncWHc .mbr-section-btn {
  text-align: left;
}
.cid-uAGeto36On {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGeto36On .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGeto36On .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGeto36On .mbr-section-title {
  color: #ffffff;
}
.cid-uAGetowMmg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetoNiGi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAGetoNiGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetoNiGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetoNiGi .mbr-section-title {
  color: #ffffff;
}
.cid-uAGetp7dMz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetpf5A7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGetpf5A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetpf5A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetpf5A7 .mbr-section-title {
  color: #ffffff;
}
.cid-uAGetpnTi5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetpnTi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetpnTi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetpnTi5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAGetpnTi5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAGetpnTi5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAGetpnTi5 .panel-body,
.cid-uAGetpnTi5 .card-header {
  padding: 1rem 0;
}
.cid-uAGetpnTi5 .panel-title-edit {
  color: #000000;
}
.cid-uAGetpwrny {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGetpwrny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGetpwrny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGetpwrny .mbr-section-title {
  color: #ffffff;
}
.cid-uAGetpHzKn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGetpOAQg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAGetpOAQg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAGetpOAQg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAGetpOAQg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAGetpOAQg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAGetpOAQg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAGetpOAQg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAGetpOAQg .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAGetpOAQg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAGetpOAQg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAGetpOAQg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAGetpOAQg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAGetpOAQg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAGetpOAQg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAGetpOAQg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAGetpOAQg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAGo28vSnL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo28vSnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo28vSnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo28vSnL .mbr-section-subtitle {
  text-align: center;
}
.cid-uAGo28vSnL .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAGo28Tgje {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo28Tgje .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAGo28Tgje .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAGo28Tgje .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAGo28Tgje .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAGo28Tgje .mbr-text,
.cid-uAGo28Tgje .mbr-section-btn {
  color: #000000;
}
.cid-uAGo29ftQb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAGo29ftQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo29ftQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo29AREI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo29NVEd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAGo29NVEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo29NVEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAGo29NVEd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAGo29NVEd .row {
  flex-direction: row-reverse;
}
.cid-uAGo29NVEd img {
  width: 100%;
}
.cid-uAGo2avhpT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAGo2avhpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2avhpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2aKZoK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGo2aKZoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2aKZoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2aKZoK .mbr-section-title {
  color: #ffffff;
}
.cid-uAGo2aSBrb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo2b1FAh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGo2b1FAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2b1FAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2b1FAh .mbr-section-title {
  color: #ffffff;
}
.cid-uAGo2baGk2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo2bivYJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGo2bivYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2bivYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2bivYJ .mbr-section-title {
  color: #ffffff;
}
.cid-uAGo2bqu1r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo2bqu1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2bqu1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2bqu1r .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAGo2bqu1r .item {
    margin-bottom: 4rem;
  }
}
.cid-uAGo2bqu1r .item:last-child .icon-box:before {
  display: none;
}
.cid-uAGo2bqu1r .item.last .icon-box:before {
  display: none;
}
.cid-uAGo2bqu1r .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAGo2bqu1r .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAGo2bqu1r span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAGo2bqu1r .card {
    margin-bottom: 2rem;
  }
  .cid-uAGo2bqu1r .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAGo2bqu1r .mbr-text,
.cid-uAGo2bqu1r .mbr-section-btn {
  text-align: left;
}
.cid-uAGo2bP1W7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGo2bP1W7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2bP1W7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2bP1W7 .mbr-section-title {
  color: #ffffff;
}
.cid-uAGo2bYSnb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo2c6UIb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAGo2c6UIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2c6UIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2c6UIb .mbr-section-title {
  color: #ffffff;
}
.cid-uAGo2cfdt1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo2cnWmU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGo2cnWmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2cnWmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2cnWmU .mbr-section-title {
  color: #ffffff;
}
.cid-uAGo2czK5r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo2czK5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2czK5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2czK5r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAGo2czK5r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAGo2czK5r .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAGo2czK5r .panel-body,
.cid-uAGo2czK5r .card-header {
  padding: 1rem 0;
}
.cid-uAGo2czK5r .panel-title-edit {
  color: #000000;
}
.cid-uAGo2cM0zY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGo2cM0zY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo2cM0zY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGo2cM0zY .mbr-section-title {
  color: #ffffff;
}
.cid-uAGo2cX724 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGo2d5vQO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAGo2d5vQO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAGo2d5vQO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAGo2d5vQO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAGo2d5vQO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAGo2d5vQO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAGo2d5vQO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAGo2d5vQO .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAGo2d5vQO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAGo2d5vQO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAGo2d5vQO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAGo2d5vQO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAGo2d5vQO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAGo2d5vQO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAGo2d5vQO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAGo2d5vQO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAGwBIa5uN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBIa5uN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBIa5uN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBIa5uN .mbr-section-subtitle {
  text-align: center;
}
.cid-uAGwBIa5uN .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAGwBIqozU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBIqozU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAGwBIqozU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAGwBIqozU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAGwBIqozU .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAGwBIqozU .mbr-text,
.cid-uAGwBIqozU .mbr-section-btn {
  color: #000000;
}
.cid-uAGwBIENY5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAGwBIENY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBIENY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBIM4tR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBIUdti {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAGwBIUdti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBIUdti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAGwBIUdti .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAGwBIUdti .row {
  flex-direction: row-reverse;
}
.cid-uAGwBIUdti img {
  width: 100%;
}
.cid-uAGwBJ32KN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAGwBJ32KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBJ32KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBJcxze {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGwBJcxze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBJcxze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBJcxze .mbr-section-title {
  color: #ffffff;
}
.cid-uAGwBJobBp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBJuArI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGwBJuArI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBJuArI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBJuArI .mbr-section-title {
  color: #ffffff;
}
.cid-uAGwBJCnBj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBJK8ZD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGwBJK8ZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBJK8ZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBJK8ZD .mbr-section-title {
  color: #ffffff;
}
.cid-uAGwBJSbsT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBJSbsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBJSbsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBJSbsT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAGwBJSbsT .item {
    margin-bottom: 4rem;
  }
}
.cid-uAGwBJSbsT .item:last-child .icon-box:before {
  display: none;
}
.cid-uAGwBJSbsT .item.last .icon-box:before {
  display: none;
}
.cid-uAGwBJSbsT .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAGwBJSbsT .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAGwBJSbsT span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAGwBJSbsT .card {
    margin-bottom: 2rem;
  }
  .cid-uAGwBJSbsT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAGwBJSbsT .mbr-text,
.cid-uAGwBJSbsT .mbr-section-btn {
  text-align: left;
}
.cid-uAGwBKiTuI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGwBKiTuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBKiTuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBKiTuI .mbr-section-title {
  color: #ffffff;
}
.cid-uAGwBKr8Mh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBKz6nO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAGwBKz6nO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBKz6nO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBKz6nO .mbr-section-title {
  color: #ffffff;
}
.cid-uAGwBKHbE2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBKRqo1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGwBKRqo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBKRqo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBKRqo1 .mbr-section-title {
  color: #ffffff;
}
.cid-uAGwBL2nxS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBL2nxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBL2nxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBL2nxS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAGwBL2nxS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAGwBL2nxS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAGwBL2nxS .panel-body,
.cid-uAGwBL2nxS .card-header {
  padding: 1rem 0;
}
.cid-uAGwBL2nxS .panel-title-edit {
  color: #000000;
}
.cid-uAGwBLjP1L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAGwBLjP1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGwBLjP1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGwBLjP1L .mbr-section-title {
  color: #ffffff;
}
.cid-uAGwBLs2IS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAGwBLB4R1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAGwBLB4R1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAGwBLB4R1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAGwBLB4R1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAGwBLB4R1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAGwBLB4R1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAGwBLB4R1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAGwBLB4R1 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAGwBLB4R1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAGwBLB4R1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAGwBLB4R1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAGwBLB4R1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAGwBLB4R1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAGwBLB4R1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAGwBLB4R1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAGwBLB4R1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAH3zOtCxn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zOtCxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zOtCxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zOtCxn .mbr-section-subtitle {
  text-align: center;
}
.cid-uAH3zOtCxn .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAH3zQdsrg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zQdsrg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAH3zQdsrg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAH3zQdsrg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAH3zQdsrg .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAH3zQdsrg .mbr-text,
.cid-uAH3zQdsrg .mbr-section-btn {
  color: #000000;
}
.cid-uAH3zQw7vR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAH3zQw7vR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zQw7vR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zQGN5I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zQN9YN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAH3zQN9YN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zQN9YN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAH3zQN9YN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAH3zQN9YN .row {
  flex-direction: row-reverse;
}
.cid-uAH3zQN9YN img {
  width: 100%;
}
.cid-uAH3zQWqKY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAH3zQWqKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zQWqKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zR5v9c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAH3zR5v9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zR5v9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zR5v9c .mbr-section-title {
  color: #ffffff;
}
.cid-uAH3zReKyD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zRx7xy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAH3zRx7xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zRx7xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zRx7xy .mbr-section-title {
  color: #ffffff;
}
.cid-uAH3zRIONY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zRPOIF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAH3zRPOIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zRPOIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zRPOIF .mbr-section-title {
  color: #ffffff;
}
.cid-uAH3zRXR4B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zRXR4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zRXR4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zRXR4B .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAH3zRXR4B .item {
    margin-bottom: 4rem;
  }
}
.cid-uAH3zRXR4B .item:last-child .icon-box:before {
  display: none;
}
.cid-uAH3zRXR4B .item.last .icon-box:before {
  display: none;
}
.cid-uAH3zRXR4B .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAH3zRXR4B .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAH3zRXR4B span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAH3zRXR4B .card {
    margin-bottom: 2rem;
  }
  .cid-uAH3zRXR4B .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAH3zRXR4B .mbr-text,
.cid-uAH3zRXR4B .mbr-section-btn {
  text-align: left;
}
.cid-uAH3zSfZNy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAH3zSfZNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zSfZNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zSfZNy .mbr-section-title {
  color: #ffffff;
}
.cid-uAH3zSojLJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zSxebf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAH3zSxebf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zSxebf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zSxebf .mbr-section-title {
  color: #ffffff;
}
.cid-uAH3zSGZJH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zSMSJJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAH3zSMSJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zSMSJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zSMSJJ .mbr-section-title {
  color: #ffffff;
}
.cid-uAH3zSVjii {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zSVjii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zSVjii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zSVjii .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAH3zSVjii .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAH3zSVjii .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAH3zSVjii .panel-body,
.cid-uAH3zSVjii .card-header {
  padding: 1rem 0;
}
.cid-uAH3zSVjii .panel-title-edit {
  color: #000000;
}
.cid-uAH3zT6Ha1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAH3zT6Ha1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH3zT6Ha1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH3zT6Ha1 .mbr-section-title {
  color: #ffffff;
}
.cid-uAH3zTi1gj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAH3zTpTng {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAH3zTpTng .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAH3zTpTng .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAH3zTpTng .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAH3zTpTng .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAH3zTpTng .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAH3zTpTng .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAH3zTpTng .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAH3zTpTng .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAH3zTpTng .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAH3zTpTng .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAH3zTpTng .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAH3zTpTng .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAH3zTpTng .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAH3zTpTng .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAH3zTpTng .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAHcfGK3hU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfGK3hU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfGK3hU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfGK3hU .mbr-section-subtitle {
  text-align: center;
}
.cid-uAHcfGK3hU .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAHcfH09Wn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfH09Wn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAHcfH09Wn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAHcfH09Wn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAHcfH09Wn .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAHcfH09Wn .mbr-text,
.cid-uAHcfH09Wn .mbr-section-btn {
  color: #000000;
}
.cid-uAHcfHcnpd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAHcfHcnpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfHcnpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfHjQXt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfHo9Ny {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAHcfHo9Ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfHo9Ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAHcfHo9Ny .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAHcfHo9Ny .row {
  flex-direction: row-reverse;
}
.cid-uAHcfHo9Ny img {
  width: 100%;
}
.cid-uAHcfHysna {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAHcfHysna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfHysna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfHGqqZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHcfHGqqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfHGqqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfHGqqZ .mbr-section-title {
  color: #ffffff;
}
.cid-uAHcfHOh2a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfHVM1R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHcfHVM1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfHVM1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfHVM1R .mbr-section-title {
  color: #ffffff;
}
.cid-uAHcfI4kUP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfIauHw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHcfIauHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfIauHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfIauHw .mbr-section-title {
  color: #ffffff;
}
.cid-uAHcfIjW5Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfIjW5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfIjW5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfIjW5Q .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAHcfIjW5Q .item {
    margin-bottom: 4rem;
  }
}
.cid-uAHcfIjW5Q .item:last-child .icon-box:before {
  display: none;
}
.cid-uAHcfIjW5Q .item.last .icon-box:before {
  display: none;
}
.cid-uAHcfIjW5Q .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAHcfIjW5Q .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAHcfIjW5Q span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAHcfIjW5Q .card {
    margin-bottom: 2rem;
  }
  .cid-uAHcfIjW5Q .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAHcfIjW5Q .mbr-text,
.cid-uAHcfIjW5Q .mbr-section-btn {
  text-align: left;
}
.cid-uAHcfIFUdw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHcfIFUdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfIFUdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfIFUdw .mbr-section-title {
  color: #ffffff;
}
.cid-uAHcfIO5Ug {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfIV3bx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAHcfIV3bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfIV3bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfIV3bx .mbr-section-title {
  color: #ffffff;
}
.cid-uAHcfJ4u0a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfJaf1H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHcfJaf1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfJaf1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfJaf1H .mbr-section-title {
  color: #ffffff;
}
.cid-uAHcfJoSWr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfJoSWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfJoSWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfJoSWr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAHcfJoSWr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAHcfJoSWr .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAHcfJoSWr .panel-body,
.cid-uAHcfJoSWr .card-header {
  padding: 1rem 0;
}
.cid-uAHcfJoSWr .panel-title-edit {
  color: #000000;
}
.cid-uAHcfJA0Qg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHcfJA0Qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHcfJA0Qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHcfJA0Qg .mbr-section-title {
  color: #ffffff;
}
.cid-uAHcfJJ5ac {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHcfJRhvD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAHcfJRhvD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAHcfJRhvD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAHcfJRhvD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAHcfJRhvD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAHcfJRhvD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAHcfJRhvD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAHcfJRhvD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAHcfJRhvD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAHcfJRhvD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAHcfJRhvD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAHcfJRhvD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAHcfJRhvD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAHcfJRhvD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAHcfJRhvD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAHcfJRhvD .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAHi7OAdbS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7OAdbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7OAdbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7OAdbS .mbr-section-subtitle {
  text-align: center;
}
.cid-uAHi7OAdbS .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAHi7ONcIN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7ONcIN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAHi7ONcIN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAHi7ONcIN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAHi7ONcIN .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAHi7ONcIN .mbr-text,
.cid-uAHi7ONcIN .mbr-section-btn {
  color: #000000;
}
.cid-uAHi7OYkm1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAHi7OYkm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7OYkm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7P8dsP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7PeCte {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAHi7PeCte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7PeCte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAHi7PeCte .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAHi7PeCte .row {
  flex-direction: row-reverse;
}
.cid-uAHi7PeCte img {
  width: 100%;
}
.cid-uAHi7PoiYv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAHi7PoiYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7PoiYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7PwcxG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHi7PwcxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7PwcxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7PwcxG .mbr-section-title {
  color: #ffffff;
}
.cid-uAHjmAwOpr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7PQ91J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHi7PQ91J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7PQ91J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7PQ91J .mbr-section-title {
  color: #ffffff;
}
.cid-uAHi7PYpV0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7Q5Req {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHi7Q5Req .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7Q5Req .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7Q5Req .mbr-section-title {
  color: #ffffff;
}
.cid-uAHi7QdNRZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7QdNRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7QdNRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7QdNRZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAHi7QdNRZ .item {
    margin-bottom: 4rem;
  }
}
.cid-uAHi7QdNRZ .item:last-child .icon-box:before {
  display: none;
}
.cid-uAHi7QdNRZ .item.last .icon-box:before {
  display: none;
}
.cid-uAHi7QdNRZ .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAHi7QdNRZ .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAHi7QdNRZ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAHi7QdNRZ .card {
    margin-bottom: 2rem;
  }
  .cid-uAHi7QdNRZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAHi7QdNRZ .mbr-text,
.cid-uAHi7QdNRZ .mbr-section-btn {
  text-align: left;
}
.cid-uAHi7QAAYV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHi7QAAYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7QAAYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7QAAYV .mbr-section-title {
  color: #ffffff;
}
.cid-uAHi7QKH5e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7QR9si {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAHi7QR9si .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7QR9si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7QR9si .mbr-section-title {
  color: #ffffff;
}
.cid-uAHi7R0bDd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7RapOb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHi7RapOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7RapOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7RapOb .mbr-section-title {
  color: #ffffff;
}
.cid-uAHi7Rsmyq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7Rsmyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7Rsmyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7Rsmyq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAHi7Rsmyq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAHi7Rsmyq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAHi7Rsmyq .panel-body,
.cid-uAHi7Rsmyq .card-header {
  padding: 1rem 0;
}
.cid-uAHi7Rsmyq .panel-title-edit {
  color: #000000;
}
.cid-uAHi7RGIpN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHi7RGIpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHi7RGIpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHi7RGIpN .mbr-section-title {
  color: #ffffff;
}
.cid-uAHi7RRYxd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHi7RZFni {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAHi7RZFni .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAHi7RZFni .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAHi7RZFni .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAHi7RZFni .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAHi7RZFni .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAHi7RZFni .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAHi7RZFni .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAHi7RZFni .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAHi7RZFni .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAHi7RZFni .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAHi7RZFni .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAHi7RZFni .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAHi7RZFni .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAHi7RZFni .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAHi7RZFni .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uAHopVpO2d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHopVpO2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHopVpO2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHopVpO2d .mbr-section-subtitle {
  text-align: center;
}
.cid-uAHopVpO2d .mbr-section-title {
  text-align: center;
  color: #c10ece;
}
.cid-uAHopVYZGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHopVYZGd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAHopVYZGd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAHopVYZGd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAHopVYZGd .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uAHopVYZGd .mbr-text,
.cid-uAHopVYZGd .mbr-section-btn {
  color: #000000;
}
.cid-uAHopWwuIj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAHopWwuIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHopWwuIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHopWVIml {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHopXfyrm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAHopXfyrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHopXfyrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAHopXfyrm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAHopXfyrm .row {
  flex-direction: row-reverse;
}
.cid-uAHopXfyrm img {
  width: 100%;
}
.cid-uAHopXK3uD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAHopXK3uD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHopXK3uD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHopYdLlM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHopYdLlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHopYdLlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHopYdLlM .mbr-section-title {
  color: #ffffff;
}
.cid-uAHopYDGSk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHopYX6Q8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHopYX6Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHopYX6Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHopYX6Q8 .mbr-section-title {
  color: #ffffff;
}
.cid-uAHopZleIf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHopZBsjz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHopZBsjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHopZBsjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHopZBsjz .mbr-section-title {
  color: #ffffff;
}
.cid-uAHopZWV3X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHopZWV3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHopZWV3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHopZWV3X .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uAHopZWV3X .item {
    margin-bottom: 4rem;
  }
}
.cid-uAHopZWV3X .item:last-child .icon-box:before {
  display: none;
}
.cid-uAHopZWV3X .item.last .icon-box:before {
  display: none;
}
.cid-uAHopZWV3X .icon-box {
  background: #078520;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uAHopZWV3X .icon-box {
    margin-right: 1rem;
  }
}
.cid-uAHopZWV3X span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAHopZWV3X .card {
    margin-bottom: 2rem;
  }
  .cid-uAHopZWV3X .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAHopZWV3X .mbr-text,
.cid-uAHopZWV3X .mbr-section-btn {
  text-align: left;
}
.cid-uAHoq0XbdB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHoq0XbdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHoq0XbdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHoq0XbdB .mbr-section-title {
  color: #ffffff;
}
.cid-uAHoq1rdyn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHoq1T0rz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc06da;
}
.cid-uAHoq1T0rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHoq1T0rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHoq1T0rz .mbr-section-title {
  color: #ffffff;
}
.cid-uAHoq2kpz6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHoq2D8Hc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHoq2D8Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHoq2D8Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHoq2D8Hc .mbr-section-title {
  color: #ffffff;
}
.cid-uAHoq37atZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHoq37atZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHoq37atZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHoq37atZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAHoq37atZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAHoq37atZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff001b;
}
.cid-uAHoq37atZ .panel-body,
.cid-uAHoq37atZ .card-header {
  padding: 1rem 0;
}
.cid-uAHoq37atZ .panel-title-edit {
  color: #000000;
}
.cid-uAHoq3GsxR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c10ece;
}
.cid-uAHoq3GsxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHoq3GsxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHoq3GsxR .mbr-section-title {
  color: #ffffff;
}
.cid-uAHoq3OI57 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAHoq3VYE9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAHoq3VYE9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAHoq3VYE9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAHoq3VYE9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAHoq3VYE9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAHoq3VYE9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAHoq3VYE9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAHoq3VYE9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAHoq3VYE9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAHoq3VYE9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAHoq3VYE9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAHoq3VYE9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAHoq3VYE9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAHoq3VYE9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAHoq3VYE9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAHoq3VYE9 .media-container-row .mbr-text {
  color: #ffffff;
}
