.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: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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))));
  }
  .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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 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))));
  }
  .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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff8c00 !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: #ff8c00 !important;
  border-color: #ff8c00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffa333 !important;
  border-color: #ffa333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa333 !important;
  border-color: #ffa333 !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: #ff8c00;
  color: #ff8c00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a85c00 !important;
  background-color: transparent !important;
  border-color: #a85c00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8c00 !important;
  border-color: #ff8c00 !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: #ff8c00 !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: #995400 !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: #ff8c00;
}
.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: #ff8c00;
  border-color: #ff8c00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8c00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe8cc;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: #ff8c00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #ff8c00;
}
/* 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: #ff8c00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8c00;
}
.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: #ff8c00;
  border-bottom-color: #ff8c00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8c00 !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='%23ff8c00' %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-v6XjyEZb2g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6XjyEZb2g nav.navbar {
  position: fixed;
}
.cid-v6XjyEZb2g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6XjyEZb2g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6XjyEZb2g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6XjyEZb2g .dropdown-item:hover,
.cid-v6XjyEZb2g .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6XjyEZb2g .dropdown-item:hover span {
  color: white;
}
.cid-v6XjyEZb2g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6XjyEZb2g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6XjyEZb2g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6XjyEZb2g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6XjyEZb2g .nav-link {
  position: relative;
}
.cid-v6XjyEZb2g .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6XjyEZb2g .container {
    flex-wrap: wrap;
  }
}
.cid-v6XjyEZb2g .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6XjyEZb2g .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6XjyEZb2g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6XjyEZb2g .dropdown-menu,
.cid-v6XjyEZb2g .navbar.opened {
  background: #845af6 !important;
}
.cid-v6XjyEZb2g .nav-item:focus,
.cid-v6XjyEZb2g .nav-link:focus {
  outline: none;
}
.cid-v6XjyEZb2g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6XjyEZb2g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6XjyEZb2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6XjyEZb2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6XjyEZb2g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6XjyEZb2g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6XjyEZb2g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6XjyEZb2g .navbar.opened {
  transition: all 0.3s;
}
.cid-v6XjyEZb2g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6XjyEZb2g .navbar .navbar-logo img {
  width: auto;
}
.cid-v6XjyEZb2g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6XjyEZb2g .navbar.collapsed {
  justify-content: center;
}
.cid-v6XjyEZb2g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6XjyEZb2g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6XjyEZb2g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6XjyEZb2g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6XjyEZb2g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6XjyEZb2g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6XjyEZb2g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6XjyEZb2g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6XjyEZb2g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6XjyEZb2g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6XjyEZb2g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6XjyEZb2g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6XjyEZb2g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6XjyEZb2g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6XjyEZb2g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6XjyEZb2g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6XjyEZb2g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6XjyEZb2g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6XjyEZb2g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6XjyEZb2g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6XjyEZb2g .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6XjyEZb2g .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6XjyEZb2g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6XjyEZb2g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6XjyEZb2g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6XjyEZb2g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6XjyEZb2g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6XjyEZb2g .dropdown-item.active,
.cid-v6XjyEZb2g .dropdown-item:active {
  background-color: transparent;
}
.cid-v6XjyEZb2g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6XjyEZb2g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6XjyEZb2g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6XjyEZb2g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6XjyEZb2g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6XjyEZb2g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6XjyEZb2g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6XjyEZb2g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6XjyEZb2g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6XjyEZb2g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6XjyEZb2g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6XjyEZb2g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6XjyEZb2g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6XjyEZb2g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6XjyEZb2g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6XjyEZb2g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6XjyEZb2g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6XjyEZb2g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6XjyEZb2g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6XjyEZb2g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6XjyEZb2g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6XjyEZb2g .navbar {
    height: 70px;
  }
  .cid-v6XjyEZb2g .navbar.opened {
    height: auto;
  }
  .cid-v6XjyEZb2g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6XjyFn0gL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6XjyFn0gL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyFn0gL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyFn0gL .mbr-section-title {
  text-align: center;
}
.cid-v6XjyFBr77 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyFBr77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyFBr77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6XjyFBr77 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XjyFBr77 .row {
  flex-direction: row-reverse;
}
.cid-v6XjyFBr77 img {
  width: 100%;
}
.cid-v6XjyFNdNT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyFNdNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyFNdNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyFNdNT .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XjyFNdNT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XjyFNdNT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XjyFNdNT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XjyFNdNT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XjyFNdNT .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6XjyFNdNT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XjyFNdNT .mbr-text,
.cid-v6XjyFNdNT .mbr-section-btn {
  text-align: center;
}
.cid-v6XjyG0M2D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyG0M2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyG0M2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyG0M2D .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyGkxCj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyGkxCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyGkxCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyGkxCj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XjyGkxCj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XjyGkxCj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XjyGkxCj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XjyGkxCj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XjyGkxCj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XjyGkxCj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XjyGkxCj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XjyIEXG8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyIEXG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyIEXG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyIEXG8 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyIEXG8 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyIUejT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6XjyIUejT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyIUejT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyIUejT .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XjyIUejT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XjyIUejT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XjyIUejT .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XjyIUejT .mbr-text {
  text-align: left;
}
.cid-v6XjyJv09Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyJv09Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyJv09Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyJv09Y .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyJv09Y .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyJPhzf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyJPhzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyJPhzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyJPhzf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XjyJPhzf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XjyJPhzf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XjyJPhzf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XjyJPhzf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XjyJPhzf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XjyJPhzf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XjyJPhzf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XjyKaZ7k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyKaZ7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyKaZ7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyKaZ7k .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyKaZ7k .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyKvxfB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6XjyKvxfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyKvxfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyKvxfB .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XjyKvxfB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XjyKvxfB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XjyKvxfB .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XjyKvxfB .mbr-text {
  text-align: justify;
}
.cid-v6XjyKPbeZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyKPbeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyKPbeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyKPbeZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyKPbeZ .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyL96Ry {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyL96Ry .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyL96Ry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyL96Ry .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XjyL96Ry .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XjyL96Ry .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XjyL96Ry .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XjyL96Ry .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XjyL96Ry .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XjyL96Ry .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XjyL96Ry .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XjyLyc5X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyLyc5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyLyc5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyLyc5X .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyLyc5X .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyMlBl2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6XjyMlBl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyMlBl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyMlBl2 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XjyMlBl2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XjyMlBl2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XjyMlBl2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XjyMlBl2 .mbr-text {
  text-align: justify;
}
.cid-v6XjyNlHAA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyNlHAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyNlHAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyNlHAA .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyNlHAA .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyNCBnG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyNCBnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyNCBnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyNCBnG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XjyNCBnG .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XjyNCBnG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XjyNCBnG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XjyNCBnG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XjyNCBnG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XjyNCBnG .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XjyNCBnG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XjyNUT8w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyNUT8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyNUT8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyNUT8w .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyNUT8w .mbr-section-title {
  color: #ffffff;
}
.cid-v6XpuL3VHp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v6XpuL3VHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XpuL3VHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XpuL3VHp .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XpuL3VHp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XpuL3VHp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XpuL3VHp .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XpuL3VHp .mbr-text {
  text-align: justify;
}
.cid-v6Xq9xrKp0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Xq9xrKp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Xq9xrKp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Xq9xrKp0 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Xq9xrKp0 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyOK51Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyOK51Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyOK51Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyOK51Q .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XjyOK51Q .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XjyOK51Q .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XjyOK51Q .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XjyOK51Q .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XjyOK51Q .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XjyOK51Q .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XjyOK51Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XjyOr9yY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyOr9yY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyOr9yY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyOr9yY .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyOr9yY .mbr-section-title {
  color: #ffffff;
}
.cid-v6Xr9qnErD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v6Xr9qnErD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Xr9qnErD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Xr9qnErD .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6Xr9qnErD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6Xr9qnErD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6Xr9qnErD .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6Xr9qnErD .mbr-text {
  text-align: justify;
}
.cid-v6XrZkUAat {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XrZkUAat .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XrZkUAat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XrZkUAat .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XrZkUAat .mbr-section-title {
  color: #ffffff;
}
.cid-v6Xq8DnA5z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Xq8DnA5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Xq8DnA5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Xq8DnA5z .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Xq8DnA5z .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Xq8DnA5z .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Xq8DnA5z .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Xq8DnA5z .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Xq8DnA5z .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Xq8DnA5z .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Xq8DnA5z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XjyP19u5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyP19u5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyP19u5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyP19u5 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyP19u5 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyPh2EH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyPh2EH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyPh2EH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyPh2EH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6XjyPh2EH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6XjyPh2EH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6XjyPh2EH .panel-body,
.cid-v6XjyPh2EH .card-header {
  padding: 1rem 0;
}
.cid-v6XjyPh2EH .panel-title-edit {
  color: #000000;
}
.cid-v6XjyPD1dZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyPD1dZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyPD1dZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyPUK5V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyPUK5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyPUK5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6XjyPUK5V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XjyPUK5V .row {
  flex-direction: row-reverse;
}
.cid-v6XjyPUK5V img {
  width: 100%;
}
.cid-v6XjyQcqy7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6XjyQqkH0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XjyQqkH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyQqkH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyQqkH0 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XjyQqkH0 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XjyQHgQm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyQHgQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyQHgQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6XjyQHgQm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XjyQHgQm .row {
  flex-direction: row-reverse;
}
.cid-v6XjyQHgQm img {
  width: 100%;
}
.cid-v6XjyQYypr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XjyQYypr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XjyQYypr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XjyQYypr .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6XjyQYypr .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XjyQYypr .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XjyQYypr .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6XjyRfSFg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6XjyRfSFg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6XjyRfSFg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6XjyRfSFg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6XjyRfSFg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6XjyRfSFg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6XjyRfSFg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6XjyRfSFg .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-v6XjyRfSFg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6XjyRfSFg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6XjyRfSFg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6XjyRfSFg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6XjyRfSFg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6XjyRfSFg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6XjyRfSFg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6XEeE1CcJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6XEeE1CcJ nav.navbar {
  position: fixed;
}
.cid-v6XEeE1CcJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6XEeE1CcJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6XEeE1CcJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6XEeE1CcJ .dropdown-item:hover,
.cid-v6XEeE1CcJ .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6XEeE1CcJ .dropdown-item:hover span {
  color: white;
}
.cid-v6XEeE1CcJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6XEeE1CcJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6XEeE1CcJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6XEeE1CcJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6XEeE1CcJ .nav-link {
  position: relative;
}
.cid-v6XEeE1CcJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6XEeE1CcJ .container {
    flex-wrap: wrap;
  }
}
.cid-v6XEeE1CcJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6XEeE1CcJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6XEeE1CcJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6XEeE1CcJ .dropdown-menu,
.cid-v6XEeE1CcJ .navbar.opened {
  background: #845af6 !important;
}
.cid-v6XEeE1CcJ .nav-item:focus,
.cid-v6XEeE1CcJ .nav-link:focus {
  outline: none;
}
.cid-v6XEeE1CcJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6XEeE1CcJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6XEeE1CcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6XEeE1CcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6XEeE1CcJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6XEeE1CcJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6XEeE1CcJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6XEeE1CcJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v6XEeE1CcJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6XEeE1CcJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v6XEeE1CcJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6XEeE1CcJ .navbar.collapsed {
  justify-content: center;
}
.cid-v6XEeE1CcJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6XEeE1CcJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6XEeE1CcJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6XEeE1CcJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6XEeE1CcJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6XEeE1CcJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6XEeE1CcJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6XEeE1CcJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6XEeE1CcJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6XEeE1CcJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6XEeE1CcJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6XEeE1CcJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6XEeE1CcJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6XEeE1CcJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6XEeE1CcJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6XEeE1CcJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6XEeE1CcJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6XEeE1CcJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6XEeE1CcJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6XEeE1CcJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6XEeE1CcJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6XEeE1CcJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6XEeE1CcJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6XEeE1CcJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6XEeE1CcJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6XEeE1CcJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6XEeE1CcJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6XEeE1CcJ .dropdown-item.active,
.cid-v6XEeE1CcJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v6XEeE1CcJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6XEeE1CcJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6XEeE1CcJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6XEeE1CcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6XEeE1CcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6XEeE1CcJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6XEeE1CcJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6XEeE1CcJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6XEeE1CcJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6XEeE1CcJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6XEeE1CcJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6XEeE1CcJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6XEeE1CcJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6XEeE1CcJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6XEeE1CcJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6XEeE1CcJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6XEeE1CcJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6XEeE1CcJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6XEeE1CcJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6XEeE1CcJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6XEeE1CcJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6XEeE1CcJ .navbar {
    height: 70px;
  }
  .cid-v6XEeE1CcJ .navbar.opened {
    height: auto;
  }
  .cid-v6XEeE1CcJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6XEeEzWaY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6XEeEzWaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeEzWaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeEzWaY .mbr-section-title {
  text-align: center;
}
.cid-v6XEeF0lLB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeF0lLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeF0lLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6XEeF0lLB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XEeF0lLB .row {
  flex-direction: row-reverse;
}
.cid-v6XEeF0lLB img {
  width: 100%;
}
.cid-v6XEeFqPFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeFqPFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeFqPFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeFqPFf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XEeFqPFf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XEeFqPFf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XEeFqPFf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XEeFqPFf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XEeFqPFf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6XEeFqPFf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XEeFqPFf .mbr-text,
.cid-v6XEeFqPFf .mbr-section-btn {
  text-align: center;
}
.cid-v6XEeFP7zS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeFP7zS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeFP7zS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeFP7zS .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeGlrCJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeGlrCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeGlrCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeGlrCJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XEeGlrCJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XEeGlrCJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XEeGlrCJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XEeGlrCJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XEeGlrCJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XEeGlrCJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XEeGlrCJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XEeGXu2I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeGXu2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeGXu2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeGXu2I .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeGXu2I .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeHkXoy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6XEeHkXoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeHkXoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeHkXoy .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XEeHkXoy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XEeHkXoy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XEeHkXoy .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XEeHkXoy .mbr-text {
  text-align: left;
}
.cid-v6XEeHOAbN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeHOAbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeHOAbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeHOAbN .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeHOAbN .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeIgqhN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeIgqhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeIgqhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeIgqhN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XEeIgqhN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XEeIgqhN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XEeIgqhN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XEeIgqhN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XEeIgqhN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XEeIgqhN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XEeIgqhN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XEeIF5b0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeIF5b0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeIF5b0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeIF5b0 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeIF5b0 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeJ5g6v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6XEeJ5g6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeJ5g6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeJ5g6v .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XEeJ5g6v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XEeJ5g6v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XEeJ5g6v .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XEeJ5g6v .mbr-text {
  text-align: justify;
}
.cid-v6XEeJG1j4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeJG1j4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeJG1j4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeJG1j4 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeJG1j4 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeKkpDg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeKkpDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeKkpDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeKkpDg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XEeKkpDg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XEeKkpDg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XEeKkpDg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XEeKkpDg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XEeKkpDg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XEeKkpDg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XEeKkpDg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XEeL5oQy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeL5oQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeL5oQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeL5oQy .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeL5oQy .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeLsmzZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6XEeLsmzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeLsmzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeLsmzZ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XEeLsmzZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XEeLsmzZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XEeLsmzZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XEeLsmzZ .mbr-text {
  text-align: justify;
}
.cid-v6XEeLM2X6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeLM2X6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeLM2X6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeLM2X6 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeLM2X6 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeM4KmQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeM4KmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeM4KmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeM4KmQ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XEeM4KmQ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XEeM4KmQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XEeM4KmQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XEeM4KmQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XEeM4KmQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XEeM4KmQ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XEeM4KmQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XEeMrOq7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeMrOq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeMrOq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeMrOq7 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeMrOq7 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeMInCc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v6XEeMInCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeMInCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeMInCc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XEeMInCc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XEeMInCc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XEeMInCc .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XEeMInCc .mbr-text {
  text-align: justify;
}
.cid-v6XEeNFTxp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeNFTxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeNFTxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeNFTxp .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeNFTxp .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeNWNVg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v6XEeNWNVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeNWNVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeNWNVg .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6XEeNWNVg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XEeNWNVg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6XEeNWNVg .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6XEeNWNVg .mbr-text {
  text-align: justify;
}
.cid-v6XEeOfXQq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeOfXQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeOfXQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeOfXQq .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeOfXQq .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeOyUHQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeOyUHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeOyUHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeOyUHQ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6XEeOyUHQ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6XEeOyUHQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6XEeOyUHQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XEeOyUHQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XEeOyUHQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6XEeOyUHQ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6XEeOyUHQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6XEeOS486 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeOS486 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeOS486 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeOS486 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeOS486 .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEePdxKT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEePdxKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEePdxKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEePdxKT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6XEePdxKT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6XEePdxKT .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6XEePdxKT .panel-body,
.cid-v6XEePdxKT .card-header {
  padding: 1rem 0;
}
.cid-v6XEePdxKT .panel-title-edit {
  color: #000000;
}
.cid-v6XEePA70X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEePA70X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEePA70X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEePVAv6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEePVAv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEePVAv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6XEePVAv6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XEePVAv6 .row {
  flex-direction: row-reverse;
}
.cid-v6XEePVAv6 img {
  width: 100%;
}
.cid-v6XEeQhSw6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6XEeQyf1I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6XEeQyf1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeQyf1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeQyf1I .mbr-section-subtitle {
  text-align: center;
}
.cid-v6XEeQyf1I .mbr-section-title {
  color: #ffffff;
}
.cid-v6XEeQRlTM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeQRlTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeQRlTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6XEeQRlTM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6XEeQRlTM .row {
  flex-direction: row-reverse;
}
.cid-v6XEeQRlTM img {
  width: 100%;
}
.cid-v6XEeRajcU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6XEeRajcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6XEeRajcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6XEeRajcU .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6XEeRajcU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6XEeRajcU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6XEeRajcU .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6XEeRsRs8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6XEeRsRs8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6XEeRsRs8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6XEeRsRs8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6XEeRsRs8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6XEeRsRs8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6XEeRsRs8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6XEeRsRs8 .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-v6XEeRsRs8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6XEeRsRs8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6XEeRsRs8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6XEeRsRs8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6XEeRsRs8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6XEeRsRs8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6XEeRsRs8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6VHwX2IUr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6VHwX2IUr nav.navbar {
  position: fixed;
}
.cid-v6VHwX2IUr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6VHwX2IUr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6VHwX2IUr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6VHwX2IUr .dropdown-item:hover,
.cid-v6VHwX2IUr .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6VHwX2IUr .dropdown-item:hover span {
  color: white;
}
.cid-v6VHwX2IUr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6VHwX2IUr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6VHwX2IUr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6VHwX2IUr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6VHwX2IUr .nav-link {
  position: relative;
}
.cid-v6VHwX2IUr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6VHwX2IUr .container {
    flex-wrap: wrap;
  }
}
.cid-v6VHwX2IUr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6VHwX2IUr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6VHwX2IUr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6VHwX2IUr .dropdown-menu,
.cid-v6VHwX2IUr .navbar.opened {
  background: #845af6 !important;
}
.cid-v6VHwX2IUr .nav-item:focus,
.cid-v6VHwX2IUr .nav-link:focus {
  outline: none;
}
.cid-v6VHwX2IUr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6VHwX2IUr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6VHwX2IUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6VHwX2IUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6VHwX2IUr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6VHwX2IUr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6VHwX2IUr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6VHwX2IUr .navbar.opened {
  transition: all 0.3s;
}
.cid-v6VHwX2IUr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6VHwX2IUr .navbar .navbar-logo img {
  width: auto;
}
.cid-v6VHwX2IUr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6VHwX2IUr .navbar.collapsed {
  justify-content: center;
}
.cid-v6VHwX2IUr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6VHwX2IUr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6VHwX2IUr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6VHwX2IUr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6VHwX2IUr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6VHwX2IUr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6VHwX2IUr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6VHwX2IUr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6VHwX2IUr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6VHwX2IUr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6VHwX2IUr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6VHwX2IUr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6VHwX2IUr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6VHwX2IUr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6VHwX2IUr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6VHwX2IUr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6VHwX2IUr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6VHwX2IUr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6VHwX2IUr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6VHwX2IUr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6VHwX2IUr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6VHwX2IUr .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6VHwX2IUr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6VHwX2IUr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6VHwX2IUr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6VHwX2IUr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6VHwX2IUr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6VHwX2IUr .dropdown-item.active,
.cid-v6VHwX2IUr .dropdown-item:active {
  background-color: transparent;
}
.cid-v6VHwX2IUr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6VHwX2IUr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6VHwX2IUr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6VHwX2IUr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6VHwX2IUr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6VHwX2IUr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6VHwX2IUr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6VHwX2IUr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6VHwX2IUr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6VHwX2IUr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6VHwX2IUr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6VHwX2IUr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6VHwX2IUr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6VHwX2IUr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6VHwX2IUr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6VHwX2IUr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6VHwX2IUr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6VHwX2IUr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6VHwX2IUr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6VHwX2IUr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6VHwX2IUr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6VHwX2IUr .navbar {
    height: 70px;
  }
  .cid-v6VHwX2IUr .navbar.opened {
    height: auto;
  }
  .cid-v6VHwX2IUr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6VHwXDZnp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6VHwXDZnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHwXDZnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHwXDZnp .mbr-section-title {
  text-align: center;
}
.cid-v6VHwXY2Y4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHwXY2Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHwXY2Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6VHwXY2Y4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VHwXY2Y4 .row {
  flex-direction: row-reverse;
}
.cid-v6VHwXY2Y4 img {
  width: 100%;
}
.cid-v6VHwYnLYE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHwYnLYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHwYnLYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHwYnLYE .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VHwYnLYE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VHwYnLYE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VHwYnLYE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VHwYnLYE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VHwYnLYE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6VHwYnLYE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VHwYnLYE .mbr-text,
.cid-v6VHwYnLYE .mbr-section-btn {
  text-align: center;
}
.cid-v6VHwYHbLr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VHwYHbLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHwYHbLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHwYHbLr .mbr-section-title {
  color: #ffffff;
}
.cid-v6VHx8iQfT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHx8iQfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx8iQfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx8iQfT .mbr-section-subtitle {
  text-align: left;
}
.cid-v6VKEXzDV3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VKEXzDV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VKEXzDV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VKEXzDV3 .mbr-section-title {
  color: #ffffff;
}
.cid-v6VKYTJy88 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VKYTJy88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VKYTJy88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VKYTJy88 .mbr-section-subtitle {
  text-align: left;
}
.cid-v6VHwZj5FO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHwZj5FO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHwZj5FO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHwZj5FO .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VHwZj5FO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VHwZj5FO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VHwZj5FO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VHwZj5FO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VHwZj5FO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VHwZj5FO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VHwZj5FO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VHwZUGu1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHwZUGu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHwZUGu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHwZUGu1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VHwZUGu1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VHwZUGu1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VHwZUGu1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VHwZUGu1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VHwZUGu1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VHwZUGu1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VHwZUGu1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VHx0oKqB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHx0oKqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx0oKqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx0oKqB .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VHx0oKqB .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VHx0oKqB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VHx0oKqB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VHx0oKqB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VHx0oKqB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VHx0oKqB .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VHx0oKqB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VHx0I1HY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHx0I1HY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx0I1HY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx0I1HY .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VHx0I1HY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VHx0I1HY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VHx0I1HY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VHx0I1HY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VHx0I1HY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VHx0I1HY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VHx0I1HY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VHx3LLgb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VHx3LLgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx3LLgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx3LLgb .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VHx3LLgb .mbr-section-title {
  color: #ffffff;
}
.cid-v6VHx4DmcP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6VHx4DmcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx4DmcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx4DmcP .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6VHx4DmcP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VHx4DmcP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6VHx4DmcP .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6VHx4DmcP .mbr-text {
  text-align: left;
}
.cid-v6VHx536a9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VHx536a9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx536a9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx536a9 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VHx536a9 .mbr-section-title {
  color: #ffffff;
}
.cid-v6VHx5kyWJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHx5kyWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx5kyWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx5kyWJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VHx5kyWJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VHx5kyWJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VHx5kyWJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VHx5kyWJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VHx5kyWJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VHx5kyWJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VHx5kyWJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VHx5JT4H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VHx5JT4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx5JT4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx5JT4H .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VHx5JT4H .mbr-section-title {
  color: #ffffff;
}
.cid-v6VHx5Z6ZK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6VHx5Z6ZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx5Z6ZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx5Z6ZK .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6VHx5Z6ZK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VHx5Z6ZK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6VHx5Z6ZK .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6VHx5Z6ZK .mbr-text {
  text-align: justify;
}
.cid-v6VHx6iAk3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VHx6iAk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx6iAk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx6iAk3 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VHx6iAk3 .mbr-section-title {
  color: #ffffff;
}
.cid-v6VHx6DEFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHx6DEFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHx6DEFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHx6DEFP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VHx6DEFP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VHx6DEFP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VHx6DEFP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VHx6DEFP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VHx6DEFP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VHx6DEFP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VHx6DEFP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VHxazdxd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VHxazdxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHxazdxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHxazdxd .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VHxazdxd .mbr-section-title {
  color: #ffffff;
}
.cid-v6VHxaUrrv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHxaUrrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHxaUrrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6VHxaUrrv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VHxaUrrv .row {
  flex-direction: row-reverse;
}
.cid-v6VHxaUrrv img {
  width: 100%;
}
.cid-v6VHxbbsHV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VHxbbsHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VHxbbsHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VHxbbsHV .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6VHxbbsHV .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VHxbbsHV .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VHxbbsHV .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6VHxbsuUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6VHxbsuUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6VHxbsuUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6VHxbsuUz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6VHxbsuUz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6VHxbsuUz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6VHxbsuUz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6VHxbsuUz .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-v6VHxbsuUz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6VHxbsuUz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6VHxbsuUz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6VHxbsuUz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6VHxbsuUz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6VHxbsuUz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6VHxbsuUz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6Wbs4hGb9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6Wbs4hGb9 nav.navbar {
  position: fixed;
}
.cid-v6Wbs4hGb9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Wbs4hGb9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6Wbs4hGb9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6Wbs4hGb9 .dropdown-item:hover,
.cid-v6Wbs4hGb9 .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6Wbs4hGb9 .dropdown-item:hover span {
  color: white;
}
.cid-v6Wbs4hGb9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6Wbs4hGb9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6Wbs4hGb9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6Wbs4hGb9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6Wbs4hGb9 .nav-link {
  position: relative;
}
.cid-v6Wbs4hGb9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6Wbs4hGb9 .container {
    flex-wrap: wrap;
  }
}
.cid-v6Wbs4hGb9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6Wbs4hGb9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6Wbs4hGb9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6Wbs4hGb9 .dropdown-menu,
.cid-v6Wbs4hGb9 .navbar.opened {
  background: #845af6 !important;
}
.cid-v6Wbs4hGb9 .nav-item:focus,
.cid-v6Wbs4hGb9 .nav-link:focus {
  outline: none;
}
.cid-v6Wbs4hGb9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6Wbs4hGb9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6Wbs4hGb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6Wbs4hGb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Wbs4hGb9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6Wbs4hGb9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6Wbs4hGb9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6Wbs4hGb9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v6Wbs4hGb9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6Wbs4hGb9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v6Wbs4hGb9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6Wbs4hGb9 .navbar.collapsed {
  justify-content: center;
}
.cid-v6Wbs4hGb9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6Wbs4hGb9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6Wbs4hGb9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6Wbs4hGb9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6Wbs4hGb9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6Wbs4hGb9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6Wbs4hGb9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6Wbs4hGb9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6Wbs4hGb9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6Wbs4hGb9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6Wbs4hGb9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6Wbs4hGb9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6Wbs4hGb9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6Wbs4hGb9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6Wbs4hGb9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6Wbs4hGb9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6Wbs4hGb9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6Wbs4hGb9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6Wbs4hGb9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6Wbs4hGb9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6Wbs4hGb9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6Wbs4hGb9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6Wbs4hGb9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6Wbs4hGb9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6Wbs4hGb9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6Wbs4hGb9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6Wbs4hGb9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6Wbs4hGb9 .dropdown-item.active,
.cid-v6Wbs4hGb9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v6Wbs4hGb9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6Wbs4hGb9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6Wbs4hGb9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6Wbs4hGb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6Wbs4hGb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6Wbs4hGb9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6Wbs4hGb9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6Wbs4hGb9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6Wbs4hGb9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6Wbs4hGb9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6Wbs4hGb9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6Wbs4hGb9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Wbs4hGb9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Wbs4hGb9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6Wbs4hGb9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Wbs4hGb9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6Wbs4hGb9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6Wbs4hGb9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Wbs4hGb9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6Wbs4hGb9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Wbs4hGb9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6Wbs4hGb9 .navbar {
    height: 70px;
  }
  .cid-v6Wbs4hGb9 .navbar.opened {
    height: auto;
  }
  .cid-v6Wbs4hGb9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6Wbs4EEj5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6Wbs4EEj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs4EEj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs4EEj5 .mbr-section-title {
  text-align: center;
}
.cid-v6Wbs4WF7v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wbs4WF7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs4WF7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6Wbs4WF7v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6Wbs4WF7v .row {
  flex-direction: row-reverse;
}
.cid-v6Wbs4WF7v img {
  width: 100%;
}
.cid-v6Wbs5eKrD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wbs5eKrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs5eKrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs5eKrD .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Wbs5eKrD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Wbs5eKrD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Wbs5eKrD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Wbs5eKrD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Wbs5eKrD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6Wbs5eKrD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Wbs5eKrD .mbr-text,
.cid-v6Wbs5eKrD .mbr-section-btn {
  text-align: center;
}
.cid-v6Wbs5BBiI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wbs5BBiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs5BBiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs5BBiI .mbr-section-title {
  color: #ffffff;
}
.cid-v6Wbs5Q3hW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wbs5Q3hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs5Q3hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs5Q3hW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Wbs5Q3hW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Wbs5Q3hW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Wbs5Q3hW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Wbs5Q3hW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Wbs5Q3hW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Wbs5Q3hW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Wbs5Q3hW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Wbs69U5X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wbs69U5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs69U5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs69U5X .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Wbs69U5X .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Wbs69U5X .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Wbs69U5X .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Wbs69U5X .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Wbs69U5X .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Wbs69U5X .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Wbs69U5X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Wbs8tDdh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wbs8tDdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs8tDdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs8tDdh .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wbs8tDdh .mbr-section-title {
  color: #ffffff;
}
.cid-v6Wbs8NzjJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6Wbs8NzjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs8NzjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs8NzjJ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6Wbs8NzjJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6Wbs8NzjJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6Wbs8NzjJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6Wbs8NzjJ .mbr-text {
  text-align: left;
}
.cid-v6Wbs94YIy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wbs94YIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs94YIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs94YIy .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wbs94YIy .mbr-section-title {
  color: #ffffff;
}
.cid-v6Wbs9jDxv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wbs9jDxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs9jDxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs9jDxv .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Wbs9jDxv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Wbs9jDxv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Wbs9jDxv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Wbs9jDxv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Wbs9jDxv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Wbs9jDxv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Wbs9jDxv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Wbs9zDPZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wbs9zDPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs9zDPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs9zDPZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wbs9zDPZ .mbr-section-title {
  color: #ffffff;
}
.cid-v6Wbs9RqxM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6Wbs9RqxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbs9RqxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbs9RqxM .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6Wbs9RqxM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6Wbs9RqxM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6Wbs9RqxM .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6Wbs9RqxM .mbr-text {
  text-align: justify;
}
.cid-v6Wbsa8Vx9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wbsa8Vx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbsa8Vx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbsa8Vx9 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wbsa8Vx9 .mbr-section-title {
  color: #ffffff;
}
.cid-v6WbsaqmeD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WbsaqmeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsaqmeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbsaqmeD .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WbsaqmeD .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WbsaqmeD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WbsaqmeD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WbsaqmeD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WbsaqmeD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WbsaqmeD .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WbsaqmeD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WbsaHkXT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WbsaHkXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsaHkXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbsaHkXT .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WbsaHkXT .mbr-section-title {
  color: #ffffff;
}
.cid-v6WpPVAeUq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WpPVAeUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WpPVAeUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WpPVAeUq .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WpPVAeUq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WpPVAeUq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WpPVAeUq .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WpPVAeUq .mbr-text {
  text-align: justify;
}
.cid-v6WbsbhM27 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WbsbhM27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsbhM27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbsbhM27 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WbsbhM27 .mbr-section-title {
  color: #ffffff;
}
.cid-v6WbsbzOUL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WbsbzOUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsbzOUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbsbzOUL .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WbsbzOUL .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WbsbzOUL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WbsbzOUL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WbsbzOUL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WbsbzOUL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WbsbzOUL .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WbsbzOUL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WbscEHke {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WbscEHke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbscEHke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbscEHke .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WbscEHke .mbr-section-title {
  color: #ffffff;
}
.cid-v6WbsaXzni {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WbsaXzni .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsaXzni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbsaXzni .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WbsaXzni .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WbsaXzni img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WbsaXzni .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WbsaXzni .mbr-text {
  text-align: justify;
}
.cid-v6WbsddPVf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WbsddPVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsddPVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbsddPVf .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WbsddPVf .mbr-section-title {
  color: #ffffff;
}
.cid-v6WsnbFZAI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WsnbFZAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WsnbFZAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WsnbFZAI .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WsnbFZAI .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WsnbFZAI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WsnbFZAI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WsnbFZAI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WsnbFZAI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WsnbFZAI .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WsnbFZAI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Ws03S0Ok {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Ws03S0Ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Ws03S0Ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Ws03S0Ok .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Ws03S0Ok .mbr-section-title {
  color: #ffffff;
}
.cid-v6WbsdwzFd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WbsdwzFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsdwzFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbsdwzFd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6WbsdwzFd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6WbsdwzFd .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6WbsdwzFd .panel-body,
.cid-v6WbsdwzFd .card-header {
  padding: 1rem 0;
}
.cid-v6WbsdwzFd .panel-title-edit {
  color: #000000;
}
.cid-v6WbsdXZNO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WbsdXZNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsdXZNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wbsegj57 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wbsegj57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbsegj57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6Wbsegj57 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6Wbsegj57 .row {
  flex-direction: row-reverse;
}
.cid-v6Wbsegj57 img {
  width: 100%;
}
.cid-v6Wbsezmvh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6WbseQJ5e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WbseQJ5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbseQJ5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbseQJ5e .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WbseQJ5e .mbr-section-title {
  color: #ffffff;
}
.cid-v6Wbsf8pgA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wbsf8pgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wbsf8pgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6Wbsf8pgA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6Wbsf8pgA .row {
  flex-direction: row-reverse;
}
.cid-v6Wbsf8pgA img {
  width: 100%;
}
.cid-v6WbsfufeO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WbsfufeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WbsfufeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WbsfufeO .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6WbsfufeO .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WbsfufeO .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WbsfufeO .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6WbsfO11i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6WbsfO11i .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6WbsfO11i .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6WbsfO11i .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6WbsfO11i .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6WbsfO11i .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6WbsfO11i .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6WbsfO11i .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-v6WbsfO11i .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6WbsfO11i .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6WbsfO11i .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6WbsfO11i .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6WbsfO11i .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6WbsfO11i .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6WbsfO11i .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6WxyoDoa8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6WxyoDoa8 nav.navbar {
  position: fixed;
}
.cid-v6WxyoDoa8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6WxyoDoa8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6WxyoDoa8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6WxyoDoa8 .dropdown-item:hover,
.cid-v6WxyoDoa8 .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6WxyoDoa8 .dropdown-item:hover span {
  color: white;
}
.cid-v6WxyoDoa8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6WxyoDoa8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6WxyoDoa8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6WxyoDoa8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6WxyoDoa8 .nav-link {
  position: relative;
}
.cid-v6WxyoDoa8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6WxyoDoa8 .container {
    flex-wrap: wrap;
  }
}
.cid-v6WxyoDoa8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6WxyoDoa8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6WxyoDoa8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6WxyoDoa8 .dropdown-menu,
.cid-v6WxyoDoa8 .navbar.opened {
  background: #845af6 !important;
}
.cid-v6WxyoDoa8 .nav-item:focus,
.cid-v6WxyoDoa8 .nav-link:focus {
  outline: none;
}
.cid-v6WxyoDoa8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6WxyoDoa8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6WxyoDoa8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6WxyoDoa8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6WxyoDoa8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6WxyoDoa8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6WxyoDoa8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6WxyoDoa8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v6WxyoDoa8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6WxyoDoa8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v6WxyoDoa8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6WxyoDoa8 .navbar.collapsed {
  justify-content: center;
}
.cid-v6WxyoDoa8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6WxyoDoa8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6WxyoDoa8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6WxyoDoa8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6WxyoDoa8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6WxyoDoa8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6WxyoDoa8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6WxyoDoa8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6WxyoDoa8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6WxyoDoa8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6WxyoDoa8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6WxyoDoa8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6WxyoDoa8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6WxyoDoa8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6WxyoDoa8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6WxyoDoa8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6WxyoDoa8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6WxyoDoa8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6WxyoDoa8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6WxyoDoa8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6WxyoDoa8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6WxyoDoa8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6WxyoDoa8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6WxyoDoa8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6WxyoDoa8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6WxyoDoa8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6WxyoDoa8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6WxyoDoa8 .dropdown-item.active,
.cid-v6WxyoDoa8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v6WxyoDoa8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6WxyoDoa8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6WxyoDoa8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6WxyoDoa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6WxyoDoa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6WxyoDoa8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6WxyoDoa8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6WxyoDoa8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6WxyoDoa8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6WxyoDoa8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6WxyoDoa8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6WxyoDoa8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6WxyoDoa8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6WxyoDoa8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6WxyoDoa8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6WxyoDoa8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6WxyoDoa8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6WxyoDoa8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6WxyoDoa8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6WxyoDoa8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6WxyoDoa8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6WxyoDoa8 .navbar {
    height: 70px;
  }
  .cid-v6WxyoDoa8 .navbar.opened {
    height: auto;
  }
  .cid-v6WxyoDoa8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6Wxyp24ZA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6Wxyp24ZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxyp24ZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxyp24ZA .mbr-section-title {
  text-align: center;
}
.cid-v6WxypwJul {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxypwJul .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxypwJul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6WxypwJul .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WxypwJul .row {
  flex-direction: row-reverse;
}
.cid-v6WxypwJul img {
  width: 100%;
}
.cid-v6WxypLnoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxypLnoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxypLnoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxypLnoQ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WxypLnoQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WxypLnoQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WxypLnoQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WxypLnoQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WxypLnoQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6WxypLnoQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WxypLnoQ .mbr-text,
.cid-v6WxypLnoQ .mbr-section-btn {
  text-align: center;
}
.cid-v6Wxyq1okf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wxyq1okf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxyq1okf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxyq1okf .mbr-section-title {
  color: #ffffff;
}
.cid-v6Wxyqmldh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wxyqmldh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxyqmldh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxyqmldh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Wxyqmldh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Wxyqmldh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Wxyqmldh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Wxyqmldh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Wxyqmldh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Wxyqmldh .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Wxyqmldh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WxyqGpvX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxyqGpvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyqGpvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyqGpvX .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WxyqGpvX .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WxyqGpvX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WxyqGpvX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WxyqGpvX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WxyqGpvX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WxyqGpvX .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WxyqGpvX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Wxyr0gzf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wxyr0gzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxyr0gzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxyr0gzf .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wxyr0gzf .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxyrjEgd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WxyrjEgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyrjEgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyrjEgd .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WxyrjEgd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WxyrjEgd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WxyrjEgd .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WxyrjEgd .mbr-text {
  text-align: left;
}
.cid-v6WxyrA28D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WxyrA28D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyrA28D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyrA28D .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WxyrA28D .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxyrNvQU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxyrNvQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyrNvQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyrNvQU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WxyrNvQU .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WxyrNvQU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WxyrNvQU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WxyrNvQU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WxyrNvQU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WxyrNvQU .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WxyrNvQU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Wxys2G3h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wxys2G3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxys2G3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxys2G3h .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wxys2G3h .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxyspwR2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WxyspwR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyspwR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyspwR2 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WxyspwR2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WxyspwR2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WxyspwR2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WxyspwR2 .mbr-text {
  text-align: justify;
}
.cid-v6WxysOxZY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WxysOxZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxysOxZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxysOxZY .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WxysOxZY .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxytbkoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxytbkoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxytbkoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxytbkoQ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WxytbkoQ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WxytbkoQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WxytbkoQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WxytbkoQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WxytbkoQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WxytbkoQ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WxytbkoQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WxytudZu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WxytudZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxytudZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxytudZu .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WxytudZu .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxytQaET {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WxytQaET .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxytQaET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxytQaET .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WxytQaET .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WxytQaET img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WxytQaET .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WxytQaET .mbr-text {
  text-align: justify;
}
.cid-v6WxyudnqN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WxyudnqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyudnqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyudnqN .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WxyudnqN .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxyuznRH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxyuznRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyuznRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyuznRH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WxyuznRH .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WxyuznRH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WxyuznRH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WxyuznRH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WxyuznRH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WxyuznRH .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WxyuznRH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Wxyv8Jfn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wxyv8Jfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxyv8Jfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxyv8Jfn .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wxyv8Jfn .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxyvEU4C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WxyvEU4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyvEU4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyvEU4C .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WxyvEU4C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WxyvEU4C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WxyvEU4C .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WxyvEU4C .mbr-text {
  text-align: justify;
}
.cid-v6Wxyw1R1I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wxyw1R1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxyw1R1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxyw1R1I .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wxyw1R1I .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxywIh4K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxywIh4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxywIh4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxywIh4K .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WxywIh4K .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WxywIh4K .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WxywIh4K .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WxywIh4K .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WxywIh4K .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WxywIh4K .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WxywIh4K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Wxyx4YCh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Wxyx4YCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxyx4YCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxyx4YCh .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Wxyx4YCh .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxyxmbjF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxyxmbjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyxmbjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyxmbjF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6WxyxmbjF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6WxyxmbjF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6WxyxmbjF .panel-body,
.cid-v6WxyxmbjF .card-header {
  padding: 1rem 0;
}
.cid-v6WxyxmbjF .panel-title-edit {
  color: #000000;
}
.cid-v6WxyxKfuK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxyxKfuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyxKfuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wxyy3YXQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Wxyy3YXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wxyy3YXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6Wxyy3YXQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6Wxyy3YXQ .row {
  flex-direction: row-reverse;
}
.cid-v6Wxyy3YXQ img {
  width: 100%;
}
.cid-v6WxyylXtg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6WxyyDCsU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WxyyDCsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyyDCsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyyDCsU .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WxyyDCsU .mbr-section-title {
  color: #ffffff;
}
.cid-v6WxyyUIph {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxyyUIph .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyyUIph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6WxyyUIph .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WxyyUIph .row {
  flex-direction: row-reverse;
}
.cid-v6WxyyUIph img {
  width: 100%;
}
.cid-v6WxyzceRh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WxyzceRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WxyzceRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WxyzceRh .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6WxyzceRh .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WxyzceRh .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WxyzceRh .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6WxyztXu2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6WxyztXu2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6WxyztXu2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6WxyztXu2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6WxyztXu2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6WxyztXu2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6WxyztXu2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6WxyztXu2 .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-v6WxyztXu2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6WxyztXu2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6WxyztXu2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6WxyztXu2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6WxyztXu2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6WxyztXu2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6WxyztXu2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6WYZB2Acx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6WYZB2Acx nav.navbar {
  position: fixed;
}
.cid-v6WYZB2Acx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6WYZB2Acx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6WYZB2Acx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6WYZB2Acx .dropdown-item:hover,
.cid-v6WYZB2Acx .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6WYZB2Acx .dropdown-item:hover span {
  color: white;
}
.cid-v6WYZB2Acx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6WYZB2Acx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6WYZB2Acx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6WYZB2Acx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6WYZB2Acx .nav-link {
  position: relative;
}
.cid-v6WYZB2Acx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6WYZB2Acx .container {
    flex-wrap: wrap;
  }
}
.cid-v6WYZB2Acx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6WYZB2Acx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6WYZB2Acx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6WYZB2Acx .dropdown-menu,
.cid-v6WYZB2Acx .navbar.opened {
  background: #845af6 !important;
}
.cid-v6WYZB2Acx .nav-item:focus,
.cid-v6WYZB2Acx .nav-link:focus {
  outline: none;
}
.cid-v6WYZB2Acx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6WYZB2Acx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6WYZB2Acx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6WYZB2Acx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6WYZB2Acx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6WYZB2Acx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6WYZB2Acx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6WYZB2Acx .navbar.opened {
  transition: all 0.3s;
}
.cid-v6WYZB2Acx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6WYZB2Acx .navbar .navbar-logo img {
  width: auto;
}
.cid-v6WYZB2Acx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6WYZB2Acx .navbar.collapsed {
  justify-content: center;
}
.cid-v6WYZB2Acx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6WYZB2Acx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6WYZB2Acx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6WYZB2Acx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6WYZB2Acx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6WYZB2Acx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6WYZB2Acx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6WYZB2Acx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6WYZB2Acx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6WYZB2Acx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6WYZB2Acx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6WYZB2Acx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6WYZB2Acx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6WYZB2Acx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6WYZB2Acx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6WYZB2Acx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6WYZB2Acx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6WYZB2Acx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6WYZB2Acx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6WYZB2Acx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6WYZB2Acx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6WYZB2Acx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6WYZB2Acx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6WYZB2Acx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6WYZB2Acx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6WYZB2Acx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6WYZB2Acx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6WYZB2Acx .dropdown-item.active,
.cid-v6WYZB2Acx .dropdown-item:active {
  background-color: transparent;
}
.cid-v6WYZB2Acx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6WYZB2Acx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6WYZB2Acx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6WYZB2Acx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6WYZB2Acx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6WYZB2Acx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6WYZB2Acx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6WYZB2Acx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6WYZB2Acx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6WYZB2Acx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6WYZB2Acx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6WYZB2Acx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6WYZB2Acx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6WYZB2Acx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6WYZB2Acx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6WYZB2Acx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6WYZB2Acx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6WYZB2Acx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6WYZB2Acx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6WYZB2Acx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6WYZB2Acx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6WYZB2Acx .navbar {
    height: 70px;
  }
  .cid-v6WYZB2Acx .navbar.opened {
    height: auto;
  }
  .cid-v6WYZB2Acx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6WYZBy9iY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6WYZBy9iY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZBy9iY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZBy9iY .mbr-section-title {
  text-align: center;
}
.cid-v6WYZBUjHQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZBUjHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZBUjHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6WYZBUjHQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WYZBUjHQ .row {
  flex-direction: row-reverse;
}
.cid-v6WYZBUjHQ img {
  width: 100%;
}
.cid-v6WYZCfv88 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZCfv88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZCfv88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZCfv88 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WYZCfv88 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WYZCfv88 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WYZCfv88 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WYZCfv88 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WYZCfv88 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6WYZCfv88 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WYZCfv88 .mbr-text,
.cid-v6WYZCfv88 .mbr-section-btn {
  text-align: center;
}
.cid-v6WYZCx6AG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZCx6AG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZCx6AG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZCx6AG .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZCUtjb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZCUtjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZCUtjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZCUtjb .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WYZCUtjb .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WYZCUtjb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WYZCUtjb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WYZCUtjb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WYZCUtjb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WYZCUtjb .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WYZCUtjb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WYZDe4vs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZDe4vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZDe4vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZDe4vs .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WYZDe4vs .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WYZDe4vs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WYZDe4vs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WYZDe4vs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WYZDe4vs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WYZDe4vs .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WYZDe4vs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WYZDzS7L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZDzS7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZDzS7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZDzS7L .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZDzS7L .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZDR7e4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WYZDR7e4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZDR7e4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZDR7e4 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WYZDR7e4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WYZDR7e4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WYZDR7e4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WYZDR7e4 .mbr-text {
  text-align: left;
}
.cid-v6WYZEcysh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZEcysh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZEcysh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZEcysh .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZEcysh .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZEu6wh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZEu6wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZEu6wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZEu6wh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WYZEu6wh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WYZEu6wh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WYZEu6wh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WYZEu6wh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WYZEu6wh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WYZEu6wh .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WYZEu6wh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WYZETWPl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZETWPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZETWPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZETWPl .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZETWPl .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZFcuaa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WYZFcuaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZFcuaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZFcuaa .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WYZFcuaa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WYZFcuaa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WYZFcuaa .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WYZFcuaa .mbr-text {
  text-align: justify;
}
.cid-v6WYZFx4Kx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZFx4Kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZFx4Kx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZFx4Kx .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZFx4Kx .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZFSdwY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZFSdwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZFSdwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZFSdwY .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WYZFSdwY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WYZFSdwY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WYZFSdwY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WYZFSdwY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WYZFSdwY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WYZFSdwY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WYZFSdwY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WYZGf81f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZGf81f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZGf81f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZGf81f .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZGf81f .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZGEyJY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WYZGEyJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZGEyJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZGEyJY .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WYZGEyJY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WYZGEyJY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WYZGEyJY .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WYZGEyJY .mbr-text {
  text-align: justify;
}
.cid-v6WYZH22Pw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZH22Pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZH22Pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZH22Pw .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZH22Pw .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZHotR7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZHotR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZHotR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZHotR7 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WYZHotR7 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WYZHotR7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WYZHotR7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WYZHotR7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WYZHotR7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WYZHotR7 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WYZHotR7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WYZI1SC6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZI1SC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZI1SC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZI1SC6 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZI1SC6 .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZIGXT2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6WYZIGXT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZIGXT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZIGXT2 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6WYZIGXT2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WYZIGXT2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6WYZIGXT2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6WYZIGXT2 .mbr-text {
  text-align: justify;
}
.cid-v6WYZJdSCL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZJdSCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZJdSCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZJdSCL .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZJdSCL .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZJLBjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZJLBjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZJLBjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZJLBjA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6WYZJLBjA .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6WYZJLBjA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6WYZJLBjA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WYZJLBjA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WYZJLBjA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6WYZJLBjA .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6WYZJLBjA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6WYZKnQjG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZKnQjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZKnQjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZKnQjG .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZKnQjG .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZKTOiO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZKTOiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZKTOiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZKTOiO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6WYZKTOiO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6WYZKTOiO .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6WYZKTOiO .panel-body,
.cid-v6WYZKTOiO .card-header {
  padding: 1rem 0;
}
.cid-v6WYZKTOiO .panel-title-edit {
  color: #000000;
}
.cid-v6WYZM1MMD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZM1MMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZM1MMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZMPhR0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZMPhR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZMPhR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6WYZMPhR0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WYZMPhR0 .row {
  flex-direction: row-reverse;
}
.cid-v6WYZMPhR0 img {
  width: 100%;
}
.cid-v6WYZNibBz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6WYZNDTTh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6WYZNDTTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZNDTTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZNDTTh .mbr-section-subtitle {
  text-align: center;
}
.cid-v6WYZNDTTh .mbr-section-title {
  color: #ffffff;
}
.cid-v6WYZO9JRB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZO9JRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZO9JRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6WYZO9JRB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6WYZO9JRB .row {
  flex-direction: row-reverse;
}
.cid-v6WYZO9JRB img {
  width: 100%;
}
.cid-v6WYZOxq19 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6WYZOxq19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WYZOxq19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WYZOxq19 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6WYZOxq19 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6WYZOxq19 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6WYZOxq19 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6WYZOXdsz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6WYZOXdsz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6WYZOXdsz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6WYZOXdsz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6WYZOXdsz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6WYZOXdsz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6WYZOXdsz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6WYZOXdsz .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-v6WYZOXdsz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6WYZOXdsz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6WYZOXdsz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6WYZOXdsz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6WYZOXdsz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6WYZOXdsz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6WYZOXdsz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6VWOKohmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6VWOKohmb nav.navbar {
  position: fixed;
}
.cid-v6VWOKohmb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6VWOKohmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6VWOKohmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6VWOKohmb .dropdown-item:hover,
.cid-v6VWOKohmb .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6VWOKohmb .dropdown-item:hover span {
  color: white;
}
.cid-v6VWOKohmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6VWOKohmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6VWOKohmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6VWOKohmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6VWOKohmb .nav-link {
  position: relative;
}
.cid-v6VWOKohmb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6VWOKohmb .container {
    flex-wrap: wrap;
  }
}
.cid-v6VWOKohmb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6VWOKohmb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6VWOKohmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6VWOKohmb .dropdown-menu,
.cid-v6VWOKohmb .navbar.opened {
  background: #845af6 !important;
}
.cid-v6VWOKohmb .nav-item:focus,
.cid-v6VWOKohmb .nav-link:focus {
  outline: none;
}
.cid-v6VWOKohmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6VWOKohmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6VWOKohmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6VWOKohmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6VWOKohmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6VWOKohmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6VWOKohmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6VWOKohmb .navbar.opened {
  transition: all 0.3s;
}
.cid-v6VWOKohmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6VWOKohmb .navbar .navbar-logo img {
  width: auto;
}
.cid-v6VWOKohmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6VWOKohmb .navbar.collapsed {
  justify-content: center;
}
.cid-v6VWOKohmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6VWOKohmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6VWOKohmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6VWOKohmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6VWOKohmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6VWOKohmb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6VWOKohmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6VWOKohmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6VWOKohmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6VWOKohmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6VWOKohmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6VWOKohmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6VWOKohmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6VWOKohmb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6VWOKohmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6VWOKohmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6VWOKohmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6VWOKohmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6VWOKohmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6VWOKohmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6VWOKohmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6VWOKohmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6VWOKohmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6VWOKohmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6VWOKohmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6VWOKohmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6VWOKohmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6VWOKohmb .dropdown-item.active,
.cid-v6VWOKohmb .dropdown-item:active {
  background-color: transparent;
}
.cid-v6VWOKohmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6VWOKohmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6VWOKohmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6VWOKohmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6VWOKohmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6VWOKohmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6VWOKohmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6VWOKohmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6VWOKohmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6VWOKohmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6VWOKohmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6VWOKohmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6VWOKohmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6VWOKohmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6VWOKohmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6VWOKohmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6VWOKohmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6VWOKohmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6VWOKohmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6VWOKohmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6VWOKohmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6VWOKohmb .navbar {
    height: 70px;
  }
  .cid-v6VWOKohmb .navbar.opened {
    height: auto;
  }
  .cid-v6VWOKohmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6VWOLcBZn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6VWOLcBZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOLcBZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOLcBZn .mbr-section-title {
  text-align: center;
}
.cid-v6VWOLwFZY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOLwFZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOLwFZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6VWOLwFZY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VWOLwFZY .row {
  flex-direction: row-reverse;
}
.cid-v6VWOLwFZY img {
  width: 100%;
}
.cid-v6VWOLPjji {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v6VWOLPjji .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOLPjji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOLPjji .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VWOLPjji .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VWOLPjji .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VWOLPjji .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VWOLPjji .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VWOLPjji .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6VWOLPjji .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VWOLPjji .mbr-text,
.cid-v6VWOLPjji .mbr-section-btn {
  text-align: center;
}
.cid-v6VWOMhjxF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWOMhjxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOMhjxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOMhjxF .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWOMHT0G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOMHT0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOMHT0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOMHT0G .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VWOMHT0G .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VWOMHT0G .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VWOMHT0G .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VWOMHT0G .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VWOMHT0G .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VWOMHT0G .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VWOMHT0G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VZbjfCTm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VZbjfCTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VZbjfCTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VZbjfCTm .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VZbjfCTm .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VZbjfCTm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VZbjfCTm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VZbjfCTm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VZbjfCTm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VZbjfCTm .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VZbjfCTm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VWOQHC3N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWOQHC3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOQHC3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOQHC3N .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWOQHC3N .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWOR1ck1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6VWOR1ck1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOR1ck1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOR1ck1 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6VWOR1ck1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VWOR1ck1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6VWOR1ck1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6VWOR1ck1 .mbr-text {
  text-align: left;
}
.cid-v6VWORnXek {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWORnXek .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWORnXek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWORnXek .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWORnXek .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWORFLRg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWORFLRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWORFLRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWORFLRg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VWORFLRg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VWORFLRg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VWORFLRg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VWORFLRg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VWORFLRg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VWORFLRg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VWORFLRg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VWORZzII {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWORZzII .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWORZzII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWORZzII .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWORZzII .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWOSmkKZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6VWOSmkKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOSmkKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOSmkKZ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6VWOSmkKZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VWOSmkKZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6VWOSmkKZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6VWOSmkKZ .mbr-text {
  text-align: justify;
}
.cid-v6VWOSHDHX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWOSHDHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOSHDHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOSHDHX .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWOSHDHX .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWOT3iZy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOT3iZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOT3iZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOT3iZy .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VWOT3iZy .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VWOT3iZy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VWOT3iZy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VWOT3iZy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VWOT3iZy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VWOT3iZy .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VWOT3iZy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VWOToUuR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWOToUuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOToUuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOToUuR .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWOToUuR .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWOTHQB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6VWOTHQB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOTHQB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOTHQB3 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6VWOTHQB3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VWOTHQB3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6VWOTHQB3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6VWOTHQB3 .mbr-text {
  text-align: justify;
}
.cid-v6VWOU5P2O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWOU5P2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOU5P2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOU5P2O .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWOU5P2O .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWOUoYvn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOUoYvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOUoYvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOUoYvn .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6VWOUoYvn .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6VWOUoYvn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6VWOUoYvn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VWOUoYvn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VWOUoYvn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6VWOUoYvn .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6VWOUoYvn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VWOUL4vE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWOUL4vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOUL4vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOUL4vE .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWOUL4vE .mbr-section-title {
  color: #ffffff;
}
.cid-v6W5GONOs2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6W5GONOs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6W5GONOs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6W5GONOs2 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6W5GONOs2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6W5GONOs2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6W5GONOs2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6W5GONOs2 .mbr-text {
  text-align: justify;
}
.cid-v6W7rbEJ29 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6W7rbEJ29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6W7rbEJ29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6W7rbEJ29 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6W7rbEJ29 .mbr-section-title {
  color: #ffffff;
}
.cid-v6W7koGhJ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6W7koGhJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6W7koGhJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6W7koGhJ8 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6W7koGhJ8 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6W7koGhJ8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6W7koGhJ8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6W7koGhJ8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6W7koGhJ8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6W7koGhJ8 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6W7koGhJ8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6VWOWc5q2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWOWc5q2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOWc5q2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOWc5q2 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWOWc5q2 .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWOWurjw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOWurjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOWurjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOWurjw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6VWOWurjw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6VWOWurjw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6VWOWurjw .panel-body,
.cid-v6VWOWurjw .card-header {
  padding: 1rem 0;
}
.cid-v6VWOWurjw .panel-title-edit {
  color: #000000;
}
.cid-v6VWOWT4vv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOWT4vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOWT4vv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOXfpGP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOXfpGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOXfpGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6VWOXfpGP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VWOXfpGP .row {
  flex-direction: row-reverse;
}
.cid-v6VWOXfpGP img {
  width: 100%;
}
.cid-v6VWOXxu3I {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6VWOXO40F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6VWOXO40F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOXO40F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOXO40F .mbr-section-subtitle {
  text-align: center;
}
.cid-v6VWOXO40F .mbr-section-title {
  color: #ffffff;
}
.cid-v6VWOY8pf3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOY8pf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOY8pf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6VWOY8pf3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6VWOY8pf3 .row {
  flex-direction: row-reverse;
}
.cid-v6VWOY8pf3 img {
  width: 100%;
}
.cid-v6VWOYqUHK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6VWOYqUHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6VWOYqUHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6VWOYqUHK .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6VWOYqUHK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6VWOYqUHK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6VWOYqUHK .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6VWOYNa34 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6VWOYNa34 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6VWOYNa34 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6VWOYNa34 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6VWOYNa34 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6VWOYNa34 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6VWOYNa34 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6VWOYNa34 .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-v6VWOYNa34 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6VWOYNa34 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6VWOYNa34 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6VWOYNa34 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6VWOYNa34 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6VWOYNa34 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6VWOYNa34 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6SC29oG38 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6SC29oG38 nav.navbar {
  position: fixed;
}
.cid-v6SC29oG38 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6SC29oG38 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6SC29oG38 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6SC29oG38 .dropdown-item:hover,
.cid-v6SC29oG38 .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6SC29oG38 .dropdown-item:hover span {
  color: white;
}
.cid-v6SC29oG38 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6SC29oG38 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6SC29oG38 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6SC29oG38 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6SC29oG38 .nav-link {
  position: relative;
}
.cid-v6SC29oG38 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6SC29oG38 .container {
    flex-wrap: wrap;
  }
}
.cid-v6SC29oG38 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6SC29oG38 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6SC29oG38 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6SC29oG38 .dropdown-menu,
.cid-v6SC29oG38 .navbar.opened {
  background: #845af6 !important;
}
.cid-v6SC29oG38 .nav-item:focus,
.cid-v6SC29oG38 .nav-link:focus {
  outline: none;
}
.cid-v6SC29oG38 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6SC29oG38 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6SC29oG38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6SC29oG38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6SC29oG38 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6SC29oG38 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6SC29oG38 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6SC29oG38 .navbar.opened {
  transition: all 0.3s;
}
.cid-v6SC29oG38 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6SC29oG38 .navbar .navbar-logo img {
  width: auto;
}
.cid-v6SC29oG38 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6SC29oG38 .navbar.collapsed {
  justify-content: center;
}
.cid-v6SC29oG38 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6SC29oG38 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6SC29oG38 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6SC29oG38 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6SC29oG38 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6SC29oG38 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6SC29oG38 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6SC29oG38 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6SC29oG38 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6SC29oG38 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6SC29oG38 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6SC29oG38 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6SC29oG38 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6SC29oG38 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6SC29oG38 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6SC29oG38 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6SC29oG38 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6SC29oG38 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6SC29oG38 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6SC29oG38 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6SC29oG38 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6SC29oG38 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6SC29oG38 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6SC29oG38 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6SC29oG38 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6SC29oG38 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6SC29oG38 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6SC29oG38 .dropdown-item.active,
.cid-v6SC29oG38 .dropdown-item:active {
  background-color: transparent;
}
.cid-v6SC29oG38 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6SC29oG38 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6SC29oG38 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6SC29oG38 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6SC29oG38 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6SC29oG38 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6SC29oG38 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6SC29oG38 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6SC29oG38 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6SC29oG38 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6SC29oG38 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6SC29oG38 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6SC29oG38 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6SC29oG38 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6SC29oG38 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6SC29oG38 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6SC29oG38 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6SC29oG38 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6SC29oG38 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6SC29oG38 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6SC29oG38 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6SC29oG38 .navbar {
    height: 70px;
  }
  .cid-v6SC29oG38 .navbar.opened {
    height: auto;
  }
  .cid-v6SC29oG38 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6SC2a8aaW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6SC2a8aaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2a8aaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2a8aaW .mbr-section-title {
  text-align: center;
}
.cid-v6SC2b5Hnd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2b5Hnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2b5Hnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6SC2b5Hnd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6SC2b5Hnd .row {
  flex-direction: row-reverse;
}
.cid-v6SC2b5Hnd img {
  width: 100%;
}
.cid-v6SC2bBNoH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2bBNoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2bBNoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2bBNoH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2bBNoH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2bBNoH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2bBNoH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2bBNoH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2bBNoH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6SC2bBNoH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2bBNoH .mbr-text,
.cid-v6SC2bBNoH .mbr-section-btn {
  text-align: center;
}
.cid-v6SC2c83Ts {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2c83Ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2c83Ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2c83Ts .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2cyNDn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2cyNDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2cyNDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2cyNDn .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2cyNDn .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2cyNDn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2cyNDn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2cyNDn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2cyNDn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2cyNDn .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2cyNDn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SCNLer1F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SCNLer1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SCNLer1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SCNLer1F .mbr-section-title {
  color: #ffffff;
}
.cid-v6SCMon9UI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SCMon9UI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SCMon9UI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SCMon9UI .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SCMon9UI .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SCMon9UI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SCMon9UI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SCMon9UI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SCMon9UI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SCMon9UI .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SCMon9UI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2d1hvE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2d1hvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2d1hvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2d1hvE .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2d1hvE .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2d1hvE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2d1hvE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2d1hvE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2d1hvE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2d1hvE .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2d1hvE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2dzV28 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2dzV28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2dzV28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2dzV28 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2dzV28 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2dzV28 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2dzV28 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2dzV28 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2dzV28 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2dzV28 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2dzV28 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2e11Qy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2e11Qy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2e11Qy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2e11Qy .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2e11Qy .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2e11Qy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2e11Qy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2e11Qy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2e11Qy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2e11Qy .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2e11Qy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2eydzx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2eydzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2eydzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2eydzx .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2eydzx .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2eydzx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2eydzx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2eydzx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2eydzx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2eydzx .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2eydzx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2f1eyx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2f1eyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2f1eyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2f1eyx .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2f1eyx .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2f1eyx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2f1eyx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2f1eyx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2f1eyx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2f1eyx .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2f1eyx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2fu6m9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2fu6m9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2fu6m9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2fu6m9 .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2g2aDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v6SC2g2aDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2g2aDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2g2aDs .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v6SC2g2aDs .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v6SC2g2aDs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2g2aDs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v6SC2g2aDs .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v6SC2g2aDs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v6SC2g2aDs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v6SC2g2aDs .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v6SC2g2aDs .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2g2aDs .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v6SC2h8oAr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2h8oAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2h8oAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2h8oAr .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2h8oAr .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2hEXYK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6SC2hEXYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2hEXYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2hEXYK .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6SC2hEXYK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6SC2hEXYK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6SC2hEXYK .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6SC2hEXYK .mbr-text {
  text-align: left;
}
.cid-v6SC2id7zD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2id7zD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2id7zD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2id7zD .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2id7zD .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2iP0IG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2iP0IG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2iP0IG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2iP0IG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2iP0IG .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2iP0IG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2iP0IG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2iP0IG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2iP0IG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2iP0IG .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2iP0IG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2jni6R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2jni6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2jni6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2jni6R .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2jni6R .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2jTRjR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6SC2jTRjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2jTRjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2jTRjR .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6SC2jTRjR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6SC2jTRjR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6SC2jTRjR .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6SC2jTRjR .mbr-text {
  text-align: justify;
}
.cid-v6SC2ktAMt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2ktAMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2ktAMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2ktAMt .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2ktAMt .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2l96YN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2l96YN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2l96YN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2l96YN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2l96YN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2l96YN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2l96YN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2l96YN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2l96YN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2l96YN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2l96YN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2lIoso {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2lIoso .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2lIoso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2lIoso .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2lIoso .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2moly8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6SC2moly8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2moly8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2moly8 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6SC2moly8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6SC2moly8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6SC2moly8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6SC2moly8 .mbr-text {
  text-align: justify;
}
.cid-v6SC2mZuBw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2mZuBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2mZuBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2mZuBw .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2mZuBw .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2nxtf2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2nxtf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2nxtf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2nxtf2 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2nxtf2 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2nxtf2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2nxtf2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2nxtf2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2nxtf2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2nxtf2 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2nxtf2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2ogIZy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2ogIZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2ogIZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2ogIZy .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2ogIZy .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2oQldc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2oQldc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2oQldc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2oQldc .mbr-section-subtitle {
  text-align: left;
}
.cid-v6SC2pCdJp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2pCdJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2pCdJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2pCdJp .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2pCdJp .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2qbHr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2qbHr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2qbHr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2qbHr0 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SC2qbHr0 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SC2qbHr0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SC2qbHr0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2qbHr0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2qbHr0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SC2qbHr0 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SC2qbHr0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SKE1bbz5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SKE1bbz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SKE1bbz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SKE1bbz5 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SKE1bbz5 .mbr-section-title {
  color: #ffffff;
}
.cid-v6SKCFp2Ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SKCFp2Ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SKCFp2Ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SKCFp2Ep .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SKCFp2Ep .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SKCFp2Ep .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SKCFp2Ep .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SKCFp2Ep .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SKCFp2Ep .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SKCFp2Ep .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SKCFp2Ep .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SLaEKGbi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SLaEKGbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SLaEKGbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SLaEKGbi .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SLaEKGbi .mbr-section-title {
  color: #ffffff;
}
.cid-v6SL9jGRIv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SL9jGRIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SL9jGRIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SL9jGRIv .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6SL9jGRIv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6SL9jGRIv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SL9jGRIv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SL9jGRIv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SL9jGRIv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6SL9jGRIv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6SL9jGRIv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6SC2qPZsn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2qPZsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2qPZsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2qPZsn .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2qPZsn .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2ro9fp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2ro9fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2ro9fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2ro9fp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6SC2ro9fp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6SC2ro9fp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6SC2ro9fp .panel-body,
.cid-v6SC2ro9fp .card-header {
  padding: 1rem 0;
}
.cid-v6SC2ro9fp .panel-title-edit {
  color: #000000;
}
.cid-v6SC2s7j6H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2s7j6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2s7j6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2sNG3Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2sNG3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2sNG3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6SC2sNG3Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6SC2sNG3Q .row {
  flex-direction: row-reverse;
}
.cid-v6SC2sNG3Q img {
  width: 100%;
}
.cid-v6SC2tlT2w {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6SC2tRKYR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6SC2tRKYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2tRKYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2tRKYR .mbr-section-subtitle {
  text-align: center;
}
.cid-v6SC2tRKYR .mbr-section-title {
  color: #ffffff;
}
.cid-v6SC2utvR9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2utvR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2utvR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6SC2utvR9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6SC2utvR9 .row {
  flex-direction: row-reverse;
}
.cid-v6SC2utvR9 img {
  width: 100%;
}
.cid-v6SC2v85M7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6SC2v85M7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SC2v85M7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SC2v85M7 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6SC2v85M7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6SC2v85M7 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6SC2v85M7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6SC2vI9DJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6SC2vI9DJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6SC2vI9DJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6SC2vI9DJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6SC2vI9DJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6SC2vI9DJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6SC2vI9DJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6SC2vI9DJ .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-v6SC2vI9DJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6SC2vI9DJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6SC2vI9DJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6SC2vI9DJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6SC2vI9DJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6SC2vI9DJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6SC2vI9DJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6RHgiqMmq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6RHgiqMmq nav.navbar {
  position: fixed;
}
.cid-v6RHgiqMmq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6RHgiqMmq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6RHgiqMmq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6RHgiqMmq .dropdown-item:hover,
.cid-v6RHgiqMmq .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6RHgiqMmq .dropdown-item:hover span {
  color: white;
}
.cid-v6RHgiqMmq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6RHgiqMmq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6RHgiqMmq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6RHgiqMmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6RHgiqMmq .nav-link {
  position: relative;
}
.cid-v6RHgiqMmq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6RHgiqMmq .container {
    flex-wrap: wrap;
  }
}
.cid-v6RHgiqMmq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6RHgiqMmq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6RHgiqMmq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6RHgiqMmq .dropdown-menu,
.cid-v6RHgiqMmq .navbar.opened {
  background: #845af6 !important;
}
.cid-v6RHgiqMmq .nav-item:focus,
.cid-v6RHgiqMmq .nav-link:focus {
  outline: none;
}
.cid-v6RHgiqMmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6RHgiqMmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6RHgiqMmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6RHgiqMmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6RHgiqMmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6RHgiqMmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6RHgiqMmq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6RHgiqMmq .navbar.opened {
  transition: all 0.3s;
}
.cid-v6RHgiqMmq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6RHgiqMmq .navbar .navbar-logo img {
  width: auto;
}
.cid-v6RHgiqMmq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6RHgiqMmq .navbar.collapsed {
  justify-content: center;
}
.cid-v6RHgiqMmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6RHgiqMmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6RHgiqMmq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6RHgiqMmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6RHgiqMmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6RHgiqMmq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6RHgiqMmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6RHgiqMmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6RHgiqMmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6RHgiqMmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6RHgiqMmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6RHgiqMmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6RHgiqMmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6RHgiqMmq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6RHgiqMmq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6RHgiqMmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6RHgiqMmq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6RHgiqMmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6RHgiqMmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6RHgiqMmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6RHgiqMmq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6RHgiqMmq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6RHgiqMmq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6RHgiqMmq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6RHgiqMmq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6RHgiqMmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6RHgiqMmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6RHgiqMmq .dropdown-item.active,
.cid-v6RHgiqMmq .dropdown-item:active {
  background-color: transparent;
}
.cid-v6RHgiqMmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6RHgiqMmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6RHgiqMmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6RHgiqMmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6RHgiqMmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6RHgiqMmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6RHgiqMmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6RHgiqMmq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6RHgiqMmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6RHgiqMmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6RHgiqMmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6RHgiqMmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6RHgiqMmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6RHgiqMmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6RHgiqMmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6RHgiqMmq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6RHgiqMmq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6RHgiqMmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6RHgiqMmq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6RHgiqMmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6RHgiqMmq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6RHgiqMmq .navbar {
    height: 70px;
  }
  .cid-v6RHgiqMmq .navbar.opened {
    height: auto;
  }
  .cid-v6RHgiqMmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6RHgiQrs8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6RHgiQrs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgiQrs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgiQrs8 .mbr-section-title {
  text-align: center;
}
.cid-v6RHgjeqtM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgjeqtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgjeqtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6RHgjeqtM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6RHgjeqtM .row {
  flex-direction: row-reverse;
}
.cid-v6RHgjeqtM img {
  width: 100%;
}
.cid-v6RHgjuuqM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgjuuqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgjuuqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgjuuqM .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6RHgjuuqM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6RHgjuuqM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6RHgjuuqM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6RHgjuuqM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6RHgjuuqM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6RHgjuuqM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6RHgjuuqM .mbr-text,
.cid-v6RHgjuuqM .mbr-section-btn {
  text-align: center;
}
.cid-v6RHgjL9K0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgjL9K0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgjL9K0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgjL9K0 .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgjZoOe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgjZoOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgjZoOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgjZoOe .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6RHgjZoOe .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6RHgjZoOe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6RHgjZoOe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6RHgjZoOe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6RHgjZoOe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6RHgjZoOe .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6RHgjZoOe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6RHgm7LaO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgm7LaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgm7LaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgm7LaO .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgmlsYs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v6RHgmlsYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgmlsYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgmlsYs .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v6RHgmlsYs .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v6RHgmlsYs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6RHgmlsYs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v6RHgmlsYs .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v6RHgmlsYs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v6RHgmlsYs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v6RHgmlsYs .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v6RHgmlsYs .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6RHgmlsYs .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v6RHgmUA0w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgmUA0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgmUA0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgmUA0w .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgmUA0w .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgn8q95 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6RHgn8q95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgn8q95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgn8q95 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6RHgn8q95 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6RHgn8q95 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6RHgn8q95 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6RHgn8q95 .mbr-text {
  text-align: left;
}
.cid-v6RHgnopxb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgnopxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgnopxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgnopxb .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgnopxb .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgnCJz6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgnCJz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgnCJz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgnCJz6 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6RHgnCJz6 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6RHgnCJz6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6RHgnCJz6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6RHgnCJz6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6RHgnCJz6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6RHgnCJz6 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6RHgnCJz6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6RHgnSdfw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgnSdfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgnSdfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgnSdfw .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgnSdfw .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgo7wZi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6RHgo7wZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgo7wZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgo7wZi .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6RHgo7wZi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6RHgo7wZi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6RHgo7wZi .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6RHgo7wZi .mbr-text {
  text-align: justify;
}
.cid-v6RHgoqwCw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgoqwCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgoqwCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgoqwCw .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgoqwCw .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgoF6gP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgoF6gP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgoF6gP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgoF6gP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6RHgoF6gP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6RHgoF6gP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6RHgoF6gP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6RHgoF6gP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6RHgoF6gP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6RHgoF6gP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6RHgoF6gP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6RHgoVNXb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgoVNXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgoVNXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgoVNXb .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgoVNXb .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgpnnNg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6RHgpnnNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgpnnNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgpnnNg .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6RHgpnnNg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6RHgpnnNg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6RHgpnnNg .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6RHgpnnNg .mbr-text {
  text-align: justify;
}
.cid-v6RHgpPnLW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgpPnLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgpPnLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgpPnLW .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgpPnLW .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgqls4R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgqls4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgqls4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgqls4R .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6RHgqls4R .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6RHgqls4R .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6RHgqls4R .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6RHgqls4R .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6RHgqls4R .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6RHgqls4R .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6RHgqls4R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6RHgqC5Ym {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgqC5Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgqC5Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgqC5Ym .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgqC5Ym .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgqRdBt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgqRdBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgqRdBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgqRdBt .mbr-section-subtitle {
  text-align: left;
}
.cid-v6RHgr6i0i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgr6i0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgr6i0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgr6i0i .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgr6i0i .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgrlHMo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgrlHMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgrlHMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgrlHMo .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6RHgrlHMo .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6RHgrlHMo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6RHgrlHMo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6RHgrlHMo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6RHgrlHMo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6RHgrlHMo .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6RHgrlHMo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Shqqm0pd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Shqqm0pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Shqqm0pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Shqqm0pd .mbr-section-subtitle {
  text-align: center;
}
.cid-v6Shqqm0pd .mbr-section-title {
  color: #ffffff;
}
.cid-v6Shr393y1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Shr393y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Shr393y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Shr393y1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Shr393y1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Shr393y1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Shr393y1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Shr393y1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Shr393y1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Shr393y1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Shr393y1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6RHgrEutd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgrEutd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgrEutd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgrEutd .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgrEutd .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgrXms5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgrXms5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgrXms5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgrXms5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6RHgrXms5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6RHgrXms5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6RHgrXms5 .panel-body,
.cid-v6RHgrXms5 .card-header {
  padding: 1rem 0;
}
.cid-v6RHgrXms5 .panel-title-edit {
  color: #000000;
}
.cid-v6RHgsiZMt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgsiZMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgsiZMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgsyKwd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgsyKwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgsyKwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6RHgsyKwd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6RHgsyKwd .row {
  flex-direction: row-reverse;
}
.cid-v6RHgsyKwd img {
  width: 100%;
}
.cid-v6RHgsOkO2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6RHgt3q0Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6RHgt3q0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgt3q0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgt3q0Z .mbr-section-subtitle {
  text-align: center;
}
.cid-v6RHgt3q0Z .mbr-section-title {
  color: #ffffff;
}
.cid-v6RHgtmvaR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgtmvaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgtmvaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6RHgtmvaR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6RHgtmvaR .row {
  flex-direction: row-reverse;
}
.cid-v6RHgtmvaR img {
  width: 100%;
}
.cid-v6RHgtC6dK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6RHgtC6dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RHgtC6dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RHgtC6dK .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6RHgtC6dK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6RHgtC6dK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6RHgtC6dK .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6RHgtUWag {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6RHgtUWag .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6RHgtUWag .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6RHgtUWag .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6RHgtUWag .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6RHgtUWag .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6RHgtUWag .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6RHgtUWag .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-v6RHgtUWag .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6RHgtUWag .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6RHgtUWag .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6RHgtUWag .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6RHgtUWag .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6RHgtUWag .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6RHgtUWag .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6QKyqYMmw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6QKyqYMmw nav.navbar {
  position: fixed;
}
.cid-v6QKyqYMmw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6QKyqYMmw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6QKyqYMmw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6QKyqYMmw .dropdown-item:hover,
.cid-v6QKyqYMmw .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6QKyqYMmw .dropdown-item:hover span {
  color: white;
}
.cid-v6QKyqYMmw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6QKyqYMmw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6QKyqYMmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6QKyqYMmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6QKyqYMmw .nav-link {
  position: relative;
}
.cid-v6QKyqYMmw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6QKyqYMmw .container {
    flex-wrap: wrap;
  }
}
.cid-v6QKyqYMmw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6QKyqYMmw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6QKyqYMmw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6QKyqYMmw .dropdown-menu,
.cid-v6QKyqYMmw .navbar.opened {
  background: #845af6 !important;
}
.cid-v6QKyqYMmw .nav-item:focus,
.cid-v6QKyqYMmw .nav-link:focus {
  outline: none;
}
.cid-v6QKyqYMmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6QKyqYMmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6QKyqYMmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6QKyqYMmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6QKyqYMmw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6QKyqYMmw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6QKyqYMmw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6QKyqYMmw .navbar.opened {
  transition: all 0.3s;
}
.cid-v6QKyqYMmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6QKyqYMmw .navbar .navbar-logo img {
  width: auto;
}
.cid-v6QKyqYMmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6QKyqYMmw .navbar.collapsed {
  justify-content: center;
}
.cid-v6QKyqYMmw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6QKyqYMmw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6QKyqYMmw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6QKyqYMmw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6QKyqYMmw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6QKyqYMmw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6QKyqYMmw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6QKyqYMmw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6QKyqYMmw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6QKyqYMmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6QKyqYMmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6QKyqYMmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6QKyqYMmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6QKyqYMmw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6QKyqYMmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6QKyqYMmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6QKyqYMmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6QKyqYMmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6QKyqYMmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6QKyqYMmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6QKyqYMmw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6QKyqYMmw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6QKyqYMmw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6QKyqYMmw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6QKyqYMmw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6QKyqYMmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6QKyqYMmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6QKyqYMmw .dropdown-item.active,
.cid-v6QKyqYMmw .dropdown-item:active {
  background-color: transparent;
}
.cid-v6QKyqYMmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6QKyqYMmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6QKyqYMmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6QKyqYMmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6QKyqYMmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6QKyqYMmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6QKyqYMmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6QKyqYMmw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6QKyqYMmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6QKyqYMmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6QKyqYMmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6QKyqYMmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6QKyqYMmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6QKyqYMmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6QKyqYMmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6QKyqYMmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6QKyqYMmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6QKyqYMmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6QKyqYMmw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6QKyqYMmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6QKyqYMmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6QKyqYMmw .navbar {
    height: 70px;
  }
  .cid-v6QKyqYMmw .navbar.opened {
    height: auto;
  }
  .cid-v6QKyqYMmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6QKyrvHYM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6QKyrvHYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyrvHYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QKyrvHYM .mbr-section-title {
  text-align: center;
}
.cid-v6QKyxWGRD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QKyxWGRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyxWGRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QKyxWGRD .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6QKyxWGRD .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6QKyxWGRD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6QKyxWGRD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6QKyxWGRD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6QKyxWGRD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6QKyxWGRD .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6QKyxWGRD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6QKyCdKFF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QKyCdKFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyCdKFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QKyCdKFF .mbr-section-subtitle {
  text-align: left;
}
.cid-v6QKyDl0qD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6QKyDl0qD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyDl0qD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QKyDl0qD .mbr-section-subtitle {
  text-align: center;
}
.cid-v6QKyDl0qD .mbr-section-title {
  color: #ffffff;
}
.cid-v6QKyDKb24 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QKyDKb24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyDKb24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QKyDKb24 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6QKyDKb24 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6QKyDKb24 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6QKyDKb24 .panel-body,
.cid-v6QKyDKb24 .card-header {
  padding: 1rem 0;
}
.cid-v6QKyDKb24 .panel-title-edit {
  color: #000000;
}
.cid-v6QKyEbmmN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QKyEbmmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyEbmmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QKyExfmu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QKyExfmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyExfmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6QKyExfmu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6QKyExfmu .row {
  flex-direction: row-reverse;
}
.cid-v6QKyExfmu img {
  width: 100%;
}
.cid-v6QKyEVVoQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6QKyFgrE5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6QKyFgrE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyFgrE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QKyFgrE5 .mbr-section-subtitle {
  text-align: center;
}
.cid-v6QKyFgrE5 .mbr-section-title {
  color: #ffffff;
}
.cid-v6QKyFBqao {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QKyFBqao .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyFBqao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6QKyFBqao .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6QKyFBqao .row {
  flex-direction: row-reverse;
}
.cid-v6QKyFBqao img {
  width: 100%;
}
.cid-v6QKyFWRHb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QKyFWRHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QKyFWRHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QKyFWRHb .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6QKyFWRHb .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6QKyFWRHb .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6QKyFWRHb .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6QKyGloVQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6QKyGloVQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6QKyGloVQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6QKyGloVQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6QKyGloVQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6QKyGloVQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6QKyGloVQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6QKyGloVQ .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-v6QKyGloVQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6QKyGloVQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6QKyGloVQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6QKyGloVQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6QKyGloVQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6QKyGloVQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6QKyGloVQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6R5xuqzMW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6R5xuqzMW nav.navbar {
  position: fixed;
}
.cid-v6R5xuqzMW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6R5xuqzMW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6R5xuqzMW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6R5xuqzMW .dropdown-item:hover,
.cid-v6R5xuqzMW .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v6R5xuqzMW .dropdown-item:hover span {
  color: white;
}
.cid-v6R5xuqzMW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6R5xuqzMW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6R5xuqzMW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6R5xuqzMW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6R5xuqzMW .nav-link {
  position: relative;
}
.cid-v6R5xuqzMW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6R5xuqzMW .container {
    flex-wrap: wrap;
  }
}
.cid-v6R5xuqzMW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6R5xuqzMW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6R5xuqzMW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6R5xuqzMW .dropdown-menu,
.cid-v6R5xuqzMW .navbar.opened {
  background: #845af6 !important;
}
.cid-v6R5xuqzMW .nav-item:focus,
.cid-v6R5xuqzMW .nav-link:focus {
  outline: none;
}
.cid-v6R5xuqzMW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6R5xuqzMW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6R5xuqzMW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6R5xuqzMW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6R5xuqzMW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6R5xuqzMW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6R5xuqzMW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v6R5xuqzMW .navbar.opened {
  transition: all 0.3s;
}
.cid-v6R5xuqzMW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6R5xuqzMW .navbar .navbar-logo img {
  width: auto;
}
.cid-v6R5xuqzMW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6R5xuqzMW .navbar.collapsed {
  justify-content: center;
}
.cid-v6R5xuqzMW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6R5xuqzMW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6R5xuqzMW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6R5xuqzMW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6R5xuqzMW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6R5xuqzMW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6R5xuqzMW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6R5xuqzMW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6R5xuqzMW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6R5xuqzMW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6R5xuqzMW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6R5xuqzMW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6R5xuqzMW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6R5xuqzMW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6R5xuqzMW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6R5xuqzMW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6R5xuqzMW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6R5xuqzMW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6R5xuqzMW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6R5xuqzMW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6R5xuqzMW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6R5xuqzMW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6R5xuqzMW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6R5xuqzMW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6R5xuqzMW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6R5xuqzMW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6R5xuqzMW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6R5xuqzMW .dropdown-item.active,
.cid-v6R5xuqzMW .dropdown-item:active {
  background-color: transparent;
}
.cid-v6R5xuqzMW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6R5xuqzMW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6R5xuqzMW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6R5xuqzMW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v6R5xuqzMW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6R5xuqzMW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6R5xuqzMW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6R5xuqzMW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6R5xuqzMW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6R5xuqzMW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6R5xuqzMW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6R5xuqzMW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6R5xuqzMW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6R5xuqzMW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6R5xuqzMW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6R5xuqzMW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6R5xuqzMW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6R5xuqzMW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6R5xuqzMW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6R5xuqzMW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6R5xuqzMW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6R5xuqzMW .navbar {
    height: 70px;
  }
  .cid-v6R5xuqzMW .navbar.opened {
    height: auto;
  }
  .cid-v6R5xuqzMW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6R5xuVEiZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v6R5xuVEiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xuVEiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R5xuVEiZ .mbr-section-title {
  text-align: center;
}
.cid-v6R5xvkPXW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6R5xvkPXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xvkPXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R5xvkPXW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6R5xvkPXW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6R5xvkPXW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6R5xvkPXW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6R5xvkPXW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6R5xvkPXW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6R5xvkPXW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6R5xvkPXW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6R5xvHs38 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6R5xvHs38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xvHs38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R5xvHs38 .mbr-section-subtitle {
  text-align: left;
}
.cid-v6R5xw0gKr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6R5xw0gKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xw0gKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R5xw0gKr .mbr-section-subtitle {
  text-align: center;
}
.cid-v6R5xw0gKr .mbr-section-title {
  color: #ffffff;
}
.cid-v6R5xwibXr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6R5xwibXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xwibXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R5xwibXr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v6R5xwibXr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6R5xwibXr .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v6R5xwibXr .panel-body,
.cid-v6R5xwibXr .card-header {
  padding: 1rem 0;
}
.cid-v6R5xwibXr .panel-title-edit {
  color: #000000;
}
.cid-v6R5xwGi1T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6R5xwGi1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xwGi1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R5xxbCpB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6R5xxbCpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xxbCpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6R5xxbCpB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6R5xxbCpB .row {
  flex-direction: row-reverse;
}
.cid-v6R5xxbCpB img {
  width: 100%;
}
.cid-v6R5xxRMsC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6R5xyc0go {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6R5xyc0go .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xyc0go .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R5xyc0go .mbr-section-subtitle {
  text-align: center;
}
.cid-v6R5xyc0go .mbr-section-title {
  color: #ffffff;
}
.cid-v6R5xyuotp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6R5xyuotp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xyuotp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6R5xyuotp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6R5xyuotp .row {
  flex-direction: row-reverse;
}
.cid-v6R5xyuotp img {
  width: 100%;
}
.cid-v6R5xyP7jD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6R5xyP7jD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R5xyP7jD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R5xyP7jD .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v6R5xyP7jD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6R5xyP7jD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6R5xyP7jD .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6R5xz8Wto {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6R5xz8Wto .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6R5xz8Wto .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6R5xz8Wto .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6R5xz8Wto .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6R5xz8Wto .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6R5xz8Wto .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6R5xz8Wto .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-v6R5xz8Wto .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6R5xz8Wto .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6R5xz8Wto .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6R5xz8Wto .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6R5xz8Wto .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6R5xz8Wto .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6R5xz8Wto .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLcIgUkpyM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLcIgUkpyM nav.navbar {
  position: fixed;
}
.cid-tLcIgUkpyM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLcIgUkpyM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLcIgUkpyM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLcIgUkpyM .dropdown-item:hover,
.cid-tLcIgUkpyM .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-tLcIgUkpyM .dropdown-item:hover span {
  color: white;
}
.cid-tLcIgUkpyM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLcIgUkpyM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLcIgUkpyM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLcIgUkpyM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLcIgUkpyM .nav-link {
  position: relative;
}
.cid-tLcIgUkpyM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLcIgUkpyM .container {
    flex-wrap: wrap;
  }
}
.cid-tLcIgUkpyM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLcIgUkpyM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLcIgUkpyM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLcIgUkpyM .dropdown-menu,
.cid-tLcIgUkpyM .navbar.opened {
  background: #845af6 !important;
}
.cid-tLcIgUkpyM .nav-item:focus,
.cid-tLcIgUkpyM .nav-link:focus {
  outline: none;
}
.cid-tLcIgUkpyM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLcIgUkpyM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLcIgUkpyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLcIgUkpyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLcIgUkpyM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLcIgUkpyM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLcIgUkpyM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-tLcIgUkpyM .navbar.opened {
  transition: all 0.3s;
}
.cid-tLcIgUkpyM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLcIgUkpyM .navbar .navbar-logo img {
  width: auto;
}
.cid-tLcIgUkpyM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLcIgUkpyM .navbar.collapsed {
  justify-content: center;
}
.cid-tLcIgUkpyM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLcIgUkpyM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLcIgUkpyM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLcIgUkpyM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLcIgUkpyM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLcIgUkpyM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLcIgUkpyM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLcIgUkpyM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLcIgUkpyM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLcIgUkpyM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLcIgUkpyM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLcIgUkpyM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLcIgUkpyM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLcIgUkpyM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLcIgUkpyM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLcIgUkpyM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLcIgUkpyM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLcIgUkpyM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLcIgUkpyM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLcIgUkpyM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLcIgUkpyM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLcIgUkpyM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLcIgUkpyM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLcIgUkpyM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLcIgUkpyM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLcIgUkpyM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLcIgUkpyM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLcIgUkpyM .dropdown-item.active,
.cid-tLcIgUkpyM .dropdown-item:active {
  background-color: transparent;
}
.cid-tLcIgUkpyM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLcIgUkpyM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLcIgUkpyM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLcIgUkpyM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-tLcIgUkpyM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLcIgUkpyM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLcIgUkpyM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLcIgUkpyM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLcIgUkpyM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLcIgUkpyM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLcIgUkpyM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLcIgUkpyM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLcIgUkpyM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLcIgUkpyM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLcIgUkpyM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLcIgUkpyM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLcIgUkpyM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLcIgUkpyM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLcIgUkpyM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLcIgUkpyM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLcIgUkpyM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLcIgUkpyM .navbar {
    height: 70px;
  }
  .cid-tLcIgUkpyM .navbar.opened {
    height: auto;
  }
  .cid-tLcIgUkpyM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLGdvaL88b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcIgUCFB9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLcIgUCFB9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLcIgUCFB9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLcIgUCFB9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLcIgUCFB9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLcIgUCFB9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLcIgUCFB9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLcIgUCFB9 .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-tLcIgUCFB9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLcIgUCFB9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLcIgUCFB9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLcIgUCFB9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLcIgUCFB9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLcIgUCFB9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLcIgUCFB9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLcIcNEty3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLcIcNEty3 nav.navbar {
  position: fixed;
}
.cid-tLcIcNEty3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLcIcNEty3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLcIcNEty3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLcIcNEty3 .dropdown-item:hover,
.cid-tLcIcNEty3 .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-tLcIcNEty3 .dropdown-item:hover span {
  color: white;
}
.cid-tLcIcNEty3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLcIcNEty3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLcIcNEty3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLcIcNEty3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLcIcNEty3 .nav-link {
  position: relative;
}
.cid-tLcIcNEty3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLcIcNEty3 .container {
    flex-wrap: wrap;
  }
}
.cid-tLcIcNEty3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLcIcNEty3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLcIcNEty3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLcIcNEty3 .dropdown-menu,
.cid-tLcIcNEty3 .navbar.opened {
  background: #845af6 !important;
}
.cid-tLcIcNEty3 .nav-item:focus,
.cid-tLcIcNEty3 .nav-link:focus {
  outline: none;
}
.cid-tLcIcNEty3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLcIcNEty3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLcIcNEty3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLcIcNEty3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLcIcNEty3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLcIcNEty3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLcIcNEty3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-tLcIcNEty3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLcIcNEty3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLcIcNEty3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tLcIcNEty3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLcIcNEty3 .navbar.collapsed {
  justify-content: center;
}
.cid-tLcIcNEty3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLcIcNEty3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLcIcNEty3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLcIcNEty3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLcIcNEty3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLcIcNEty3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLcIcNEty3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLcIcNEty3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLcIcNEty3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLcIcNEty3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLcIcNEty3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLcIcNEty3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLcIcNEty3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLcIcNEty3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLcIcNEty3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLcIcNEty3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLcIcNEty3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLcIcNEty3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLcIcNEty3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLcIcNEty3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLcIcNEty3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLcIcNEty3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLcIcNEty3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLcIcNEty3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLcIcNEty3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLcIcNEty3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLcIcNEty3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLcIcNEty3 .dropdown-item.active,
.cid-tLcIcNEty3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLcIcNEty3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLcIcNEty3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLcIcNEty3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLcIcNEty3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-tLcIcNEty3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLcIcNEty3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLcIcNEty3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLcIcNEty3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLcIcNEty3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLcIcNEty3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLcIcNEty3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLcIcNEty3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLcIcNEty3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLcIcNEty3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLcIcNEty3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLcIcNEty3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLcIcNEty3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLcIcNEty3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLcIcNEty3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLcIcNEty3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLcIcNEty3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLcIcNEty3 .navbar {
    height: 70px;
  }
  .cid-tLcIcNEty3 .navbar.opened {
    height: auto;
  }
  .cid-tLcIcNEty3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLGcNcCPOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcIcOmdx2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLcIcOmdx2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLcIcOmdx2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLcIcOmdx2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLcIcOmdx2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLcIcOmdx2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLcIcOmdx2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLcIcOmdx2 .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-tLcIcOmdx2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLcIcOmdx2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLcIcOmdx2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLcIcOmdx2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLcIcOmdx2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLcIcOmdx2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLcIcOmdx2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLclnOs7BI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLclnOs7BI nav.navbar {
  position: fixed;
}
.cid-tLclnOs7BI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLclnOs7BI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLclnOs7BI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLclnOs7BI .dropdown-item:hover,
.cid-tLclnOs7BI .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-tLclnOs7BI .dropdown-item:hover span {
  color: white;
}
.cid-tLclnOs7BI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLclnOs7BI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLclnOs7BI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLclnOs7BI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLclnOs7BI .nav-link {
  position: relative;
}
.cid-tLclnOs7BI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLclnOs7BI .container {
    flex-wrap: wrap;
  }
}
.cid-tLclnOs7BI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLclnOs7BI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLclnOs7BI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLclnOs7BI .dropdown-menu,
.cid-tLclnOs7BI .navbar.opened {
  background: #845af6 !important;
}
.cid-tLclnOs7BI .nav-item:focus,
.cid-tLclnOs7BI .nav-link:focus {
  outline: none;
}
.cid-tLclnOs7BI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLclnOs7BI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLclnOs7BI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLclnOs7BI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLclnOs7BI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLclnOs7BI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLclnOs7BI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-tLclnOs7BI .navbar.opened {
  transition: all 0.3s;
}
.cid-tLclnOs7BI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLclnOs7BI .navbar .navbar-logo img {
  width: auto;
}
.cid-tLclnOs7BI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLclnOs7BI .navbar.collapsed {
  justify-content: center;
}
.cid-tLclnOs7BI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLclnOs7BI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLclnOs7BI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLclnOs7BI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLclnOs7BI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLclnOs7BI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLclnOs7BI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLclnOs7BI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLclnOs7BI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLclnOs7BI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLclnOs7BI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLclnOs7BI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLclnOs7BI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLclnOs7BI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLclnOs7BI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLclnOs7BI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLclnOs7BI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLclnOs7BI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLclnOs7BI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLclnOs7BI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLclnOs7BI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLclnOs7BI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLclnOs7BI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLclnOs7BI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLclnOs7BI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLclnOs7BI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLclnOs7BI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLclnOs7BI .dropdown-item.active,
.cid-tLclnOs7BI .dropdown-item:active {
  background-color: transparent;
}
.cid-tLclnOs7BI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLclnOs7BI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLclnOs7BI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLclnOs7BI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-tLclnOs7BI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLclnOs7BI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLclnOs7BI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLclnOs7BI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLclnOs7BI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLclnOs7BI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLclnOs7BI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLclnOs7BI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLclnOs7BI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLclnOs7BI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLclnOs7BI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLclnOs7BI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLclnOs7BI .navbar {
    height: 70px;
  }
  .cid-tLclnOs7BI .navbar.opened {
    height: auto;
  }
  .cid-tLclnOs7BI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLGbBzduJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcGI6bA0p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLcGI6bA0p .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLcGI6bA0p .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLcGI6bA0p .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLcGI6bA0p .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLcGI6bA0p .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLcGI6bA0p .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLcGI6bA0p .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-tLcGI6bA0p .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLcGI6bA0p .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLcGI6bA0p .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLcGI6bA0p .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLcGI6bA0p .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLcGI6bA0p .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLcGI6bA0p .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v71YvVeqTw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v71YvVeqTw nav.navbar {
  position: fixed;
}
.cid-v71YvVeqTw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v71YvVeqTw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v71YvVeqTw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v71YvVeqTw .dropdown-item:hover,
.cid-v71YvVeqTw .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-v71YvVeqTw .dropdown-item:hover span {
  color: white;
}
.cid-v71YvVeqTw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v71YvVeqTw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v71YvVeqTw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v71YvVeqTw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v71YvVeqTw .nav-link {
  position: relative;
}
.cid-v71YvVeqTw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v71YvVeqTw .container {
    flex-wrap: wrap;
  }
}
.cid-v71YvVeqTw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v71YvVeqTw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v71YvVeqTw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v71YvVeqTw .dropdown-menu,
.cid-v71YvVeqTw .navbar.opened {
  background: #845af6 !important;
}
.cid-v71YvVeqTw .nav-item:focus,
.cid-v71YvVeqTw .nav-link:focus {
  outline: none;
}
.cid-v71YvVeqTw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v71YvVeqTw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v71YvVeqTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v71YvVeqTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v71YvVeqTw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v71YvVeqTw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v71YvVeqTw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-v71YvVeqTw .navbar.opened {
  transition: all 0.3s;
}
.cid-v71YvVeqTw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v71YvVeqTw .navbar .navbar-logo img {
  width: auto;
}
.cid-v71YvVeqTw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v71YvVeqTw .navbar.collapsed {
  justify-content: center;
}
.cid-v71YvVeqTw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v71YvVeqTw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v71YvVeqTw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v71YvVeqTw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v71YvVeqTw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v71YvVeqTw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v71YvVeqTw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v71YvVeqTw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v71YvVeqTw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v71YvVeqTw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v71YvVeqTw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v71YvVeqTw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v71YvVeqTw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v71YvVeqTw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v71YvVeqTw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v71YvVeqTw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v71YvVeqTw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v71YvVeqTw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v71YvVeqTw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v71YvVeqTw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v71YvVeqTw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v71YvVeqTw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v71YvVeqTw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v71YvVeqTw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v71YvVeqTw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v71YvVeqTw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v71YvVeqTw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v71YvVeqTw .dropdown-item.active,
.cid-v71YvVeqTw .dropdown-item:active {
  background-color: transparent;
}
.cid-v71YvVeqTw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v71YvVeqTw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v71YvVeqTw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v71YvVeqTw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-v71YvVeqTw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v71YvVeqTw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v71YvVeqTw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v71YvVeqTw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v71YvVeqTw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v71YvVeqTw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v71YvVeqTw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v71YvVeqTw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v71YvVeqTw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v71YvVeqTw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v71YvVeqTw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v71YvVeqTw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v71YvVeqTw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v71YvVeqTw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v71YvVeqTw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v71YvVeqTw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v71YvVeqTw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v71YvVeqTw .navbar {
    height: 70px;
  }
  .cid-v71YvVeqTw .navbar.opened {
    height: auto;
  }
  .cid-v71YvVeqTw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v71YvVDwPH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-v71YvVDwPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvVDwPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvVDwPH .mbr-section-title {
  text-align: center;
}
.cid-v71YvVVVV4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71YvVVVV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvVVVV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v71YvVVVV4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v71YvVVVV4 .row {
  flex-direction: row-reverse;
}
.cid-v71YvVVVV4 img {
  width: 100%;
}
.cid-v71YvWaGTn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71YvWaGTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvWaGTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvWaGTn .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v71YvWaGTn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v71YvWaGTn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v71YvWaGTn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71YvWaGTn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v71YvWaGTn .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v71YvWaGTn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v71YvWaGTn .mbr-text,
.cid-v71YvWaGTn .mbr-section-btn {
  text-align: center;
}
.cid-v71YvWrM4Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71YvWrM4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvWrM4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvWrM4Y .mbr-section-title {
  color: #ffffff;
}
.cid-v71YvWIamk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71YvWIamk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvWIamk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvWIamk .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v71YvWIamk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v71YvWIamk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v71YvWIamk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v71YvWIamk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71YvWIamk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v71YvWIamk .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v71YvWIamk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v71YvWXIkF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71YvWXIkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvWXIkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvWXIkF .mbr-section-title {
  color: #ffffff;
}
.cid-v71YvXch4N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v71YvXch4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvXch4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvXch4N .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v71YvXch4N .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v71YvXch4N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v71YvXch4N .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v71YvXch4N .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v71YvXch4N .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v71YvXch4N .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v71YvXch4N .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v71YvXch4N .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71YvXch4N .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v71YvXFlUZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71YvXFlUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvXFlUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvXFlUZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v71YvXFlUZ .mbr-section-title {
  color: #ffffff;
}
.cid-v71YvXSD8D {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v71YvXSD8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvXSD8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvXSD8D .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v71YvXSD8D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v71YvXSD8D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v71YvXSD8D .text-wrapper {
    padding: 2rem;
  }
}
.cid-v71YvXSD8D .mbr-text {
  text-align: left;
}
.cid-v71YvYaRTK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71YvYaRTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvYaRTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvYaRTK .mbr-section-subtitle {
  text-align: center;
}
.cid-v71YvYaRTK .mbr-section-title {
  color: #ffffff;
}
.cid-v71YvYmlBu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71YvYmlBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvYmlBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvYmlBu .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v71YvYmlBu .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v71YvYmlBu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v71YvYmlBu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v71YvYmlBu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71YvYmlBu .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v71YvYmlBu .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v71YvYmlBu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v71YvYA8MX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71YvYA8MX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvYA8MX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvYA8MX .mbr-section-subtitle {
  text-align: center;
}
.cid-v71YvYA8MX .mbr-section-title {
  color: #ffffff;
}
.cid-v71YvYNJ9L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v71YvYNJ9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvYNJ9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v71YvYNJ9L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v71YvYNJ9L img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v71YvYNJ9L .text-wrapper {
    padding: 2rem;
  }
}
.cid-v71YvYNJ9L .mbr-text {
  text-align: justify;
}
.cid-v71YvZ8VFY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71YvZ8VFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvZ8VFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvZ8VFY .mbr-section-subtitle {
  text-align: center;
}
.cid-v71YvZ8VFY .mbr-section-title {
  color: #ffffff;
}
.cid-v71YvZxJDO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71YvZxJDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvZxJDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvZxJDO .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v71YvZxJDO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v71YvZxJDO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v71YvZxJDO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v71YvZxJDO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71YvZxJDO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v71YvZxJDO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v71YvZxJDO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v71YvZVNlv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71YvZVNlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71YvZVNlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71YvZVNlv .mbr-section-subtitle {
  text-align: center;
}
.cid-v71YvZVNlv .mbr-section-title {
  color: #ffffff;
}
.cid-v71Yw0dX20 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v71Yw0dX20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw0dX20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw0dX20 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v71Yw0dX20 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v71Yw0dX20 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v71Yw0dX20 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v71Yw0dX20 .mbr-text {
  text-align: justify;
}
.cid-v71Yw0ub9R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71Yw0ub9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw0ub9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw0ub9R .mbr-section-subtitle {
  text-align: center;
}
.cid-v71Yw0ub9R .mbr-section-title {
  color: #ffffff;
}
.cid-v71Yw0Npyl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw0Npyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw0Npyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw0Npyl .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v71Yw0Npyl .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v71Yw0Npyl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v71Yw0Npyl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v71Yw0Npyl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71Yw0Npyl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v71Yw0Npyl .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v71Yw0Npyl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v71Yw18yqn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71Yw18yqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw18yqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw18yqn .mbr-section-subtitle {
  text-align: center;
}
.cid-v71Yw18yqn .mbr-section-title {
  color: #ffffff;
}
.cid-v71Yw1rgdH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw1rgdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw1rgdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw1rgdH .mbr-section-subtitle {
  text-align: left;
}
.cid-v71Yw2pwgt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71Yw2pwgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw2pwgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw2pwgt .mbr-section-subtitle {
  text-align: center;
}
.cid-v71Yw2pwgt .mbr-section-title {
  color: #ffffff;
}
.cid-v7299x40Rw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7299x40Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7299x40Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7299x40Rw .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v7299x40Rw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7299x40Rw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7299x40Rw .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7299x40Rw .mbr-text {
  text-align: justify;
}
.cid-v729koP4GR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v729koP4GR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v729koP4GR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v729koP4GR .mbr-section-subtitle {
  text-align: center;
}
.cid-v729koP4GR .mbr-section-title {
  color: #ffffff;
}
.cid-v71Yw2YuK1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw2YuK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw2YuK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw2YuK1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v71Yw2YuK1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v71Yw2YuK1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v71Yw2YuK1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v71Yw2YuK1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71Yw2YuK1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v71Yw2YuK1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v71Yw2YuK1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v71Yw3xoq5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71Yw3xoq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw3xoq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw3xoq5 .mbr-section-subtitle {
  text-align: center;
}
.cid-v71Yw3xoq5 .mbr-section-title {
  color: #ffffff;
}
.cid-v71Yw3MSPZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw3MSPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw3MSPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw3MSPZ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v71Yw3MSPZ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v71Yw3MSPZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v71Yw3MSPZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v71Yw3MSPZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71Yw3MSPZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v71Yw3MSPZ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v71Yw3MSPZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v71Yw43gxA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71Yw43gxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw43gxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw43gxA .mbr-section-subtitle {
  text-align: center;
}
.cid-v71Yw43gxA .mbr-section-title {
  color: #ffffff;
}
.cid-v71Yw4nWrd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw4nWrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw4nWrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw4nWrd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v71Yw4nWrd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v71Yw4nWrd .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-v71Yw4nWrd .panel-body,
.cid-v71Yw4nWrd .card-header {
  padding: 1rem 0;
}
.cid-v71Yw4nWrd .panel-title-edit {
  color: #000000;
}
.cid-v71Yw4Jjtb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw4Jjtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw4Jjtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw51luZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw51luZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw51luZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v71Yw51luZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v71Yw51luZ .row {
  flex-direction: row-reverse;
}
.cid-v71Yw51luZ img {
  width: 100%;
}
.cid-v71Yw5inOI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v71Yw5wrcQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v71Yw5wrcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw5wrcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw5wrcQ .mbr-section-subtitle {
  text-align: center;
}
.cid-v71Yw5wrcQ .mbr-section-title {
  color: #ffffff;
}
.cid-v71Yw5Qpdf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw5Qpdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw5Qpdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v71Yw5Qpdf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v71Yw5Qpdf .row {
  flex-direction: row-reverse;
}
.cid-v71Yw5Qpdf img {
  width: 100%;
}
.cid-v71Yw66ong {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v71Yw66ong .mbr-fallback-image.disabled {
  display: none;
}
.cid-v71Yw66ong .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v71Yw66ong .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v71Yw66ong .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v71Yw66ong .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v71Yw66ong .card-wrapper {
    padding: 4rem;
  }
}
.cid-v71Yw6mRmd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v71Yw6mRmd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v71Yw6mRmd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v71Yw6mRmd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v71Yw6mRmd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v71Yw6mRmd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v71Yw6mRmd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v71Yw6mRmd .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-v71Yw6mRmd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v71Yw6mRmd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v71Yw6mRmd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v71Yw6mRmd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v71Yw6mRmd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v71Yw6mRmd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v71Yw6mRmd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLclnOs7BI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLclnOs7BI nav.navbar {
  position: fixed;
}
.cid-tLclnOs7BI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLclnOs7BI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLclnOs7BI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLclnOs7BI .dropdown-item:hover,
.cid-tLclnOs7BI .dropdown-item:focus {
  background: #ff8c00 !important;
  color: white !important;
}
.cid-tLclnOs7BI .dropdown-item:hover span {
  color: white;
}
.cid-tLclnOs7BI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLclnOs7BI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLclnOs7BI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLclnOs7BI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLclnOs7BI .nav-link {
  position: relative;
}
.cid-tLclnOs7BI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLclnOs7BI .container {
    flex-wrap: wrap;
  }
}
.cid-tLclnOs7BI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLclnOs7BI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLclnOs7BI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLclnOs7BI .dropdown-menu,
.cid-tLclnOs7BI .navbar.opened {
  background: #845af6 !important;
}
.cid-tLclnOs7BI .nav-item:focus,
.cid-tLclnOs7BI .nav-link:focus {
  outline: none;
}
.cid-tLclnOs7BI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLclnOs7BI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLclnOs7BI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLclnOs7BI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLclnOs7BI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLclnOs7BI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLclnOs7BI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #845af6;
}
.cid-tLclnOs7BI .navbar.opened {
  transition: all 0.3s;
}
.cid-tLclnOs7BI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLclnOs7BI .navbar .navbar-logo img {
  width: auto;
}
.cid-tLclnOs7BI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLclnOs7BI .navbar.collapsed {
  justify-content: center;
}
.cid-tLclnOs7BI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLclnOs7BI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLclnOs7BI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLclnOs7BI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLclnOs7BI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLclnOs7BI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLclnOs7BI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLclnOs7BI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLclnOs7BI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLclnOs7BI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLclnOs7BI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLclnOs7BI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLclnOs7BI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLclnOs7BI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLclnOs7BI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLclnOs7BI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLclnOs7BI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLclnOs7BI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLclnOs7BI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLclnOs7BI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLclnOs7BI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLclnOs7BI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLclnOs7BI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLclnOs7BI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLclnOs7BI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLclnOs7BI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLclnOs7BI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLclnOs7BI .dropdown-item.active,
.cid-tLclnOs7BI .dropdown-item:active {
  background-color: transparent;
}
.cid-tLclnOs7BI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLclnOs7BI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLclnOs7BI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLclnOs7BI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #845af6;
}
.cid-tLclnOs7BI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLclnOs7BI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLclnOs7BI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLclnOs7BI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLclnOs7BI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLclnOs7BI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLclnOs7BI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLclnOs7BI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLclnOs7BI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLclnOs7BI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLclnOs7BI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLclnOs7BI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLclnOs7BI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLclnOs7BI .navbar {
    height: 70px;
  }
  .cid-tLclnOs7BI .navbar.opened {
    height: auto;
  }
  .cid-tLclnOs7BI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLclvjp4zp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3fcff;
}
.cid-tLclvjp4zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLclvjp4zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLclvjp4zp .mbr-section-title {
  text-align: center;
}
.cid-v6PlP1TemS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6PlP1TemS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PlP1TemS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6PlP1TemS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6PlP1TemS .row {
  flex-direction: row-reverse;
}
.cid-v6PlP1TemS img {
  width: 100%;
}
.cid-tLcpgbq2pq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLcpgbq2pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcpgbq2pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcpgbq2pq .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tLcpgbq2pq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLcpgbq2pq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLcpgbq2pq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLcpgbq2pq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tLcpgbq2pq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tLcpgbq2pq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLcpgbq2pq .mbr-text,
.cid-tLcpgbq2pq .mbr-section-btn {
  text-align: center;
}
.cid-tLcvjnZQTe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-tLcvjnZQTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcvjnZQTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcvjnZQTe .mbr-section-title {
  color: #ffffff;
}
.cid-v6Q1Vn2yAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Q1Vn2yAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Q1Vn2yAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Q1Vn2yAW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Q1Vn2yAW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Q1Vn2yAW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Q1Vn2yAW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Q1Vn2yAW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Q1Vn2yAW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Q1Vn2yAW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Q1Vn2yAW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Q4ose8Sf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Q4ose8Sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Q4ose8Sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Q4ose8Sf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Q4ose8Sf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Q4ose8Sf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Q4ose8Sf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Q4ose8Sf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Q4ose8Sf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Q4ose8Sf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Q4ose8Sf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Qa8LePPG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Qa8LePPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Qa8LePPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Qa8LePPG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Qa8LePPG .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Qa8LePPG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Qa8LePPG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Qa8LePPG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Qa8LePPG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Qa8LePPG .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Qa8LePPG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6QaK8fdZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QaK8fdZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QaK8fdZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QaK8fdZk .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6QaK8fdZk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6QaK8fdZk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6QaK8fdZk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6QaK8fdZk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6QaK8fdZk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6QaK8fdZk .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6QaK8fdZk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Qc0XpcGR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Qc0XpcGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Qc0XpcGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Qc0XpcGR .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Qc0XpcGR .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Qc0XpcGR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Qc0XpcGR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Qc0XpcGR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Qc0XpcGR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Qc0XpcGR .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Qc0XpcGR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6QcCRd1Iq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QcCRd1Iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QcCRd1Iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QcCRd1Iq .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6QcCRd1Iq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6QcCRd1Iq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6QcCRd1Iq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6QcCRd1Iq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6QcCRd1Iq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6QcCRd1Iq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6QcCRd1Iq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6Q0wGc0L3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v6Q0wGc0L3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Q0wGc0L3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Q0wGc0L3 .mbr-section-title {
  color: #ffffff;
}
.cid-tLFIln0LHM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tLFIln0LHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFIln0LHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFIln0LHM .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tLFIln0LHM .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tLFIln0LHM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLFIln0LHM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tLFIln0LHM .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tLFIln0LHM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tLFIln0LHM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLFIln0LHM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tLFIln0LHM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLFIln0LHM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tLcytCP5Mp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-tLcytCP5Mp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcytCP5Mp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcytCP5Mp .mbr-section-subtitle {
  text-align: center;
}
.cid-tLcytCP5Mp .mbr-section-title {
  color: #ffffff;
}
.cid-tLcyX7bSsD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLcyX7bSsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcyX7bSsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcyX7bSsD .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tLcyX7bSsD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLcyX7bSsD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLcyX7bSsD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tLcyX7bSsD .mbr-text {
  text-align: left;
}
.cid-tLcAsozquJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-tLcAsozquJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcAsozquJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcAsozquJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tLcAsozquJ .mbr-section-title {
  color: #ffffff;
}
.cid-v6QgIyqIDW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QgIyqIDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QgIyqIDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QgIyqIDW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6QgIyqIDW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6QgIyqIDW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6QgIyqIDW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6QgIyqIDW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6QgIyqIDW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6QgIyqIDW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6QgIyqIDW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7ayrAbmn1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-u7ayrAbmn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ayrAbmn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ayrAbmn1 .mbr-section-subtitle {
  text-align: center;
}
.cid-u7ayrAbmn1 .mbr-section-title {
  color: #ffffff;
}
.cid-v6QkSLxjtc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6QkSLxjtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QkSLxjtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QkSLxjtc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6QkSLxjtc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6QkSLxjtc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6QkSLxjtc .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6QkSLxjtc .mbr-text {
  text-align: justify;
}
.cid-u7aBudZQGD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-u7aBudZQGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aBudZQGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aBudZQGD .mbr-section-subtitle {
  text-align: center;
}
.cid-u7aBudZQGD .mbr-section-title {
  color: #ffffff;
}
.cid-v6Qns85Kyn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Qns85Kyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Qns85Kyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Qns85Kyn .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6Qns85Kyn .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6Qns85Kyn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6Qns85Kyn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6Qns85Kyn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Qns85Kyn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6Qns85Kyn .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6Qns85Kyn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLFweL3ErO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-tLFweL3ErO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFweL3ErO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFweL3ErO .mbr-section-subtitle {
  text-align: center;
}
.cid-tLFweL3ErO .mbr-section-title {
  color: #ffffff;
}
.cid-v6QpJGfjlP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6QpJGfjlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QpJGfjlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QpJGfjlP .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v6QpJGfjlP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6QpJGfjlP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6QpJGfjlP .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6QpJGfjlP .mbr-text {
  text-align: justify;
}
.cid-tLFzIby5qC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-tLFzIby5qC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFzIby5qC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFzIby5qC .mbr-section-subtitle {
  text-align: center;
}
.cid-tLFzIby5qC .mbr-section-title {
  color: #ffffff;
}
.cid-v6QrIA8pdf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6QrIA8pdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QrIA8pdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QrIA8pdf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6QrIA8pdf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v6QrIA8pdf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6QrIA8pdf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6QrIA8pdf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6QrIA8pdf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6QrIA8pdf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6QrIA8pdf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLFYRSndfi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-tLFYRSndfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFYRSndfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFYRSndfi .mbr-section-subtitle {
  text-align: center;
}
.cid-tLFYRSndfi .mbr-section-title {
  color: #ffffff;
}
.cid-tLFYYerMPi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLFYYerMPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFYYerMPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFYYerMPi .mbr-section-subtitle {
  text-align: left;
}
.cid-tLFEPDavuP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-tLFEPDavuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFEPDavuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFEPDavuP .mbr-section-subtitle {
  text-align: center;
}
.cid-tLFEPDavuP .mbr-section-title {
  color: #ffffff;
}
.cid-tLFF32cDVj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLFF32cDVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFF32cDVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFF32cDVj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tLFF32cDVj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tLFF32cDVj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLFF32cDVj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLFF32cDVj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLFF32cDVj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tLFF32cDVj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLFF32cDVj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v77UTiC2gu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-v77UTiC2gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v77UTiC2gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v77UTiC2gu .mbr-section-subtitle {
  text-align: center;
}
.cid-v77UTiC2gu .mbr-section-title {
  color: #ffffff;
}
.cid-v77UP5RFLV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v77UP5RFLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v77UP5RFLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v77UP5RFLV .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v77UP5RFLV .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v77UP5RFLV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v77UP5RFLV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v77UP5RFLV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v77UP5RFLV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v77UP5RFLV .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v77UP5RFLV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7axlvrbD6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-u7axlvrbD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7axlvrbD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7axlvrbD6 .mbr-section-subtitle {
  text-align: center;
}
.cid-u7axlvrbD6 .mbr-section-title {
  color: #ffffff;
}
.cid-tLcGoP7gO2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLcGoP7gO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcGoP7gO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcGoP7gO2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLcGoP7gO2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLcGoP7gO2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff8c00;
}
.cid-tLcGoP7gO2 .panel-body,
.cid-tLcGoP7gO2 .card-header {
  padding: 1rem 0;
}
.cid-tLcGoP7gO2 .panel-title-edit {
  color: #000000;
}
.cid-tLFFRV0vg2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLFFRV0vg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFFRV0vg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFFXTzvIN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLFFXTzvIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFFXTzvIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLFFXTzvIN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLFFXTzvIN .row {
  flex-direction: row-reverse;
}
.cid-tLFFXTzvIN img {
  width: 100%;
}
.cid-tLFLR8HMXG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLFGB0l1Nb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #845af6;
}
.cid-tLFGB0l1Nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFGB0l1Nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFGB0l1Nb .mbr-section-subtitle {
  text-align: center;
}
.cid-tLFGB0l1Nb .mbr-section-title {
  color: #ffffff;
}
.cid-tLFHWIf7GG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLFHWIf7GG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFHWIf7GG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLFHWIf7GG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLFHWIf7GG .row {
  flex-direction: row-reverse;
}
.cid-tLFHWIf7GG img {
  width: 100%;
}
.cid-tLFHl1ieei {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLFHl1ieei .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFHl1ieei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFHl1ieei .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tLFHl1ieei .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLFHl1ieei .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLFHl1ieei .card-wrapper {
    padding: 4rem;
  }
}
.cid-tLcGI6bA0p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLcGI6bA0p .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLcGI6bA0p .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLcGI6bA0p .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLcGI6bA0p .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLcGI6bA0p .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLcGI6bA0p .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLcGI6bA0p .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-tLcGI6bA0p .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLcGI6bA0p .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLcGI6bA0p .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLcGI6bA0p .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLcGI6bA0p .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLcGI6bA0p .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLcGI6bA0p .media-container-row .row-copirayt p {
  width: 100%;
}
