body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Tajawal-Bold';
  font-size: 3rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Tajawal-Bold';
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Cairo-Bold';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.08rem !important;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #72297b !important;
}
.bg-success {
  background-color: #f5d65a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #72297b !important;
  border-color: #72297b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3d1642 !important;
  border-color: #3d1642 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d1642 !important;
  border-color: #3d1642 !important;
}
.btn-primary:hover {
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #70047e, #72297b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #70047e !important;
  border-color: #70047e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2e0234 !important;
  border-color: #2e0234 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2e0234 !important;
  border-color: #2e0234 !important;
}
.btn-secondary:hover {
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #70047e, #70047e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #70047e, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
  color: #4b3d05 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4b3d05 !important;
  background-color: #f1c412 !important;
  border-color: #f1c412 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4b3d05 !important;
  background-color: #f1c412 !important;
  border-color: #f1c412 !important;
}
.btn-success:hover {
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #70047e, #f5d65a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #70047e, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #70047e, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #70047e, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #70047e, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #72297b;
  color: #72297b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #72297b;
  border-color: #72297b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #72297b !important;
  border-color: #72297b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #70047e, #72297b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #70047e;
  color: #70047e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #70047e;
  border-color: #70047e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #70047e !important;
  border-color: #70047e !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #70047e, #70047e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #70047e, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f5d65a;
  color: #f5d65a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4b3d05;
  background-color: #f5d65a;
  border-color: #f5d65a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4b3d05 !important;
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #70047e, #f5d65a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #70047e, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #70047e, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #70047e, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #70047e, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #72297b !important;
}
.text-secondary {
  color: #70047e !important;
}
.text-success {
  color: #f5d65a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b548c2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c807e1 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbeeba !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #72297b;
  border-color: #72297b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #72297b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bc5bc8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #72297b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #72297b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #72297b;
  border-bottom-color: #72297b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #72297b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #70047e !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='%2372297b' %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;
}
.btn {
  transition: none;
}
.cid-u9WV9Us6zP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u9WV9Us6zP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u9WV9Us6zP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u9WV9Us6zP .navbar-caption {
  font-weight: 500;
}
.cid-u9WV9Us6zP nav.navbar {
  position: fixed;
}
.cid-u9WV9Us6zP .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: right;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9WV9Us6zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9WV9Us6zP .dropdown-item:hover,
.cid-u9WV9Us6zP .dropdown-item:focus {
  background: #72297b !important;
  color: white !important;
}
.cid-u9WV9Us6zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9WV9Us6zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9WV9Us6zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9WV9Us6zP .nav-link {
  position: relative;
}
.cid-u9WV9Us6zP .container {
  display: flex;
  margin: auto;
}
.cid-u9WV9Us6zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-u9WV9Us6zP .dropdown-menu,
.cid-u9WV9Us6zP .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9WV9Us6zP .nav-item:focus,
.cid-u9WV9Us6zP .nav-link:focus {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9WV9Us6zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9WV9Us6zP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.opened {
  transition: all 0.3s;
}
.cid-u9WV9Us6zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9WV9Us6zP .navbar .navbar-logo img {
  width: auto;
}
.cid-u9WV9Us6zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9WV9Us6zP .navbar.collapsed {
  justify-content: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9WV9Us6zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9WV9Us6zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9WV9Us6zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9WV9Us6zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: right;
  }
  .cid-u9WV9Us6zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9WV9Us6zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9WV9Us6zP .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9WV9Us6zP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9WV9Us6zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown-item.active,
.cid-u9WV9Us6zP .dropdown-item:active {
  background-color: transparent;
}
.cid-u9WV9Us6zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9WV9Us6zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9WV9Us6zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9WV9Us6zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP .navbar-dropdown {
  position: fixed;
}
.cid-u9WV9Us6zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar {
    height: 70px;
  }
  .cid-u9WV9Us6zP .navbar.opened {
    height: auto;
  }
  .cid-u9WV9Us6zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua0nAHlT1G {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-ua0nAHlT1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0nAHlT1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ua0nAHlT1G .row {
    flex-direction: column-reverse;
  }
  .cid-ua0nAHlT1G .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-ua0nAHlT1G .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ua0nAHlT1G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ua0nAHlT1G .media-content,
.cid-ua0nAHlT1G .mbr-figure {
  align-self: center;
}
.cid-ua0nAHlT1G .mbr-figure iframe {
  width: 100%;
}
.cid-ua0nAHlT1G .mbr-text,
.cid-ua0nAHlT1G .mbr-section-btn {
  text-align: center;
}
.cid-ua0nAHlT1G .mbr-section-title {
  text-align: center;
  color: #70047e;
}
.cid-u9WNCKOKzA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-u9WNCKOKzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9WNCKOKzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9WNCKOKzA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WNCKOKzA .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u9UAiMZIfI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2091cb;
}
.cid-u9UAiMZIfI .justify-content-center {
  align-items: center;
}
.cid-u9UAiMZIfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UAiMZIfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UAiMZIfI .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u9UAiMZIfI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9UAiMZIfI .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-u9UAiMZIfI .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-u9UAiMZIfI .row {
  align-items: center;
}
.cid-u9UAiMZIfI .card-text {
  margin-bottom: 0px;
  text-align: right;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-u9UAiMZIfI .card-text {
    text-align: center;
  }
}
.cid-u9UPc41SdJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-u9UPc41SdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UPc41SdJ .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-u9UPc41SdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UPc41SdJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-u9UPc41SdJ .card-title,
.cid-u9UPc41SdJ .iconfont-wrapper,
.cid-u9UPc41SdJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-u9UPc41SdJ .content-head {
  max-width: 800px;
}
.cid-u9UPc41SdJ .mbr-section-title {
  color: #000000;
}
.cid-u9UPc41SdJ .mbr-section-btn {
  text-align: center;
}
.cid-u9UPc41SdJ .card-title,
.cid-u9UPc41SdJ .iconfont-wrapper {
  color: #087E8B;
}
.cid-u9UYhbLoFG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-u9UYhbLoFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UYhbLoFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UYhbLoFG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9UYhbLoFG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9UYhbLoFG .container {
    padding: 0 24px;
  }
}
.cid-u9UYhbLoFG .row {
  justify-content: center;
}
.cid-u9UYhbLoFG .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u9UYhbLoFG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9UYhbLoFG .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u9UYhbLoFG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u9UYhbLoFG .item {
  margin: 110px 0 32px 0;
}
.cid-u9UYhbLoFG .item:nth-child(2n) .item-wrapper {
  background-color: #fefced;
}
.cid-u9UYhbLoFG .item:nth-child(3n) .item-wrapper {
  background-color: #fff2fb;
}
.cid-u9UYhbLoFG .item .item-wrapper {
  border-radius: 40px !important;
  background-color: #e5faf9;
  height: 100%;
}
.cid-u9UYhbLoFG .item .item-wrapper .item-img {
  height: 110px;
  position: relative;
  margin: 0 16px 24px;
}
@media (max-width: 992px) {
  .cid-u9UYhbLoFG .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
.cid-u9UYhbLoFG .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100%;
  left: 0;
  object-fit: cover;
}
.cid-u9UYhbLoFG .item .item-wrapper .item-content .item-title_1,
.cid-u9UYhbLoFG .item .item-wrapper .item-content .item-title_2,
.cid-u9UYhbLoFG .item .item-wrapper .item-content .item-title_3 {
  padding: 16px;
  margin-bottom: 0;
}
.cid-u9UYhbLoFG .item .item-wrapper .item-content .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-u9UYhbLoFG .item .item-wrapper .item-content .list .item-wrap {
  padding: 24px 16px;
  border-bottom: 1px solid #8e8ead;
  margin-bottom: 0;
}
.cid-u9UYhbLoFG .item .item-wrapper .item-content .list .item-wrap:last-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-u9UYhbLoFG .item .item-wrapper .item-content .list .item-wrap {
    padding: 16px;
  }
}
.cid-u9UYhbLoFG .item .item-wrapper .item-content .mbr-desc {
  padding: 24px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9UYhbLoFG .item .item-wrapper .item-content .mbr-desc {
    padding: 16px;
  }
}
.cid-u9UYhbLoFG .item .item-wrapper .item-content .mbr-text {
  padding: 24px 16px;
  border-top: 1px solid #8e8ead;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9UYhbLoFG .item .item-wrapper .item-content .mbr-text {
    padding: 16px;
  }
}
.cid-u9UYhbLoFG .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u9UYhbLoFG .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-u9UYhbLoFG .item-title_1 {
  color: #5758e0;
  text-align: center;
}
.cid-u9UYhbLoFG .item-title_2 {
  color: #262642;
  text-align: center;
}
.cid-u9UYhbLoFG .item-title_3 {
  color: #FF3399;
  text-align: center;
}
.cid-u9UYhbLoFG .list {
  color: #262642;
  text-align: center;
}
.cid-u9UYhbLoFG .mbr-desc {
  color: #262642;
  text-align: center;
}
.cid-u9UYhbLoFG .mbr-text {
  color: #262642;
  text-align: center;
}
.cid-ua6UhKgnv9 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #f9f9f9;
}
.cid-ua6UhKgnv9 .row-bg {
  background: #f9f9f9;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ua6UhKgnv9 .row-bg {
    padding: 1rem 0;
  }
}
.cid-ua6UhKgnv9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-ua6UhKgnv9 .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ua6UhKgnv9 .mbr-flex {
  justify-content: center;
}
.cid-ua6UhKgnv9 .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-ua6UhKgnv9 .item:focus,
.cid-ua6UhKgnv9 span:focus {
  outline: none;
}
.cid-ua6UhKgnv9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua6UhKgnv9 .card1 {
  background: #ffcc01;
}
.cid-ua6UhKgnv9 .card2 {
  background: #43c7d3;
}
.cid-ua6UhKgnv9 .card3 {
  background: #a8d741;
}
.cid-ua6UhKgnv9 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ua6UhKgnv9 .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ua6UhKgnv9 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-ua6UhKgnv9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ua6UhKgnv9 .mbr-section-title {
  color: #232323;
}
.cid-ua6UhKgnv9 .item-title1 {
  color: #ffffff;
}
.cid-ua6UhKgnv9 .mbr-text,
.cid-ua6UhKgnv9 .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-ua6UhKgnv9 .item-subtitle {
  text-align: center;
  color: #121212;
}
.cid-ua6UhKgnv9 .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-ua6UhKgnv9 .price {
  color: #121212;
}
.cid-ua6UhKgnv9 .item-title2,
.cid-ua6UhKgnv9 .iconfont-wrapper {
  text-align: center;
}
.cid-s1YPFUMG3v {
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-s1YPFUMG3v p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s1YPFUMG3v .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s1YPFUMG3v .collapsed {
  border: none;
}
.cid-s1YPFUMG3v .collapsed span {
  transform: rotate(0deg);
}
.cid-s1YPFUMG3v span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #70047e, #72297b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-s1YPFUMG3v .panel-body {
  padding-top: 0.5rem;
}
.cid-s1YPFUMG3v .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-s1YPFUMG3v .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #e5e5e5;
  padding: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s1YPFUMG3v .panel-text {
  color: #70047e;
  text-align: center;
}
.cid-s1YPFUMG3v H4 {
  color: #f68c1f;
  text-align: right;
}
.cid-s1YPFUMG3v H2 {
  color: #ffffff;
}
.cid-s1YPFUMG3v .mbr-section-text {
  color: #70047e;
  text-align: center;
}
.cid-u9VWAvQFww {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-u9VWAvQFww .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9VWAvQFww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9VWAvQFww img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-u9VWAvQFww .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-u9VWAvQFww .card-title,
.cid-u9VWAvQFww .iconfont-wrapper {
  color: #232323;
}
.cid-u9VWAvQFww .card-text {
  color: #232323;
}
.cid-u9VWAvQFww .mbr-section-title {
  color: #70047e;
}
.cid-u9VWAvQFww .mbr-section-subtitle {
  color: #232323;
}
.cid-u9VWAvQFww .content-head {
  max-width: 800px;
}
.cid-u9VWAvQFww .card-subtitle {
  color: #a1a1a1;
}
.cid-u9VZ44AG7b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-u9VZ44AG7b .container {
  max-width: 1000px;
}
.cid-u9VZ44AG7b img {
  max-width: 140px;
  object-fit: contain;
}
.cid-u9VZ44AG7b .image-block {
  opacity: 1;
  max-width: 140px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-u9VZ44AG7b .mbr-section-title {
  color: #70047e;
}
.cid-u9W1I8dctx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u9W1I8dctx .google-map {
  height: 24rem;
  position: relative;
}
.cid-u9W1I8dctx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9W1I8dctx .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9W1I8dctx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9W1I8dctx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-u9W1I8dctx .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u9W1I8dctx .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u9W1I8dctx .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u9W1I8dctx .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-u9W1I8dctx .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u9W1I8dctx .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-u9W1I8dctx H2 {
  text-align: left;
}
.cid-u9W1I8dctx .mbr-section-text,
.cid-u9W1I8dctx .mbr-section-btn {
  text-align: right;
}
.cid-u9W1I8dctx .mbr-section-btn {
  margin-top: 2rem;
}
.cid-u9W1I8dctx .mbr-card-title {
  text-align: right;
}
.cid-u9W1I8dctx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9W1I8dctx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uainoLxIYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cid-uainoLxIYx .media-container-row .mbr-text {
  color: #000000;
}
.cid-u9WV9Us6zP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u9WV9Us6zP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u9WV9Us6zP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u9WV9Us6zP .navbar-caption {
  font-weight: 500;
}
.cid-u9WV9Us6zP nav.navbar {
  position: fixed;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9WV9Us6zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9WV9Us6zP .dropdown-item:hover,
.cid-u9WV9Us6zP .dropdown-item:focus {
  background: #72297b !important;
  color: white !important;
}
.cid-u9WV9Us6zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9WV9Us6zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9WV9Us6zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9WV9Us6zP .nav-link {
  position: relative;
}
.cid-u9WV9Us6zP .container {
  display: flex;
  margin: auto;
}
.cid-u9WV9Us6zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-u9WV9Us6zP .dropdown-menu,
.cid-u9WV9Us6zP .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9WV9Us6zP .nav-item:focus,
.cid-u9WV9Us6zP .nav-link:focus {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9WV9Us6zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9WV9Us6zP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.opened {
  transition: all 0.3s;
}
.cid-u9WV9Us6zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9WV9Us6zP .navbar .navbar-logo img {
  width: auto;
}
.cid-u9WV9Us6zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9WV9Us6zP .navbar.collapsed {
  justify-content: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9WV9Us6zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9WV9Us6zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9WV9Us6zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9WV9Us6zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9WV9Us6zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9WV9Us6zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9WV9Us6zP .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9WV9Us6zP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9WV9Us6zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown-item.active,
.cid-u9WV9Us6zP .dropdown-item:active {
  background-color: transparent;
}
.cid-u9WV9Us6zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9WV9Us6zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9WV9Us6zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9WV9Us6zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP .navbar-dropdown {
  position: fixed;
}
.cid-u9WV9Us6zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar {
    height: 70px;
  }
  .cid-u9WV9Us6zP .navbar.opened {
    height: auto;
  }
  .cid-u9WV9Us6zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1z {
  /* Type valid CSS here */
}
#custom-html-1z div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1z p {
  font-size: 60px;
  color: #777;
}
.cid-ua6RxqalQR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fdfcfc;
}
.cid-ua6RxqalQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6RxqalQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6RxqalQR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ua6RxqalQR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua6RxqalQR .container {
    padding: 0 16px;
  }
}
.cid-ua6RxqalQR .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ua6RxqalQR .row {
    margin: 0 10px;
  }
}
.cid-ua6RxqalQR .row .card {
  padding: 0;
}
.cid-ua6RxqalQR .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-ua6RxqalQR .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-ua6RxqalQR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-ua6RxqalQR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ua6RxqalQR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ua6RxqalQR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ua6RxqalQR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua6RxqalQR .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ua6RxqalQR .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ua6RxqalQR .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-ua6RxqalQR .mbr-section-title {
  color: #192227;
}
.cid-ua6RxqalQR .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-ua6RxqalQR .mbr-section-title,
.cid-ua6RxqalQR .mbr-section-btn {
  text-align: center;
  color: #70047e;
}
.cid-uainoLxIYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cid-uainoLxIYx .media-container-row .mbr-text {
  color: #000000;
}
.cid-u9WV9Us6zP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u9WV9Us6zP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u9WV9Us6zP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u9WV9Us6zP .navbar-caption {
  font-weight: 500;
}
.cid-u9WV9Us6zP nav.navbar {
  position: fixed;
}
.cid-u9WV9Us6zP .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: right;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9WV9Us6zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9WV9Us6zP .dropdown-item:hover,
.cid-u9WV9Us6zP .dropdown-item:focus {
  background: #72297b !important;
  color: white !important;
}
.cid-u9WV9Us6zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9WV9Us6zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9WV9Us6zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9WV9Us6zP .nav-link {
  position: relative;
}
.cid-u9WV9Us6zP .container {
  display: flex;
  margin: auto;
}
.cid-u9WV9Us6zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-u9WV9Us6zP .dropdown-menu,
.cid-u9WV9Us6zP .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9WV9Us6zP .nav-item:focus,
.cid-u9WV9Us6zP .nav-link:focus {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9WV9Us6zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9WV9Us6zP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.opened {
  transition: all 0.3s;
}
.cid-u9WV9Us6zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9WV9Us6zP .navbar .navbar-logo img {
  width: auto;
}
.cid-u9WV9Us6zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9WV9Us6zP .navbar.collapsed {
  justify-content: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9WV9Us6zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9WV9Us6zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9WV9Us6zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9WV9Us6zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: right;
  }
  .cid-u9WV9Us6zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9WV9Us6zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9WV9Us6zP .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9WV9Us6zP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9WV9Us6zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown-item.active,
.cid-u9WV9Us6zP .dropdown-item:active {
  background-color: transparent;
}
.cid-u9WV9Us6zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9WV9Us6zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9WV9Us6zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9WV9Us6zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP .navbar-dropdown {
  position: fixed;
}
.cid-u9WV9Us6zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar {
    height: 70px;
  }
  .cid-u9WV9Us6zP .navbar.opened {
    height: auto;
  }
  .cid-u9WV9Us6zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua6HdT9WLV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-ua6HdT9WLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6HdT9WLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6HdT9WLV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ua6HdT9WLV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua6HdT9WLV .container {
    padding: 0 16px;
  }
}
.cid-ua6HdT9WLV .row {
  border-radius: 20px;
  background-color: #ffda00;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ua6HdT9WLV .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-ua6HdT9WLV .row {
    padding: 45px 4px;
  }
}
.cid-ua6HdT9WLV .row .card {
  justify-content: center;
}
.cid-ua6HdT9WLV .title-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-ua6HdT9WLV .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua6HdT9WLV .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-ua6HdT9WLV .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-ua6HdT9WLV .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ua6HdT9WLV .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ua6HdT9WLV .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-ua6HdT9WLV .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-ua6HdT9WLV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ua6HdT9WLV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ua6HdT9WLV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua6HdT9WLV .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ua6HdT9WLV .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ua6HdT9WLV .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #036b3a;
}
@media (max-width: 1440px) {
  .cid-ua6HdT9WLV .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-ua6HdT9WLV .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-ua6HdT9WLV .image-wrapper img {
    height: 350px;
  }
}
.cid-ua6HdT9WLV .mbr-section-subtitle {
  color: #d1cece;
}
.cid-ua6HdT9WLV .mbr-section-title {
  color: #192227;
}
.cid-ua6HdT9WLV .mbr-text {
  color: #192227;
}
.cid-ua6HdT9WLV .mbr-section-title,
.cid-ua6HdT9WLV .mbr-section-btn {
  text-align: center;
  color: #70047e;
}
.cid-ua6HdT9WLV .mbr-text,
.cid-ua6HdT9WLV .mbr-section-btn {
  text-align: center;
}
.cid-ua6MgMKXsY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-ua6MgMKXsY .row-bg {
  background: #f9f9f9;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ua6MgMKXsY .row-bg {
    padding: 1rem 0;
  }
}
.cid-ua6MgMKXsY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-ua6MgMKXsY .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ua6MgMKXsY .mbr-flex {
  justify-content: center;
}
.cid-ua6MgMKXsY .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-ua6MgMKXsY .item:focus,
.cid-ua6MgMKXsY span:focus {
  outline: none;
}
.cid-ua6MgMKXsY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua6MgMKXsY .card1 {
  background: #ffcc01;
}
.cid-ua6MgMKXsY .card2 {
  background: #43c7d3;
}
.cid-ua6MgMKXsY .card3 {
  background: #a8d741;
}
.cid-ua6MgMKXsY .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ua6MgMKXsY .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ua6MgMKXsY .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-ua6MgMKXsY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ua6MgMKXsY .mbr-section-title {
  color: #232323;
}
.cid-ua6MgMKXsY .item-title1 {
  color: #ffffff;
}
.cid-ua6MgMKXsY .mbr-text,
.cid-ua6MgMKXsY .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-ua6MgMKXsY .item-subtitle {
  text-align: center;
  color: #121212;
}
.cid-ua6MgMKXsY .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-ua6MgMKXsY .price {
  color: #121212;
}
.cid-ua6MgMKXsY .item-title2,
.cid-ua6MgMKXsY .iconfont-wrapper {
  text-align: center;
}
.cid-ua0jyHoixC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-ua0jyHoixC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ua0jyHoixC .card-title {
  margin-bottom: 26px;
  color: #70047e;
}
.cid-ua0jyHoixC .mbr-text {
  margin-bottom: 30px;
}
.cid-ua0jyHoixC .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(3, 107, 57, 0.4);
  background-image: linear-gradient(40deg, #036b39 0%, #06ce6e 100%);
}
.cid-ua0jyHoixC .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-ua0jyHoixC .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-ua0jyHoixC .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ua0jyHoixC .btn_link:hover {
  cursor: pointer;
}
.cid-ua0jyHoixC .btn_link:hover a {
  color: #72297b !important;
}
.cid-ua0jyHoixC .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-ua0jyHoixC .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ua0jyHoixC .text-wrapper {
    text-align: center;
  }
  .cid-ua0jyHoixC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-ua0jyHoixC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ua0jyHoixC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ua0jAzdX2y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-ua0jAzdX2y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ua0jAzdX2y .card-title {
  margin-bottom: 26px;
  color: #70047e;
}
.cid-ua0jAzdX2y .mbr-text {
  margin-bottom: 30px;
}
.cid-ua0jAzdX2y .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(255, 218, 0, 0.4);
  background-image: linear-gradient(40deg, #ffda00 0%, #ffe966 100%);
}
.cid-ua0jAzdX2y .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-ua0jAzdX2y .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-ua0jAzdX2y .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ua0jAzdX2y .btn_link:hover {
  cursor: pointer;
}
.cid-ua0jAzdX2y .btn_link:hover a {
  color: #72297b !important;
}
.cid-ua0jAzdX2y .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-ua0jAzdX2y .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ua0jAzdX2y .text-wrapper {
    text-align: center;
  }
  .cid-ua0jAzdX2y .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-ua0jAzdX2y .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ua0jAzdX2y .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ua0jBDJfkl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-ua0jBDJfkl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ua0jBDJfkl .card-title {
  margin-bottom: 26px;
  color: #70047e;
}
.cid-ua0jBDJfkl .mbr-text {
  margin-bottom: 30px;
}
.cid-ua0jBDJfkl .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(3, 107, 57, 0.4);
  background-image: linear-gradient(40deg, #036b39 0%, #06ce6e 100%);
}
.cid-ua0jBDJfkl .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-ua0jBDJfkl .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-ua0jBDJfkl .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ua0jBDJfkl .btn_link:hover {
  cursor: pointer;
}
.cid-ua0jBDJfkl .btn_link:hover a {
  color: #72297b !important;
}
.cid-ua0jBDJfkl .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-ua0jBDJfkl .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ua0jBDJfkl .text-wrapper {
    text-align: center;
  }
  .cid-ua0jBDJfkl .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-ua0jBDJfkl .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ua0jBDJfkl .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uainoLxIYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cid-uainoLxIYx .media-container-row .mbr-text {
  color: #000000;
}
.cid-u9WV9Us6zP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u9WV9Us6zP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u9WV9Us6zP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u9WV9Us6zP .navbar-caption {
  font-weight: 500;
}
.cid-u9WV9Us6zP nav.navbar {
  position: fixed;
}
.cid-u9WV9Us6zP .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: right;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9WV9Us6zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9WV9Us6zP .dropdown-item:hover,
.cid-u9WV9Us6zP .dropdown-item:focus {
  background: #72297b !important;
  color: white !important;
}
.cid-u9WV9Us6zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9WV9Us6zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9WV9Us6zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9WV9Us6zP .nav-link {
  position: relative;
}
.cid-u9WV9Us6zP .container {
  display: flex;
  margin: auto;
}
.cid-u9WV9Us6zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-u9WV9Us6zP .dropdown-menu,
.cid-u9WV9Us6zP .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9WV9Us6zP .nav-item:focus,
.cid-u9WV9Us6zP .nav-link:focus {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9WV9Us6zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9WV9Us6zP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.opened {
  transition: all 0.3s;
}
.cid-u9WV9Us6zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9WV9Us6zP .navbar .navbar-logo img {
  width: auto;
}
.cid-u9WV9Us6zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9WV9Us6zP .navbar.collapsed {
  justify-content: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9WV9Us6zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9WV9Us6zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9WV9Us6zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9WV9Us6zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: right;
  }
  .cid-u9WV9Us6zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9WV9Us6zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9WV9Us6zP .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9WV9Us6zP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9WV9Us6zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown-item.active,
.cid-u9WV9Us6zP .dropdown-item:active {
  background-color: transparent;
}
.cid-u9WV9Us6zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9WV9Us6zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9WV9Us6zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9WV9Us6zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP .navbar-dropdown {
  position: fixed;
}
.cid-u9WV9Us6zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar {
    height: 70px;
  }
  .cid-u9WV9Us6zP .navbar.opened {
    height: auto;
  }
  .cid-u9WV9Us6zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua6Cx6MsTN {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-ua6Cx6MsTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Cx6MsTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6Cx6MsTN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ua6Cx6MsTN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua6Cx6MsTN .container {
    padding: 0 16px;
  }
}
.cid-ua6Cx6MsTN .row {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ua6Cx6MsTN .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-ua6Cx6MsTN .row {
    padding: 45px 4px;
  }
}
.cid-ua6Cx6MsTN .row .card {
  justify-content: center;
}
.cid-ua6Cx6MsTN .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-ua6Cx6MsTN .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-ua6Cx6MsTN .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-ua6Cx6MsTN .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ua6Cx6MsTN .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ua6Cx6MsTN .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-ua6Cx6MsTN .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-ua6Cx6MsTN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ua6Cx6MsTN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ua6Cx6MsTN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua6Cx6MsTN .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ua6Cx6MsTN .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ua6Cx6MsTN .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #70047e;
}
@media (max-width: 1440px) {
  .cid-ua6Cx6MsTN .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-ua6Cx6MsTN .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-ua6Cx6MsTN .image-wrapper img {
    height: 350px;
  }
}
.cid-ua6Cx6MsTN .mbr-section-subtitle {
  color: #d1cece;
}
.cid-ua6Cx6MsTN .mbr-section-title {
  color: #192227;
}
.cid-ua6Cx6MsTN .mbr-text {
  color: #192227;
}
.cid-ua6Cx6MsTN .mbr-section-title,
.cid-ua6Cx6MsTN .mbr-section-btn {
  text-align: center;
  color: #70047e;
}
.cid-ua6Cx6MsTN .mbr-text,
.cid-ua6Cx6MsTN .mbr-section-btn {
  text-align: center;
}
.cid-ua7997F9fj {
  padding-top: 90px;
  padding-bottom: 30px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-ua7997F9fj p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ua7997F9fj .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-ua7997F9fj .collapsed {
  border: none;
}
.cid-ua7997F9fj .collapsed span {
  transform: rotate(0deg);
}
.cid-ua7997F9fj span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #70047e, #72297b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ua7997F9fj .panel-body {
  padding-top: 0.5rem;
}
.cid-ua7997F9fj .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-ua7997F9fj .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #e5e5e5;
  padding: 0;
}
.cid-ua7997F9fj .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ua7997F9fj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ua7997F9fj .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ua7997F9fj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ua7997F9fj .panel-text {
  color: #70047e;
  text-align: center;
}
.cid-ua7997F9fj H4 {
  color: #f68c1f;
  text-align: right;
}
.cid-ua7997F9fj H2 {
  color: #ffffff;
}
.cid-ua7997F9fj .mbr-section-text {
  color: #70047e;
  text-align: center;
}
.cid-ua27epm50t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-ua27epm50t .justify-content-center {
  align-items: center;
}
.cid-ua27epm50t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua27epm50t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua27epm50t .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-ua27epm50t .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua27epm50t .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ua27epm50t .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-ua27epm50t .row {
  align-items: center;
}
.cid-ua27epm50t .card-text {
  margin-bottom: 0px;
  text-align: right;
  color: #72297b;
}
@media (max-width: 767px) {
  .cid-ua27epm50t .card-text {
    text-align: center;
  }
}
.cid-uainoLxIYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cid-uainoLxIYx .media-container-row .mbr-text {
  color: #000000;
}
.cid-u9WV9Us6zP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u9WV9Us6zP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u9WV9Us6zP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u9WV9Us6zP .navbar-caption {
  font-weight: 500;
}
.cid-u9WV9Us6zP nav.navbar {
  position: fixed;
}
.cid-u9WV9Us6zP .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: right;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9WV9Us6zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9WV9Us6zP .dropdown-item:hover,
.cid-u9WV9Us6zP .dropdown-item:focus {
  background: #72297b !important;
  color: white !important;
}
.cid-u9WV9Us6zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9WV9Us6zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9WV9Us6zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9WV9Us6zP .nav-link {
  position: relative;
}
.cid-u9WV9Us6zP .container {
  display: flex;
  margin: auto;
}
.cid-u9WV9Us6zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-u9WV9Us6zP .dropdown-menu,
.cid-u9WV9Us6zP .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9WV9Us6zP .nav-item:focus,
.cid-u9WV9Us6zP .nav-link:focus {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9WV9Us6zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9WV9Us6zP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.opened {
  transition: all 0.3s;
}
.cid-u9WV9Us6zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9WV9Us6zP .navbar .navbar-logo img {
  width: auto;
}
.cid-u9WV9Us6zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9WV9Us6zP .navbar.collapsed {
  justify-content: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9WV9Us6zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9WV9Us6zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9WV9Us6zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9WV9Us6zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: right;
  }
  .cid-u9WV9Us6zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9WV9Us6zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9WV9Us6zP .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9WV9Us6zP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9WV9Us6zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown-item.active,
.cid-u9WV9Us6zP .dropdown-item:active {
  background-color: transparent;
}
.cid-u9WV9Us6zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9WV9Us6zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9WV9Us6zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9WV9Us6zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP .navbar-dropdown {
  position: fixed;
}
.cid-u9WV9Us6zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar {
    height: 70px;
  }
  .cid-u9WV9Us6zP .navbar.opened {
    height: auto;
  }
  .cid-u9WV9Us6zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua1jW20Rfr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-ua1jW20Rfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1jW20Rfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1jW20Rfr .title-wrapper {
  padding: 50px 80px 0 0;
  padding: 50px 0 0 80px;
}
@media (max-width: 992px) {
  .cid-ua1jW20Rfr .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua1jW20Rfr .title-wrapper {
    padding: 0;
  }
}
.cid-ua1jW20Rfr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ua1jW20Rfr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ua1jW20Rfr .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ua1jW20Rfr .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-ua1jW20Rfr .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-ua1jW20Rfr .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-ua1jW20Rfr .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #f5d65a;
}
.cid-ua1jW20Rfr .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-ua1jW20Rfr .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-ua1jW20Rfr .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-ua1jW20Rfr .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-ua1jW20Rfr .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-ua1jW20Rfr .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-ua1jW20Rfr .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-ua1jW20Rfr .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-ua1jW20Rfr .mbr-section-title {
  color: #101511;
}
.cid-ua1jW20Rfr .mbr-text {
  color: #6e716f;
}
.cid-ua1jW20Rfr .mbr-section-title,
.cid-ua1jW20Rfr .mbr-section-btn {
  text-align: center;
  color: #70047e;
}
.cid-ua2lA45NzF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-ua2lA45NzF .justify-content-center {
  align-items: center;
}
.cid-ua2lA45NzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua2lA45NzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua2lA45NzF .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-ua2lA45NzF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua2lA45NzF .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ua2lA45NzF .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-ua2lA45NzF .row {
  align-items: center;
}
.cid-ua2lA45NzF .card-text {
  margin-bottom: 0px;
  text-align: right;
  color: #70047e;
}
@media (max-width: 767px) {
  .cid-ua2lA45NzF .card-text {
    text-align: center;
  }
}
.cid-uainoLxIYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cid-uainoLxIYx .media-container-row .mbr-text {
  color: #000000;
}
.cid-u9WV9Us6zP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u9WV9Us6zP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u9WV9Us6zP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u9WV9Us6zP .navbar-caption {
  font-weight: 500;
}
.cid-u9WV9Us6zP nav.navbar {
  position: fixed;
}
.cid-u9WV9Us6zP .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: right;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9WV9Us6zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9WV9Us6zP .dropdown-item:hover,
.cid-u9WV9Us6zP .dropdown-item:focus {
  background: #72297b !important;
  color: white !important;
}
.cid-u9WV9Us6zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9WV9Us6zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9WV9Us6zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9WV9Us6zP .nav-link {
  position: relative;
}
.cid-u9WV9Us6zP .container {
  display: flex;
  margin: auto;
}
.cid-u9WV9Us6zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-u9WV9Us6zP .dropdown-menu,
.cid-u9WV9Us6zP .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9WV9Us6zP .nav-item:focus,
.cid-u9WV9Us6zP .nav-link:focus {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9WV9Us6zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9WV9Us6zP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.opened {
  transition: all 0.3s;
}
.cid-u9WV9Us6zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9WV9Us6zP .navbar .navbar-logo img {
  width: auto;
}
.cid-u9WV9Us6zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9WV9Us6zP .navbar.collapsed {
  justify-content: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9WV9Us6zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9WV9Us6zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9WV9Us6zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9WV9Us6zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: right;
  }
  .cid-u9WV9Us6zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9WV9Us6zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9WV9Us6zP .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9WV9Us6zP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9WV9Us6zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown-item.active,
.cid-u9WV9Us6zP .dropdown-item:active {
  background-color: transparent;
}
.cid-u9WV9Us6zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9WV9Us6zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9WV9Us6zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9WV9Us6zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP .navbar-dropdown {
  position: fixed;
}
.cid-u9WV9Us6zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar {
    height: 70px;
  }
  .cid-u9WV9Us6zP .navbar.opened {
    height: auto;
  }
  .cid-u9WV9Us6zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua6AwMRz23 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-ua6AwMRz23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6AwMRz23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua6AwMRz23 .container {
    padding: 0 16px;
  }
}
.cid-ua6AwMRz23 .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ua6AwMRz23 .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-ua6AwMRz23 .row {
    padding: 45px 4px;
  }
}
.cid-ua6AwMRz23 .row .card {
  justify-content: center;
}
.cid-ua6AwMRz23 .title-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-ua6AwMRz23 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua6AwMRz23 .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-ua6AwMRz23 .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-ua6AwMRz23 .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ua6AwMRz23 .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ua6AwMRz23 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-ua6AwMRz23 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-ua6AwMRz23 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ua6AwMRz23 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ua6AwMRz23 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua6AwMRz23 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ua6AwMRz23 .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ua6AwMRz23 .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #2091cb;
}
@media (max-width: 1440px) {
  .cid-ua6AwMRz23 .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-ua6AwMRz23 .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-ua6AwMRz23 .image-wrapper img {
    height: 350px;
  }
}
.cid-ua6AwMRz23 .mbr-section-subtitle {
  color: #d1cece;
}
.cid-ua6AwMRz23 .mbr-section-title {
  color: #192227;
}
.cid-ua6AwMRz23 .mbr-text {
  color: #192227;
}
.cid-ua6AwMRz23 .mbr-section-title,
.cid-ua6AwMRz23 .mbr-section-btn {
  text-align: center;
  color: #70047e;
}
.cid-ua6AwMRz23 .mbr-text,
.cid-ua6AwMRz23 .mbr-section-btn {
  text-align: center;
}
.cid-uainoLxIYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cid-uainoLxIYx .media-container-row .mbr-text {
  color: #000000;
}
.cid-u9WV9Us6zP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u9WV9Us6zP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u9WV9Us6zP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u9WV9Us6zP .navbar-caption {
  font-weight: 500;
}
.cid-u9WV9Us6zP nav.navbar {
  position: fixed;
}
.cid-u9WV9Us6zP .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: right;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9WV9Us6zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9WV9Us6zP .dropdown-item:hover,
.cid-u9WV9Us6zP .dropdown-item:focus {
  background: #72297b !important;
  color: white !important;
}
.cid-u9WV9Us6zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9WV9Us6zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9WV9Us6zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9WV9Us6zP .nav-link {
  position: relative;
}
.cid-u9WV9Us6zP .container {
  display: flex;
  margin: auto;
}
.cid-u9WV9Us6zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-u9WV9Us6zP .dropdown-menu,
.cid-u9WV9Us6zP .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9WV9Us6zP .nav-item:focus,
.cid-u9WV9Us6zP .nav-link:focus {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9WV9Us6zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9WV9Us6zP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.opened {
  transition: all 0.3s;
}
.cid-u9WV9Us6zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9WV9Us6zP .navbar .navbar-logo img {
  width: auto;
}
.cid-u9WV9Us6zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9WV9Us6zP .navbar.collapsed {
  justify-content: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9WV9Us6zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9WV9Us6zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9WV9Us6zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9WV9Us6zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: right;
  }
  .cid-u9WV9Us6zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9WV9Us6zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9WV9Us6zP .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9WV9Us6zP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9WV9Us6zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown-item.active,
.cid-u9WV9Us6zP .dropdown-item:active {
  background-color: transparent;
}
.cid-u9WV9Us6zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9WV9Us6zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9WV9Us6zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9WV9Us6zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP .navbar-dropdown {
  position: fixed;
}
.cid-u9WV9Us6zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar {
    height: 70px;
  }
  .cid-u9WV9Us6zP .navbar.opened {
    height: auto;
  }
  .cid-u9WV9Us6zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua1AQq1m4k {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-ua1AQq1m4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1AQq1m4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1AQq1m4k .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ua1AQq1m4k .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua1AQq1m4k .container {
    padding: 0 16px;
  }
}
.cid-ua1AQq1m4k .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ua1AQq1m4k .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-ua1AQq1m4k .row {
    padding: 45px 4px;
  }
}
.cid-ua1AQq1m4k .row .card {
  justify-content: center;
}
.cid-ua1AQq1m4k .title-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-ua1AQq1m4k .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua1AQq1m4k .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-ua1AQq1m4k .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-ua1AQq1m4k .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ua1AQq1m4k .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ua1AQq1m4k .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-ua1AQq1m4k .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-ua1AQq1m4k .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ua1AQq1m4k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ua1AQq1m4k .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua1AQq1m4k .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ua1AQq1m4k .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ua1AQq1m4k .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #f2bf3e;
}
@media (max-width: 1440px) {
  .cid-ua1AQq1m4k .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-ua1AQq1m4k .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-ua1AQq1m4k .image-wrapper img {
    height: 350px;
  }
}
.cid-ua1AQq1m4k .mbr-section-subtitle {
  color: #d1cece;
}
.cid-ua1AQq1m4k .mbr-section-title {
  color: #192227;
}
.cid-ua1AQq1m4k .mbr-text {
  color: #192227;
}
.cid-ua1AQq1m4k .mbr-section-title,
.cid-ua1AQq1m4k .mbr-section-btn {
  text-align: center;
  color: #70047e;
}
.cid-ua1AQq1m4k .mbr-text,
.cid-ua1AQq1m4k .mbr-section-btn {
  text-align: center;
}
.cid-ua1FCyHdCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ua1FCyHdCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1FCyHdCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1FCyHdCu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .container {
    padding: 0 16px;
  }
}
.cid-ua1FCyHdCu .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .row {
    margin: 0 10px;
  }
}
.cid-ua1FCyHdCu .row .card {
  position: relative;
  padding: 0;
}
.cid-ua1FCyHdCu .items-wrapper .item {
  margin-bottom: 100px;
  transform: rotate(3deg);
}
.cid-ua1FCyHdCu .items-wrapper .item:nth-child(2n) {
  transform: rotate(-3deg);
}
.cid-ua1FCyHdCu .items-wrapper .item:nth-child(2n) .item-wrapper .item-img {
  background-color: #f9a600;
}
.cid-ua1FCyHdCu .items-wrapper .item:nth-child(2n) .item-wrapper .item-content {
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .items-wrapper .item:nth-child(2n) {
    transform: rotate(0);
  }
}
.cid-ua1FCyHdCu .items-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #c38200;
}
.cid-ua1FCyHdCu .items-wrapper .item:nth-child(3n) .item-wrapper .item-content {
  background-color: #c38200;
}
.cid-ua1FCyHdCu .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .items-wrapper .item {
    transform: rotate(0);
    margin-bottom: 20px;
  }
}
.cid-ua1FCyHdCu .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-img {
  padding: 30px 40px;
  background-color: #f2bf3e;
  border-radius: 20px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-img {
    padding: 20px;
    margin: 0 0 5px 0;
  }
}
.cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  object-fit: cover;
  border-radius: 5rem !important;
  margin: 0 auto 30px;
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-img img {
    margin: 0 auto 20px;
  }
}
.cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-content {
  background-color: #f2bf3e;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-content .mbr-text {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ua1FCyHdCu .items-wrapper .item .item-wrapper .item-content .mbr-text {
    padding: 20px;
  }
}
.cid-ua1FCyHdCu .mbr-name {
  color: #192227;
  text-align: center;
}
.cid-ua1FCyHdCu .mbr-role {
  color: #192227;
  text-align: center;
}
.cid-ua1FCyHdCu .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-uainoLxIYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cid-uainoLxIYx .media-container-row .mbr-text {
  color: #000000;
}
.cid-u9WV9Us6zP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u9WV9Us6zP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u9WV9Us6zP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u9WV9Us6zP .navbar-caption {
  font-weight: 500;
}
.cid-u9WV9Us6zP nav.navbar {
  position: fixed;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9WV9Us6zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9WV9Us6zP .dropdown-item:hover,
.cid-u9WV9Us6zP .dropdown-item:focus {
  background: #72297b !important;
  color: white !important;
}
.cid-u9WV9Us6zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9WV9Us6zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9WV9Us6zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9WV9Us6zP .nav-link {
  position: relative;
}
.cid-u9WV9Us6zP .container {
  display: flex;
  margin: auto;
}
.cid-u9WV9Us6zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-u9WV9Us6zP .dropdown-menu,
.cid-u9WV9Us6zP .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9WV9Us6zP .nav-item:focus,
.cid-u9WV9Us6zP .nav-link:focus {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9WV9Us6zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9WV9Us6zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9WV9Us6zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9WV9Us6zP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.opened {
  transition: all 0.3s;
}
.cid-u9WV9Us6zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9WV9Us6zP .navbar .navbar-logo img {
  width: auto;
}
.cid-u9WV9Us6zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9WV9Us6zP .navbar.collapsed {
  justify-content: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9WV9Us6zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9WV9Us6zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9WV9Us6zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9WV9Us6zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9WV9Us6zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9WV9Us6zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9WV9Us6zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9WV9Us6zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9WV9Us6zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9WV9Us6zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9WV9Us6zP .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9WV9Us6zP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9WV9Us6zP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9WV9Us6zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9WV9Us6zP .dropdown-item.active,
.cid-u9WV9Us6zP .dropdown-item:active {
  background-color: transparent;
}
.cid-u9WV9Us6zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9WV9Us6zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9WV9Us6zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9WV9Us6zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9WV9Us6zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9WV9Us6zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9WV9Us6zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9WV9Us6zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9WV9Us6zP .navbar-dropdown {
  position: fixed;
}
.cid-u9WV9Us6zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9WV9Us6zP .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-u9WV9Us6zP .navbar {
    height: 70px;
  }
  .cid-u9WV9Us6zP .navbar.opened {
    height: auto;
  }
  .cid-u9WV9Us6zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaimdJdUzp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fdfcfc;
}
.cid-uaimdJdUzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaimdJdUzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaimdJdUzp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uaimdJdUzp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uaimdJdUzp .container {
    padding: 0 16px;
  }
}
.cid-uaimdJdUzp .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uaimdJdUzp .row {
    margin: 0 10px;
  }
}
.cid-uaimdJdUzp .row .card {
  padding: 0;
}
.cid-uaimdJdUzp .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #ffcc00;
}
@media (max-width: 992px) {
  .cid-uaimdJdUzp .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-uaimdJdUzp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uaimdJdUzp .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uaimdJdUzp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uaimdJdUzp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uaimdJdUzp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uaimdJdUzp .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uaimdJdUzp .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uaimdJdUzp .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-uaimdJdUzp .mbr-section-title {
  color: #192227;
}
.cid-uaimdJdUzp .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-uaimdJdUzp .mbr-section-title,
.cid-uaimdJdUzp .mbr-section-btn {
  text-align: center;
  color: #70047e;
}
.cid-uainoLxIYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cid-uainoLxIYx .media-container-row .mbr-text {
  color: #000000;
}
