.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #580880 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #580880 !important;
  border-color: #580880 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #790bb0 !important;
  border-color: #790bb0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #790bb0 !important;
  border-color: #790bb0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #580880;
  color: #580880;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #20032e !important;
  background-color: transparent !important;
  border-color: #20032e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #580880 !important;
  border-color: #580880 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #580880 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #160220 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #580880;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #580880;
  border-color: #580880;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #580880;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a817f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #580880 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #580880;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #580880;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #580880;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #580880;
  border-bottom-color: #580880;
}
.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: #580880 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23580880' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v98POLhHaC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v98POLhHaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v98POLhHaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v98POLhHaC .row {
  flex-direction: row-reverse;
}
.cid-v98POLhHaC .mbr-description {
  color: #ffffff;
}
.cid-v97WjRp5Xk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v97WjRp5Xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97WjRp5Xk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97WjRp5Xk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v97WjRp5Xk .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-v97WjRp5Xk .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-v97WjFubfb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v97WjFubfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97WjFubfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97WjFubfb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v97WjFubfb .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-v97WjFubfb .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-v98S8yemsg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v98S8yemsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v98S8yemsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v98S8yemsg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v98S8yemsg .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-v98S8yemsg .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-v97WjkJhod {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v97WjkJhod .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97WjkJhod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97WjkJhod .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v97WjkJhod .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-v97WjkJhod .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-v97Wme05Jo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v97Wme05Jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97Wme05Jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97Wme05Jo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v97Wme05Jo .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-v97Wme05Jo .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-v97Wmy1C2h {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v97Wmy1C2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97Wmy1C2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97Wmy1C2h .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v97Wmy1C2h .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-v97Wmy1C2h .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-v9dmBm8Nwv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9dmBm8Nwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dmBm8Nwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dmBm8Nwv .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #580880;
  margin-left: 1rem;
}
.cid-v9dmBm8Nwv .panel-group {
  border: none;
}
.cid-v9dmBm8Nwv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v9dmBm8Nwv .panel-body,
.cid-v9dmBm8Nwv .card-header {
  padding: 1rem 0;
}
.cid-v9dmBm8Nwv .panel-title-edit {
  color: #580880;
}
.cid-v9dmBm8Nwv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v9dmBm8Nwv .mbr-section-title {
  color: #580880;
}
.cid-v9dmBm8Nwv .panel-text {
  color: #580880;
}
.cid-v97XsCIulU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v97XsCIulU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v97XsCIulU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v97XsCIulU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v97XsCIulU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v97XsCIulU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v97XsCIulU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v97XsCIulU .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-v97XsCIulU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v97XsCIulU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v97XsCIulU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v97XsCIulU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v97XsCIulU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v97XsCIulU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v97XsCIulU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v999EKUnyV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v999EKUnyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v999EKUnyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v999EKUnyV .container {
    max-width: 1400px;
  }
}
.cid-v999EKUnyV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v999EKUnyV .row {
  justify-content: center;
}
.cid-v999EKUnyV .card-title,
.cid-v999EKUnyV .iconfont-wrapper {
  color: #ffffff;
}
.cid-v999EKUnyV .card-text {
  color: #ffffff;
}
.cid-v9di6PyxEk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9di6PyxEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9di6PyxEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9di6PyxEk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #580880;
  margin-bottom: 2rem;
}
.cid-v9di6PyxEk .card-wrapper {
  padding: 3rem;
  background: #580880;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v9di6PyxEk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9di6PyxEk .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v9di6PyxEk .mbr-section-title {
  color: #580880;
}
.cid-v9di6PyxEk .link {
  text-align: center;
  color: #f7f7f7;
}
.cid-v9di6PyxEk .card-title {
  color: #ffffff;
}
.cid-v9di6PyxEk .mbr-text {
  color: #f7f7f7;
}
.cid-v99boI9VG8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v99boI9VG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v99boI9VG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v999jHvKFM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v999jHvKFM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v999jHvKFM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v999jHvKFM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v999jHvKFM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v999jHvKFM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v999jHvKFM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v999jHvKFM .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-v999jHvKFM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v999jHvKFM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v999jHvKFM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v999jHvKFM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v999jHvKFM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v999jHvKFM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v999jHvKFM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9dyC05zjG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9dyC05zjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dyC05zjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9dyC05zjG .container {
    max-width: 1400px;
  }
}
.cid-v9dyC05zjG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9dyC05zjG .row {
  justify-content: center;
}
.cid-v9dyC05zjG .card-title,
.cid-v9dyC05zjG .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9dyC05zjG .card-text {
  color: #ffffff;
}
.cid-v9f117OQwW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #580880;
}
.cid-v9f117OQwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f117OQwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f117OQwW .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v9f117OQwW .plan-body {
  padding-bottom: 2rem;
}
.cid-v9f117OQwW .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9f117OQwW .price {
  color: #580880;
  text-align: center;
}
.cid-v9f117OQwW .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v9f117OQwW .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v9f117OQwW .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v9f117OQwW .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9f117OQwW .plan {
    margin-bottom: 2rem;
  }
}
.cid-v9f117OQwW .plan-title {
  color: #580880;
}
.cid-v9f1caIJFe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9f1caIJFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f1caIJFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f1caIJFe .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v9f1caIJFe .mbr-section-title,
.cid-v9f1caIJFe .mbr-section-subtitle {
  text-align: center;
}
.cid-v9f1caIJFe .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v9f1caIJFe .item-wrapper {
  border-radius: 4px;
  background-color: #580880;
}
.cid-v9f1caIJFe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9f1caIJFe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v9f1caIJFe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9f1caIJFe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v9f1caIJFe .mbr-text {
  color: #bbbbbb;
  text-align: justify;
}
.cid-v9f1caIJFe .card-title {
  color: #ffffff;
}
.cid-v9f1caIJFe .cost {
  color: #ffa600;
  text-align: left;
}
.cid-v9f1caIJFe .mbr-section-title {
  color: #580880;
}
.cid-v9dyC0SOVH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9dyC0SOVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dyC0SOVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dyC1m5DY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9dyC1m5DY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9dyC1m5DY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9dyC1m5DY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9dyC1m5DY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9dyC1m5DY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9dyC1m5DY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9dyC1m5DY .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-v9dyC1m5DY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9dyC1m5DY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9dyC1m5DY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9dyC1m5DY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9dyC1m5DY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9dyC1m5DY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9dyC1m5DY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9dzb2roYq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9dzb2roYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dzb2roYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9dzb2roYq .container {
    max-width: 1400px;
  }
}
.cid-v9dzb2roYq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9dzb2roYq .row {
  justify-content: center;
}
.cid-v9dzb2roYq .card-title,
.cid-v9dzb2roYq .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9dzb2roYq .card-text {
  color: #ffffff;
}
.cid-v9dRXirHPe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9dRXirHPe .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-v9dRXirHPe .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-v9dRXirHPe .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-v9dRXirHPe .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #580880;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9dRXirHPe .mbr-section-title {
  color: #580880;
}
.cid-v9dRXirHPe .mbr-text {
  color: #580880;
}
.cid-v9dzb2PYZ7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9dzb2PYZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dzb2PYZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dzb36DG7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9dzb36DG7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9dzb36DG7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9dzb36DG7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9dzb36DG7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9dzb36DG7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9dzb36DG7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9dzb36DG7 .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-v9dzb36DG7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9dzb36DG7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9dzb36DG7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9dzb36DG7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9dzb36DG7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9dzb36DG7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9dzb36DG7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9dzaxvZ2T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9dzaxvZ2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dzaxvZ2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9dzaxvZ2T .container {
    max-width: 1400px;
  }
}
.cid-v9dzaxvZ2T .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9dzaxvZ2T .row {
  justify-content: center;
}
.cid-v9dzaxvZ2T .card-title,
.cid-v9dzaxvZ2T .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9dzaxvZ2T .card-text {
  color: #ffffff;
}
.cid-v9eIbDw9oy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9eIbDw9oy img,
.cid-v9eIbDw9oy .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v9eIbDw9oy .item:focus,
.cid-v9eIbDw9oy span:focus {
  outline: none;
}
.cid-v9eIbDw9oy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9eIbDw9oy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9eIbDw9oy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v9eIbDw9oy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9eIbDw9oy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v9eIbDw9oy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v9eIbDw9oy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9eIbDw9oy .mbr-section-title {
  color: #580880;
}
.cid-v9eIbDw9oy .mbr-text,
.cid-v9eIbDw9oy .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v9eIbDw9oy .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9eIbDw9oy .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v9eIbDw9oy .mbr-section-subtitle {
  color: #580880;
}
.cid-v9eKnFfdeA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9eKnFfdeA img,
.cid-v9eKnFfdeA .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v9eKnFfdeA .item:focus,
.cid-v9eKnFfdeA span:focus {
  outline: none;
}
.cid-v9eKnFfdeA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9eKnFfdeA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9eKnFfdeA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v9eKnFfdeA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9eKnFfdeA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v9eKnFfdeA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v9eKnFfdeA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9eKnFfdeA .mbr-section-title {
  color: #580880;
}
.cid-v9eKnFfdeA .mbr-text,
.cid-v9eKnFfdeA .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v9eKnFfdeA .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9eKnFfdeA .item-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-v9eKnFfdeA .mbr-section-subtitle {
  color: #580880;
}
.cid-v9dzaxRFmX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9dzaxRFmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dzaxRFmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dzaya4fK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9dzaya4fK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9dzaya4fK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9dzaya4fK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9dzaya4fK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9dzaya4fK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9dzaya4fK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9dzaya4fK .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-v9dzaya4fK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9dzaya4fK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9dzaya4fK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9dzaya4fK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9dzaya4fK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9dzaya4fK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9dzaya4fK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9iWkI8LjZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9iWkI8LjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWkI8LjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9iWkI8LjZ .container {
    max-width: 1400px;
  }
}
.cid-v9iWkI8LjZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9iWkI8LjZ .row {
  justify-content: center;
}
.cid-v9iWkI8LjZ .card-title,
.cid-v9iWkI8LjZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9iWkI8LjZ .card-text {
  color: #ffffff;
}
.cid-v9j0wh9l23 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9j0wh9l23 img,
.cid-v9j0wh9l23 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v9j0wh9l23 .item:focus,
.cid-v9j0wh9l23 span:focus {
  outline: none;
}
.cid-v9j0wh9l23 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9j0wh9l23 .item {
    margin-bottom: 1rem;
  }
}
.cid-v9j0wh9l23 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9j0wh9l23 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v9j0wh9l23 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v9j0wh9l23 .item-wrapper {
  position: relative;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9j0wh9l23 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9j0wh9l23 .mbr-section-title {
  color: #000000;
}
.cid-v9j0wh9l23 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v9j0wh9l23 .item-subtitle {
  text-align: left;
}
.cid-v9j0wh9l23 .mbr-text,
.cid-v9j0wh9l23 .item .mbr-section-btn {
  text-align: left;
  color: #a6a99c;
}
.cid-v9j0wh9l23 .content-head {
  max-width: 800px;
}
.cid-v9j0wh9l23 .mbr-section-subtitle,
.cid-v9j0wh9l23 .mbr-section-head .mbr-section-btn {
  color: #580880;
}
.cid-v9iWkISXUY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9iWkISXUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWkISXUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9iWkJlFAe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9iWkJlFAe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9iWkJlFAe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9iWkJlFAe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9iWkJlFAe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9iWkJlFAe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9iWkJlFAe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9iWkJlFAe .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-v9iWkJlFAe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9iWkJlFAe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9iWkJlFAe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9iWkJlFAe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9iWkJlFAe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9iWkJlFAe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9iWkJlFAe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9iWwl7CEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9iWwl7CEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWwl7CEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9iWwl7CEP .container {
    max-width: 1400px;
  }
}
.cid-v9iWwl7CEP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9iWwl7CEP .row {
  justify-content: center;
}
.cid-v9iWwl7CEP .card-title,
.cid-v9iWwl7CEP .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9iWwl7CEP .card-text {
  color: #ffffff;
}
.cid-v9j6BFtcqg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v9j6BFtcqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9j6BFtcqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9j6BFtcqg .number-wrap {
  color: #580880;
  text-align: center;
}
.cid-v9j6BFtcqg .number {
  color: #580880;
}
.cid-v9j6BFtcqg .period {
  display: block;
}
.cid-v9j6BFtcqg .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-v9j6BFtcqg .period {
    font-size: 0.8rem;
  }
}
.cid-v9j6BFtcqg .btn {
  height: 100%;
  margin: 0;
}
.cid-v9j6BFtcqg .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-v9j6BFtcqg .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-v9j6BFtcqg .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #580880;
  border: 2px solid #580880;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v9j6BFtcqg .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-v9j6BFtcqg .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #580880;
  color: #ffffff;
}
.cid-v9j6BFtcqg .mbr-section-title {
  color: #580880;
}
.cid-v9j6BFtcqg .mbr-text,
.cid-v9j6BFtcqg .mbr-section-btn {
  color: #580880;
}
.cid-v9iWwlwqtd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9iWwlwqtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWwlwqtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9iWwlPEVx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9iWwlPEVx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9iWwlPEVx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9iWwlPEVx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9iWwlPEVx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9iWwlPEVx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9iWwlPEVx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9iWwlPEVx .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-v9iWwlPEVx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9iWwlPEVx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9iWwlPEVx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9iWwlPEVx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9iWwlPEVx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9iWwlPEVx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9iWwlPEVx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9iWygMvtr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9iWygMvtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWygMvtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9iWygMvtr .container {
    max-width: 1400px;
  }
}
.cid-v9iWygMvtr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9iWygMvtr .row {
  justify-content: center;
}
.cid-v9iWygMvtr .card-title,
.cid-v9iWygMvtr .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9iWygMvtr .card-text {
  color: #ffffff;
}
.cid-v9jHhhoujK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9jHhhoujK img,
.cid-v9jHhhoujK .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v9jHhhoujK .item:focus,
.cid-v9jHhhoujK span:focus {
  outline: none;
}
.cid-v9jHhhoujK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9jHhhoujK .item {
    margin-bottom: 1rem;
  }
}
.cid-v9jHhhoujK .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9jHhhoujK .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v9jHhhoujK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v9jHhhoujK .item-wrapper {
  position: relative;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9jHhhoujK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9jHhhoujK .mbr-section-title {
  color: #000000;
}
.cid-v9jHhhoujK .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v9jHhhoujK .item-subtitle {
  text-align: left;
}
.cid-v9jHhhoujK .mbr-text,
.cid-v9jHhhoujK .item .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v9jHhhoujK .content-head {
  max-width: 800px;
}
.cid-v9iWyh9bDo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9iWyh9bDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWyh9bDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9iWyhu5OR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9iWyhu5OR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9iWyhu5OR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9iWyhu5OR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9iWyhu5OR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9iWyhu5OR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9iWyhu5OR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9iWyhu5OR .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-v9iWyhu5OR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9iWyhu5OR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9iWyhu5OR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9iWyhu5OR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9iWyhu5OR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9iWyhu5OR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9iWyhu5OR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9iWBuxziC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9iWBuxziC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWBuxziC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9iWBuxziC .container {
    max-width: 1400px;
  }
}
.cid-v9iWBuxziC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9iWBuxziC .row {
  justify-content: center;
}
.cid-v9iWBuxziC .card-title,
.cid-v9iWBuxziC .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9iWBuxziC .card-text {
  color: #ffffff;
}
.cid-v9v2NAFFZP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9v2NAFFZP img,
.cid-v9v2NAFFZP .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v9v2NAFFZP .item:focus,
.cid-v9v2NAFFZP span:focus {
  outline: none;
}
.cid-v9v2NAFFZP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9v2NAFFZP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9v2NAFFZP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9v2NAFFZP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v9v2NAFFZP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9v2NAFFZP .mbr-section-title {
  color: #232323;
}
.cid-v9v2NAFFZP .mbr-text,
.cid-v9v2NAFFZP .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v9v2NAFFZP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v9v2NAFFZP .item-subtitle {
  text-align: left;
}
.cid-v9iWBvdJzT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9iWBvdJzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWBvdJzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9iWBvOhjD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9iWBvOhjD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9iWBvOhjD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9iWBvOhjD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9iWBvOhjD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9iWBvOhjD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9iWBvOhjD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9iWBvOhjD .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-v9iWBvOhjD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9iWBvOhjD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9iWBvOhjD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9iWBvOhjD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9iWBvOhjD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9iWBvOhjD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9iWBvOhjD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9iWCXGGCb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9iWCXGGCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWCXGGCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9iWCXGGCb .container {
    max-width: 1400px;
  }
}
.cid-v9iWCXGGCb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9iWCXGGCb .row {
  justify-content: center;
}
.cid-v9iWCXGGCb .card-title,
.cid-v9iWCXGGCb .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9iWCXGGCb .card-text {
  color: #ffffff;
}
.cid-v9v80a66Hi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9v80a66Hi img,
.cid-v9v80a66Hi .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v9v80a66Hi .item:focus,
.cid-v9v80a66Hi span:focus {
  outline: none;
}
.cid-v9v80a66Hi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9v80a66Hi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9v80a66Hi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9v80a66Hi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v9v80a66Hi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9v80a66Hi .mbr-section-title {
  color: #232323;
}
.cid-v9v80a66Hi .mbr-text,
.cid-v9v80a66Hi .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v9v80a66Hi .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v9v80a66Hi .item-subtitle {
  text-align: left;
}
.cid-v9iWCY2xqG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9iWCY2xqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWCY2xqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9iWCYofkJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9iWCYofkJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9iWCYofkJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9iWCYofkJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9iWCYofkJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9iWCYofkJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9iWCYofkJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9iWCYofkJ .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-v9iWCYofkJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9iWCYofkJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9iWCYofkJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9iWCYofkJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9iWCYofkJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9iWCYofkJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9iWCYofkJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9iWHLlYgF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9iWHLlYgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWHLlYgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9iWHLlYgF .container {
    max-width: 1400px;
  }
}
.cid-v9iWHLlYgF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9iWHLlYgF .row {
  justify-content: center;
}
.cid-v9iWHLlYgF .card-title,
.cid-v9iWHLlYgF .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9iWHLlYgF .card-text {
  color: #ffffff;
}
.cid-v9v82ZLLxU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9v82ZLLxU img,
.cid-v9v82ZLLxU .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v9v82ZLLxU .item:focus,
.cid-v9v82ZLLxU span:focus {
  outline: none;
}
.cid-v9v82ZLLxU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9v82ZLLxU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9v82ZLLxU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9v82ZLLxU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v9v82ZLLxU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9v82ZLLxU .mbr-section-title {
  color: #232323;
}
.cid-v9v82ZLLxU .mbr-text,
.cid-v9v82ZLLxU .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v9v82ZLLxU .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v9v82ZLLxU .item-subtitle {
  text-align: left;
}
.cid-v9iWHM7xjK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9iWHM7xjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWHM7xjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9iWHMEfUm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9iWHMEfUm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9iWHMEfUm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9iWHMEfUm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9iWHMEfUm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9iWHMEfUm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9iWHMEfUm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9iWHMEfUm .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-v9iWHMEfUm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9iWHMEfUm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9iWHMEfUm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9iWHMEfUm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9iWHMEfUm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9iWHMEfUm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9iWHMEfUm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9jCqBeBDL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9jCqBeBDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jCqBeBDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9jCqBeBDL .container {
    max-width: 1400px;
  }
}
.cid-v9jCqBeBDL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9jCqBeBDL .row {
  justify-content: center;
}
.cid-v9jCqBeBDL .card-title,
.cid-v9jCqBeBDL .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9jCqBeBDL .card-text {
  color: #ffffff;
}
.cid-v9v84ZS9DW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9v84ZS9DW img,
.cid-v9v84ZS9DW .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v9v84ZS9DW .item:focus,
.cid-v9v84ZS9DW span:focus {
  outline: none;
}
.cid-v9v84ZS9DW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9v84ZS9DW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9v84ZS9DW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9v84ZS9DW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v9v84ZS9DW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9v84ZS9DW .mbr-section-title {
  color: #232323;
}
.cid-v9v84ZS9DW .mbr-text,
.cid-v9v84ZS9DW .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v9v84ZS9DW .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v9v84ZS9DW .item-subtitle {
  text-align: left;
}
.cid-v9jCqBsWBh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9jCqBsWBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jCqBsWBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jCqBGu5K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9jCqBGu5K .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9jCqBGu5K .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9jCqBGu5K .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9jCqBGu5K .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9jCqBGu5K .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9jCqBGu5K .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9jCqBGu5K .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-v9jCqBGu5K .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9jCqBGu5K .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9jCqBGu5K .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9jCqBGu5K .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9jCqBGu5K .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9jCqBGu5K .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9jCqBGu5K .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9jCFlgXsl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9jCFlgXsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jCFlgXsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9jCFlgXsl .container {
    max-width: 1400px;
  }
}
.cid-v9jCFlgXsl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9jCFlgXsl .row {
  justify-content: center;
}
.cid-v9jCFlgXsl .card-title,
.cid-v9jCFlgXsl .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9jCFlgXsl .card-text {
  color: #ffffff;
}
.cid-v9jCFlztre {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v9jCFlztre .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jCFlztre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jCFlztre .number-wrap {
  color: #580880;
  text-align: center;
}
.cid-v9jCFlztre .number {
  color: #580880;
}
.cid-v9jCFlztre .period {
  display: block;
}
.cid-v9jCFlztre .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-v9jCFlztre .period {
    font-size: 0.8rem;
  }
}
.cid-v9jCFlztre .btn {
  height: 100%;
  margin: 0;
}
.cid-v9jCFlztre .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-v9jCFlztre .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-v9jCFlztre .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #580880;
  border: 2px solid #580880;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v9jCFlztre .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-v9jCFlztre .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #580880;
  color: #ffffff;
}
.cid-v9jCFlztre .mbr-section-title {
  color: #580880;
}
.cid-v9jCFlztre .mbr-text,
.cid-v9jCFlztre .mbr-section-btn {
  color: #580880;
}
.cid-v9jCFlRS9v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9jCFlRS9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jCFlRS9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jCFm3DPj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9jCFm3DPj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9jCFm3DPj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9jCFm3DPj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9jCFm3DPj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9jCFm3DPj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9jCFm3DPj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9jCFm3DPj .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-v9jCFm3DPj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9jCFm3DPj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9jCFm3DPj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9jCFm3DPj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9jCFm3DPj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9jCFm3DPj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9jCFm3DPj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9iWLASFV9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9iWLASFV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWLASFV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9iWLASFV9 .container {
    max-width: 1400px;
  }
}
.cid-v9iWLASFV9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9iWLASFV9 .row {
  justify-content: center;
}
.cid-v9iWLASFV9 .card-title,
.cid-v9iWLASFV9 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9iWLASFV9 .card-text {
  color: #ffffff;
}
.cid-v9kqCJ7WIj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9kqCJ7WIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9kqCJ7WIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9kqCJ7WIj .card-wrapper {
  background: #580880;
}
@media (max-width: 767px) {
  .cid-v9kqCJ7WIj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v9kqCJ7WIj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v9kqCJ7WIj .card-wrapper {
    padding: 4rem;
  }
}
.cid-v9kqCJ7WIj .mbr-text,
.cid-v9kqCJ7WIj .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v9kqCJ7WIj .card-title,
.cid-v9kqCJ7WIj .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-v9iWLBJthT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9iWLBJthT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWLBJthT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9iWLCoLJX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9iWLCoLJX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9iWLCoLJX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9iWLCoLJX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9iWLCoLJX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9iWLCoLJX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9iWLCoLJX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9iWLCoLJX .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-v9iWLCoLJX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9iWLCoLJX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9iWLCoLJX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9iWLCoLJX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9iWLCoLJX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9iWLCoLJX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9iWLCoLJX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9dzzojGpp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9dzzojGpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dzzojGpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9dzzojGpp .container {
    max-width: 1400px;
  }
}
.cid-v9dzzojGpp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9dzzojGpp .row {
  justify-content: center;
}
.cid-v9dzzojGpp .card-title,
.cid-v9dzzojGpp .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9dzzojGpp .card-text {
  color: #ffffff;
}
.cid-v9f9KRgbLR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9f9KRgbLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f9KRgbLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f9KRgbLR .mbr-section-subtitle {
  color: #580880;
}
.cid-v9faDIAMN4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9faDIAMN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9faDIAMN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9faDIAMN4 .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v9faDIAMN4 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v9faDIAMN4 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v9faDIAMN4 .wrapper {
  padding: 30px 0;
}
.cid-v9faDIAMN4 .mbr-section-title {
  color: #fafafa;
}
.cid-v9faDIAMN4 .mbr-text,
.cid-v9faDIAMN4 .mbr-section-btn {
  color: #580880;
}
.cid-v9faDIAMN4 mbr-section-title {
  color: #580880;
}
.cid-v9dzzoHEUL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9dzzoHEUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dzzoHEUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dzzoYZ24 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9dzzoYZ24 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9dzzoYZ24 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9dzzoYZ24 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9dzzoYZ24 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9dzzoYZ24 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9dzzoYZ24 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9dzzoYZ24 .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-v9dzzoYZ24 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9dzzoYZ24 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9dzzoYZ24 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9dzzoYZ24 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9dzzoYZ24 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9dzzoYZ24 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9dzzoYZ24 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9iWJ4DdzZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9iWJ4DdzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWJ4DdzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9iWJ4DdzZ .container {
    max-width: 1400px;
  }
}
.cid-v9iWJ4DdzZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9iWJ4DdzZ .row {
  justify-content: center;
}
.cid-v9iWJ4DdzZ .card-title,
.cid-v9iWJ4DdzZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9iWJ4DdzZ .card-text {
  color: #ffffff;
}
.cid-v9ksLPYj8S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9ksLPYj8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ksLPYj8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ksLPYj8S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v9ksLPYj8S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v9ksLPYj8S .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #580880;
}
.cid-v9ksLPYj8S .panel-body,
.cid-v9ksLPYj8S .card-header {
  padding: 1rem 0;
}
.cid-v9ksLPYj8S .panel-title-edit {
  color: #580880;
}
.cid-v9ksLPYj8S .mbr-section-title {
  color: #580880;
}
.cid-v9ksLPYj8S .panel-text {
  color: #580880;
}
.cid-v9iWJ50AWY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9iWJ50AWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9iWJ50AWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9iWJ5ixuu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9iWJ5ixuu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9iWJ5ixuu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9iWJ5ixuu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9iWJ5ixuu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9iWJ5ixuu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9iWJ5ixuu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9iWJ5ixuu .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-v9iWJ5ixuu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9iWJ5ixuu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9iWJ5ixuu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9iWJ5ixuu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9iWJ5ixuu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9iWJ5ixuu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9iWJ5ixuu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9j5X3x1q8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #580880;
}
.cid-v9j5X3x1q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9j5X3x1q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9j5X3x1q8 .container {
    max-width: 1400px;
  }
}
.cid-v9j5X3x1q8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9j5X3x1q8 .row {
  justify-content: center;
}
.cid-v9j5X3x1q8 .card-title,
.cid-v9j5X3x1q8 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v9j5X3x1q8 .card-text {
  color: #ffffff;
}
.cid-v9j5X4m1HT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9j5X4m1HT img,
.cid-v9j5X4m1HT .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v9j5X4m1HT .item:focus,
.cid-v9j5X4m1HT span:focus {
  outline: none;
}
.cid-v9j5X4m1HT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9j5X4m1HT .item {
    margin-bottom: 1rem;
  }
}
.cid-v9j5X4m1HT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9j5X4m1HT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v9j5X4m1HT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v9j5X4m1HT .item-wrapper {
  position: relative;
  background: #580880;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9j5X4m1HT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9j5X4m1HT .mbr-section-title {
  color: #000000;
}
.cid-v9j5X4m1HT .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v9j5X4m1HT .item-subtitle {
  text-align: left;
}
.cid-v9j5X4m1HT .mbr-text,
.cid-v9j5X4m1HT .item .mbr-section-btn {
  text-align: left;
  color: #a6a99c;
}
.cid-v9j5X4m1HT .content-head {
  max-width: 800px;
}
.cid-v9j5X4m1HT .mbr-section-subtitle,
.cid-v9j5X4m1HT .mbr-section-head .mbr-section-btn {
  color: #580880;
}
.cid-v9j8Fxnntp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v9j8Fxnntp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9j8Fxnntp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9j8Fxnntp .container {
    max-width: 1400px;
  }
}
.cid-v9j8Fxnntp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9j8Fxnntp .row {
  justify-content: center;
}
.cid-v9j8Fxnntp .card-title,
.cid-v9j8Fxnntp .iconfont-wrapper {
  color: #580880;
}
.cid-v9j8Fxnntp .card-text {
  color: #580880;
}
.cid-v9j5X58FUu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-v9j5X58FUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9j5X58FUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9j93tvcr0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-v9j93tvcr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9j93tvcr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9j5X5J1Fy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #580880;
}
.cid-v9j5X5J1Fy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9j5X5J1Fy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9j5X5J1Fy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9j5X5J1Fy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9j5X5J1Fy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9j5X5J1Fy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9j5X5J1Fy .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-v9j5X5J1Fy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9j5X5J1Fy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9j5X5J1Fy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9j5X5J1Fy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9j5X5J1Fy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9j5X5J1Fy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9j5X5J1Fy .media-container-row .row-copirayt p {
  width: 100%;
}
