body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Fredoka', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Fredoka', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Fredoka', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Fredoka', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0616c2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0616c2 !important;
  border-color: #0616c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #030c6e !important;
  border-color: #030c6e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #030c6e !important;
  border-color: #030c6e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0616c2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030c6e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0616c2 !important;
  border-color: #0616c2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0616c2 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030b5f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0616c2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0616c2;
  border-color: #0616c2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0616c2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4e5dfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0616c2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #0616c2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0616c2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0616c2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0616c2;
  border-bottom-color: #0616c2;
}
.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: #0616c2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%230616c2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uSpsgUxLEO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uSpsgUxLEO nav.navbar {
  position: fixed;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpsgUxLEO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpsgUxLEO .dropdown-item:hover,
.cid-uSpsgUxLEO .dropdown-item:focus {
  background: #0616c2 !important;
  color: white !important;
}
.cid-uSpsgUxLEO .dropdown-item:hover span {
  color: white;
}
.cid-uSpsgUxLEO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpsgUxLEO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpsgUxLEO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpsgUxLEO .nav-link {
  position: relative;
}
.cid-uSpsgUxLEO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSpsgUxLEO .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpsgUxLEO .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSpsgUxLEO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSpsgUxLEO .dropdown-menu,
.cid-uSpsgUxLEO .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uSpsgUxLEO .nav-item:focus,
.cid-uSpsgUxLEO .nav-link:focus {
  outline: none;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpsgUxLEO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpsgUxLEO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpsgUxLEO .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSpsgUxLEO .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpsgUxLEO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpsgUxLEO .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpsgUxLEO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpsgUxLEO .navbar.collapsed {
  justify-content: center;
}
.cid-uSpsgUxLEO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpsgUxLEO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpsgUxLEO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpsgUxLEO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpsgUxLEO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpsgUxLEO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpsgUxLEO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpsgUxLEO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uSpsgUxLEO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpsgUxLEO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpsgUxLEO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSpsgUxLEO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSpsgUxLEO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSpsgUxLEO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpsgUxLEO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpsgUxLEO .dropdown-item.active,
.cid-uSpsgUxLEO .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpsgUxLEO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpsgUxLEO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uSpsgUxLEO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpsgUxLEO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpsgUxLEO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSpsgUxLEO ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uSpsgUxLEO .navbar-buttons {
  text-align: center;
}
.cid-uSpsgUxLEO .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uSpsgUxLEO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSpsgUxLEO .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uSpsgUxLEO .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uSpsgUxLEO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSpsgUxLEO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar {
    height: 70px;
  }
  .cid-uSpsgUxLEO .navbar.opened {
    height: auto;
  }
  .cid-uSpsgUxLEO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpsgUxLEO .navbar-nav {
  margin: 0 auto;
}
.cid-uSpsgUxLEO .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uSpsgUxLEO .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uSpsgUxLEO .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uSpsgUxLEO .nav-item .nav-link::after {
  color: #ff6666 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSpsgUxLEO .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uSpsgUxLEO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #0616c2 !important;
}
@media (max-width: 991px) {
  .cid-uSpsgUxLEO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSpsgUxLEO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSpsgUxLEO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSpsgUxLEO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-upAhEYfFbY {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-upAhEYfFbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAhEYfFbY .container-fluid,
.cid-upAhEYfFbY .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-upAhEYfFbY .container-fluid,
  .cid-upAhEYfFbY .container {
    padding: 0 1.5rem;
  }
}
.cid-upAhEYfFbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAhEYfFbY a {
  font-weight: bold;
}
.cid-upAhEYfFbY .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-upAhEYfFbY .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-upAhEYfFbY .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-upAhEYfFbY .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-upAhEYfFbY .row {
  justify-content: space-between;
  background: linear-gradient(to top, #0616c2, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-upAhEYfFbY .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-upAhEYfFbY .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-upAhEYfFbY .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-upAhEYfFbY .mbr-section-btn,
.cid-upAhEYfFbY .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-upAhEYfFbY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upAhEYfFbY .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-upAhEYfFbY .mbr-text,
.cid-upAhEYfFbY .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-upAhEYfFbY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upAhEYfFbY .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-upARZ3714H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-upARZ3714H .mbr-fallback-image.disabled {
  display: none;
}
.cid-upARZ3714H .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-upARZ3714H .container {
    padding: 0 30px;
  }
}
.cid-upARZ3714H .row {
  justify-content: center;
}
.cid-upARZ3714H .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upARZ3714H .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upARZ3714H .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upARZ3714H .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-upARZ3714H .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-upARZ3714H .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-upARZ3714H .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upARZ3714H .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000000;
}
.cid-upARZ3714H .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-upARZ3714H .mbr-text {
  color: #144031;
}
.cid-upAihnnL54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-upAihnnL54 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-upAihnnL54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAihnnL54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAihnnL54 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upAihnnL54 .content-wrap .card {
  justify-content: space-between;
}
.cid-upAihnnL54 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upAihnnL54 .content-wrapper {
    padding: 0;
  }
}
.cid-upAihnnL54 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upAihnnL54 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-upAihnnL54 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-upAihnnL54 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upAihnnL54 .mbr-desc,
.cid-upAihnnL54 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-upAihnnL54 .mbr-section-title,
.cid-upAihnnL54 .mbr-section-btn {
  color: #000000;
}
.cid-upAGtLcEOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffe161;
}
.cid-upAGtLcEOY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-upAGtLcEOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAGtLcEOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAGtLcEOY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upAGtLcEOY .content-wrap .card {
  justify-content: space-between;
}
.cid-upAGtLcEOY .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-upAGtLcEOY .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upAGtLcEOY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upAGtLcEOY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upAGtLcEOY .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-upAGtLcEOY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upAGtLcEOY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-upAGtLcEOY .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-upAGtLcEOY .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upAGtLcEOY .image-wrap {
    padding: 0;
  }
}
.cid-upAGtLcEOY .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upAGtLcEOY .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upAGtLcEOY .mbr-section-title {
  color: #150764;
}
.cid-upAGtLcEOY .mbr-text {
  color: #000000;
}
.cid-upAGtLcEOY .mbr-section-title,
.cid-upAGtLcEOY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-upAiotcool {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-upAiotcool .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-upAiotcool .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAiotcool .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAiotcool .content-wrap {
  margin: 0;
}
.cid-upAiotcool .content-wrap .card {
  padding: 0;
}
.cid-upAiotcool .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #ffe161;
  padding: 40px 32px;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-upAiotcool .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upAiotcool .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-upAiotcool .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-upAiotcool .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-upAiotcool .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-upAiotcool .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-upAiotcool .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-upAiotcool .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-upAiotcool .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upAiotcool .content-wrapper {
    padding: 40px 0;
  }
}
.cid-upAiotcool .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upAiotcool .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upAiotcool .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upAiotcool .mbr-section-title {
  color: #150764;
}
.cid-upAiotcool .mbr-text {
  color: #150764;
}
.cid-upAiotcool .mbr-section-title,
.cid-upAiotcool .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-upAiotcool .mbr-text,
.cid-upAiotcool .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-upAIQnv57F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upAGYqvn43 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-upAGYqvn43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAGYqvn43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAGYqvn43 .row {
  justify-content: center;
}
.cid-upAGYqvn43 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upAGYqvn43 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-upAGYqvn43 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-upAGYqvn43 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upAGYqvn43 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upAGYqvn43 .item {
    margin-bottom: 35px;
  }
}
.cid-upAGYqvn43 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upAGYqvn43 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-upAGYqvn43 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-upAGYqvn43 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-upAGYqvn43 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-upAGYqvn43 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-upAGYqvn43 .mbr-section-title {
  color: #000000;
}
.cid-upAGYqvn43 .mbr-text {
  color: #000000;
}
.cid-upAGYqvn43 .item-title {
  color: #000000;
}
.cid-upAGYqvn43 .item-text {
  color: #000000;
}
.cid-upAGYqvn43 .item-title,
.cid-upAGYqvn43 .icon-wrapper {
  text-align: center;
}
.cid-upAKQ3Aq9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upAKQ3Aq9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAKQ3Aq9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAKQ3Aq9t .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upAKQ3Aq9t .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upAKQ3Aq9t .container {
    padding: 0 26px;
  }
}
.cid-upAKQ3Aq9t .row {
  justify-content: center;
}
.cid-upAKQ3Aq9t .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffe161;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-upAKQ3Aq9t .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-upAKQ3Aq9t .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-upAKQ3Aq9t .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-upAKQ3Aq9t .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-upAKQ3Aq9t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-upAKQ3Aq9t .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-upAKQ3Aq9t .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upAKQ3Aq9t .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-upAKQ3Aq9t .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upAKQ3Aq9t .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-upAKQ3Aq9t .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-upAKQ3Aq9t .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-upAKQ3Aq9t .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-upAKQ3Aq9t .mbr-section-title {
  color: #000000;
}
.cid-upAKQ3Aq9t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upAKQ3Aq9t .mbr-desc {
  color: #ffffff;
}
.cid-upAKQ3Aq9t .mbr-text {
  color: #000000;
}
.cid-upAKQ3Aq9t .mbr-link {
  color: #ffffff;
}
.cid-upAKQ3Aq9t .mbr-section-title DIV {
  text-align: center;
}
.cid-uSpp25RMua {
  background-image: url("../../../assets/images/2-1200x801.jpg");
}
.cid-uSpp25RMua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpp25RMua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpp25RMua .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSpp25RMua .image-wrap {
    height: 350px;
  }
}
.cid-upAKUzuLU2 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe161;
}
.cid-upAKUzuLU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAKUzuLU2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upAKUzuLU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAKUzuLU2 h1 {
  max-width: 800px;
}
.cid-upAKUzuLU2 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-upAKUzuLU2 .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #0616c2 !important;
}
.cid-upAKUzuLU2 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upAKUzuLU2 .btn div {
  overflow: hidden;
}
.cid-upAKUzuLU2 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-upAKUzuLU2 {
    align-items: center;
  }
  .cid-upAKUzuLU2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upAKUzuLU2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upAKUzuLU2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upAKUzuLU2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upAKUzuLU2 .content-wrap {
    width: 100%;
  }
}
.cid-upAKUzuLU2 .mbr-section-subtitle,
.cid-upAKUzuLU2 .line {
  color: #291f1e;
}
.cid-upAKUzuLU2 .mbr-text,
.cid-upAKUzuLU2 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-upAKUzuLU2 .mbr-section-title {
  color: #291f1e;
}
.cid-upALH4eW69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-upALH4eW69 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-upALH4eW69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upALH4eW69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upALH4eW69 .content-wrap {
  justify-content: center;
}
.cid-upALH4eW69 .card-wrapper {
  background-color: #ffe161;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-upALH4eW69 .card-wrapper {
    display: block;
  }
}
.cid-upALH4eW69 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-upALH4eW69 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-upALH4eW69 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-upALH4eW69 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-upALH4eW69 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-upALH4eW69 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-upALH4eW69 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-upALH4eW69 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-upALH4eW69 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-upALH4eW69 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upALH4eW69 .mbr-section-title {
  color: #000000;
}
.cid-upALH4eW69 .panel-title-edit {
  color: #150764;
}
.cid-upALH4eW69 .panel-text {
  color: #150764;
}
.cid-upALH4eW69 .panel-title-edit,
.cid-upALH4eW69 .icon-wrapper {
  color: #000000;
}
.cid-upAKZfWWXZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
  position: relative;
  overflow: hidden;
}
.cid-upAKZfWWXZ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fafafa -10%, transparent 70%);
}
.cid-upAKZfWWXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAKZfWWXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAKZfWWXZ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-upAKZfWWXZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upAKZfWWXZ .container {
    padding: 0 16px;
  }
}
.cid-upAKZfWWXZ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-upAKZfWWXZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-upAKZfWWXZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upAKZfWWXZ .mbr-section-title {
  color: #000000;
}
.cid-upAKZfWWXZ .mbr-text {
  color: #000000;
}
.cid-uSpkqJa3RO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSpkqJa3RO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpkqJa3RO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpkqJa3RO .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uSpkqJa3RO .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSpkqJa3RO .img1 {
  background: #ffe161;
}
.cid-uSpkqJa3RO .img2 {
  background: #6592e6;
}
.cid-uSpkqJa3RO .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uSpkqJa3RO .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uSpkqJa3RO .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSpkqJa3RO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSpkqJa3RO .card-wrapper {
    flex-direction: column;
  }
  .cid-uSpkqJa3RO .card-box {
    padding: 1rem;
  }
  .cid-uSpkqJa3RO .card-box,
  .cid-uSpkqJa3RO .img-wrapper {
    width: 100%;
  }
  .cid-uSpkqJa3RO .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uSpkqJa3RO .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uSpkqJa3RO .card-subtitle {
  color: #0077ff;
}
.cid-uSpkqJa3RO .mbr-text,
.cid-uSpkqJa3RO .link-wrap {
  color: #555555;
}
.cid-uSpkqJa3RO .card-title,
.cid-uSpkqJa3RO .card-box {
  text-align: center;
}
.cid-uSpkgbtewk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpkgbtewk .mbr-section-subtitle {
  text-align: center;
}
.cid-upAjEeMrmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upAjEeMrmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAjEeMrmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAjEeMrmw .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upAjEeMrmw .content-wrapper {
    padding: 0;
  }
}
.cid-upAjEeMrmw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-upAjEeMrmw .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upAjEeMrmw .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-upAjEeMrmw .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-upAjEeMrmw .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-upAjEeMrmw .mbr-section-title {
  color: #050f0f;
}
.cid-upAjxif2Ho {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-upAjxif2Ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAjxif2Ho .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-upAjxif2Ho .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upAjxif2Ho .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-upAjxif2Ho a {
  font-weight: 600;
}
.cid-upAjxif2Ho a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-upAjxif2Ho .col-lg-3,
  .cid-upAjxif2Ho .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-upAjxif2Ho .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-upAjxif2Ho .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-upAjxif2Ho h5 {
  margin: 0;
}
.cid-upAjxif2Ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAjxif2Ho .iconfont-wrapper {
  position: relative;
}
.cid-upAjxif2Ho .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-upAjxif2Ho .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-upAjxif2Ho .sociconfont-wrapper {
  display: flex;
}
.cid-upAjxif2Ho .card-title,
.cid-upAjxif2Ho .iconfont-wrapper {
  color: #000000;
}
.cid-upAjxif2Ho .card-text {
  color: #000000;
}
.cid-upAjxif2Ho .mbr-section-title {
  color: #000000;
}
.cid-upAjxif2Ho .main-title,
.cid-upAjxif2Ho .iconfont-wrapper {
  text-align: left;
}
.cid-upAR4uwR3u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-upD7jKqkhW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-upD7jKqkhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upD7jKqkhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upD7jKqkhW .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upD7jKqkhW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upD7jKqkhW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upD7jKqkhW .card-wrapper {
    padding: 4rem;
  }
}
.cid-upD7xbhdev {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/1-750x523.jpg");
}
.cid-upD7xbhdev .mbr-fallback-image.disabled {
  display: none;
}
.cid-upD7xbhdev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upD7xbhdev .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upD7xbhdev .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upD7xbhdev .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upD7xbhdev .card-wrapper {
    padding: 4rem;
  }
}
.cid-upD8RDvkZv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-upD8RDvkZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upD8RDvkZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upD8RDvkZv .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upD8RDvkZv .content-wrapper {
    padding: 0;
  }
}
.cid-upD8RDvkZv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-upD8RDvkZv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upD8RDvkZv .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-upD8RDvkZv .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-upD8RDvkZv .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-upD8RDvkZv .mbr-section-title {
  color: #050f0f;
}
.cid-uSppST2Jmy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uSppST2Jmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSppST2Jmy .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSppST2Jmy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSppST2Jmy .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSppST2Jmy a {
  font-weight: 600;
}
.cid-uSppST2Jmy a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSppST2Jmy .col-lg-3,
  .cid-uSppST2Jmy .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSppST2Jmy .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSppST2Jmy .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSppST2Jmy h5 {
  margin: 0;
}
.cid-uSppST2Jmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSppST2Jmy .iconfont-wrapper {
  position: relative;
}
.cid-uSppST2Jmy .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSppST2Jmy .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSppST2Jmy .sociconfont-wrapper {
  display: flex;
}
.cid-uSppST2Jmy .card-title,
.cid-uSppST2Jmy .iconfont-wrapper {
  color: #000000;
}
.cid-uSppST2Jmy .card-text {
  color: #000000;
}
.cid-uSppST2Jmy .mbr-section-title {
  color: #000000;
}
.cid-uSppST2Jmy .main-title,
.cid-uSppST2Jmy .iconfont-wrapper {
  text-align: left;
}
.cid-upAR4uwR3u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uSpsgUxLEO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uSpsgUxLEO nav.navbar {
  position: fixed;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpsgUxLEO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpsgUxLEO .dropdown-item:hover,
.cid-uSpsgUxLEO .dropdown-item:focus {
  background: #0616c2 !important;
  color: white !important;
}
.cid-uSpsgUxLEO .dropdown-item:hover span {
  color: white;
}
.cid-uSpsgUxLEO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpsgUxLEO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpsgUxLEO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpsgUxLEO .nav-link {
  position: relative;
}
.cid-uSpsgUxLEO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSpsgUxLEO .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpsgUxLEO .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSpsgUxLEO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSpsgUxLEO .dropdown-menu,
.cid-uSpsgUxLEO .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uSpsgUxLEO .nav-item:focus,
.cid-uSpsgUxLEO .nav-link:focus {
  outline: none;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpsgUxLEO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpsgUxLEO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpsgUxLEO .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSpsgUxLEO .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpsgUxLEO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpsgUxLEO .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpsgUxLEO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpsgUxLEO .navbar.collapsed {
  justify-content: center;
}
.cid-uSpsgUxLEO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpsgUxLEO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpsgUxLEO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpsgUxLEO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpsgUxLEO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpsgUxLEO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpsgUxLEO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpsgUxLEO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uSpsgUxLEO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpsgUxLEO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpsgUxLEO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSpsgUxLEO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSpsgUxLEO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSpsgUxLEO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpsgUxLEO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpsgUxLEO .dropdown-item.active,
.cid-uSpsgUxLEO .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpsgUxLEO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpsgUxLEO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uSpsgUxLEO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpsgUxLEO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpsgUxLEO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSpsgUxLEO ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uSpsgUxLEO .navbar-buttons {
  text-align: center;
}
.cid-uSpsgUxLEO .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uSpsgUxLEO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSpsgUxLEO .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uSpsgUxLEO .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uSpsgUxLEO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSpsgUxLEO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar {
    height: 70px;
  }
  .cid-uSpsgUxLEO .navbar.opened {
    height: auto;
  }
  .cid-uSpsgUxLEO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpsgUxLEO .navbar-nav {
  margin: 0 auto;
}
.cid-uSpsgUxLEO .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uSpsgUxLEO .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uSpsgUxLEO .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uSpsgUxLEO .nav-item .nav-link::after {
  color: #ff6666 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSpsgUxLEO .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uSpsgUxLEO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #0616c2 !important;
}
@media (max-width: 991px) {
  .cid-uSpsgUxLEO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSpsgUxLEO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSpsgUxLEO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSpsgUxLEO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-upD91Aegea {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4-2000x1334.jpg");
}
.cid-upD91Aegea .mbr-fallback-image.disabled {
  display: none;
}
.cid-upD91Aegea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upD91Aegea .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upD91Aegea .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upD91Aegea .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upD91Aegea .card-wrapper {
    padding: 4rem;
  }
}
.cid-upD91AvA1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-upD91AvA1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-upD91AvA1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upD91AvA1q .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upD91AvA1q .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upD91AvA1q .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upD91AvA1q .card-wrapper {
    padding: 4rem;
  }
}
.cid-upD91AOgKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-upD91AOgKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upD91AOgKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upD91AOgKj .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upD91AOgKj .content-wrapper {
    padding: 0;
  }
}
.cid-upD91AOgKj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-upD91AOgKj .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upD91AOgKj .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-upD91AOgKj .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-upD91AOgKj .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-upD91AOgKj .mbr-section-title {
  color: #050f0f;
}
.cid-uSpqUyiJSi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uSpqUyiJSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpqUyiJSi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSpqUyiJSi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSpqUyiJSi .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSpqUyiJSi a {
  font-weight: 600;
}
.cid-uSpqUyiJSi a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSpqUyiJSi .col-lg-3,
  .cid-uSpqUyiJSi .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSpqUyiJSi .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSpqUyiJSi .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSpqUyiJSi h5 {
  margin: 0;
}
.cid-uSpqUyiJSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpqUyiJSi .iconfont-wrapper {
  position: relative;
}
.cid-uSpqUyiJSi .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSpqUyiJSi .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSpqUyiJSi .sociconfont-wrapper {
  display: flex;
}
.cid-uSpqUyiJSi .card-title,
.cid-uSpqUyiJSi .iconfont-wrapper {
  color: #000000;
}
.cid-uSpqUyiJSi .card-text {
  color: #000000;
}
.cid-uSpqUyiJSi .mbr-section-title {
  color: #000000;
}
.cid-uSpqUyiJSi .main-title,
.cid-uSpqUyiJSi .iconfont-wrapper {
  text-align: left;
}
.cid-upD91BMQSx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uSpsgUxLEO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uSpsgUxLEO nav.navbar {
  position: fixed;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpsgUxLEO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpsgUxLEO .dropdown-item:hover,
.cid-uSpsgUxLEO .dropdown-item:focus {
  background: #0616c2 !important;
  color: white !important;
}
.cid-uSpsgUxLEO .dropdown-item:hover span {
  color: white;
}
.cid-uSpsgUxLEO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpsgUxLEO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpsgUxLEO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpsgUxLEO .nav-link {
  position: relative;
}
.cid-uSpsgUxLEO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSpsgUxLEO .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpsgUxLEO .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSpsgUxLEO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSpsgUxLEO .dropdown-menu,
.cid-uSpsgUxLEO .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uSpsgUxLEO .nav-item:focus,
.cid-uSpsgUxLEO .nav-link:focus {
  outline: none;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpsgUxLEO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpsgUxLEO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpsgUxLEO .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSpsgUxLEO .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpsgUxLEO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpsgUxLEO .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpsgUxLEO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpsgUxLEO .navbar.collapsed {
  justify-content: center;
}
.cid-uSpsgUxLEO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpsgUxLEO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpsgUxLEO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpsgUxLEO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpsgUxLEO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpsgUxLEO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpsgUxLEO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpsgUxLEO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uSpsgUxLEO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpsgUxLEO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpsgUxLEO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSpsgUxLEO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSpsgUxLEO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSpsgUxLEO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpsgUxLEO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpsgUxLEO .dropdown-item.active,
.cid-uSpsgUxLEO .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpsgUxLEO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpsgUxLEO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uSpsgUxLEO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpsgUxLEO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpsgUxLEO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSpsgUxLEO ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uSpsgUxLEO .navbar-buttons {
  text-align: center;
}
.cid-uSpsgUxLEO .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uSpsgUxLEO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSpsgUxLEO .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uSpsgUxLEO .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uSpsgUxLEO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSpsgUxLEO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar {
    height: 70px;
  }
  .cid-uSpsgUxLEO .navbar.opened {
    height: auto;
  }
  .cid-uSpsgUxLEO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpsgUxLEO .navbar-nav {
  margin: 0 auto;
}
.cid-uSpsgUxLEO .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uSpsgUxLEO .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uSpsgUxLEO .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uSpsgUxLEO .nav-item .nav-link::after {
  color: #ff6666 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSpsgUxLEO .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uSpsgUxLEO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #0616c2 !important;
}
@media (max-width: 991px) {
  .cid-uSpsgUxLEO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSpsgUxLEO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSpsgUxLEO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSpsgUxLEO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uSprq4h2mv {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-uSprq4h2mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq4h2mv .container-fluid,
.cid-uSprq4h2mv .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uSprq4h2mv .container-fluid,
  .cid-uSprq4h2mv .container {
    padding: 0 1.5rem;
  }
}
.cid-uSprq4h2mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq4h2mv a {
  font-weight: bold;
}
.cid-uSprq4h2mv .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uSprq4h2mv .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSprq4h2mv .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uSprq4h2mv .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uSprq4h2mv .row {
  justify-content: space-between;
  background: linear-gradient(to top, #0616c2, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uSprq4h2mv .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uSprq4h2mv .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uSprq4h2mv .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uSprq4h2mv .mbr-section-btn,
.cid-uSprq4h2mv .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSprq4h2mv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSprq4h2mv .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uSprq4h2mv .mbr-text,
.cid-uSprq4h2mv .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uSprq4h2mv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSprq4h2mv .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uSprq4U5dB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSprq4U5dB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq4U5dB .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-uSprq4U5dB .container {
    padding: 0 30px;
  }
}
.cid-uSprq4U5dB .row {
  justify-content: center;
}
.cid-uSprq4U5dB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSprq4U5dB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSprq4U5dB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSprq4U5dB .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uSprq4U5dB .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uSprq4U5dB .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uSprq4U5dB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSprq4U5dB .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000000;
}
.cid-uSprq4U5dB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSprq4U5dB .mbr-text {
  color: #144031;
}
.cid-uSprq5pu48 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uSprq5pu48 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSprq5pu48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq5pu48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq5pu48 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uSprq5pu48 .content-wrap .card {
  justify-content: space-between;
}
.cid-uSprq5pu48 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSprq5pu48 .content-wrapper {
    padding: 0;
  }
}
.cid-uSprq5pu48 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSprq5pu48 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uSprq5pu48 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uSprq5pu48 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uSprq5pu48 .mbr-desc,
.cid-uSprq5pu48 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSprq5pu48 .mbr-section-title,
.cid-uSprq5pu48 .mbr-section-btn {
  color: #000000;
}
.cid-uSprq5OrOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffe161;
}
.cid-uSprq5OrOS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSprq5OrOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq5OrOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq5OrOS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uSprq5OrOS .content-wrap .card {
  justify-content: space-between;
}
.cid-uSprq5OrOS .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uSprq5OrOS .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSprq5OrOS .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSprq5OrOS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSprq5OrOS .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uSprq5OrOS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSprq5OrOS .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uSprq5OrOS .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uSprq5OrOS .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSprq5OrOS .image-wrap {
    padding: 0;
  }
}
.cid-uSprq5OrOS .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSprq5OrOS .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uSprq5OrOS .mbr-section-title {
  color: #150764;
}
.cid-uSprq5OrOS .mbr-text {
  color: #000000;
}
.cid-uSprq5OrOS .mbr-section-title,
.cid-uSprq5OrOS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSprq6jLQ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uSprq6jLQ8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSprq6jLQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq6jLQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq6jLQ8 .content-wrap {
  margin: 0;
}
.cid-uSprq6jLQ8 .content-wrap .card {
  padding: 0;
}
.cid-uSprq6jLQ8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #ffe161;
  padding: 40px 32px;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uSprq6jLQ8 .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSprq6jLQ8 .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSprq6jLQ8 .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uSprq6jLQ8 .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uSprq6jLQ8 .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uSprq6jLQ8 .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uSprq6jLQ8 .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uSprq6jLQ8 .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uSprq6jLQ8 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSprq6jLQ8 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uSprq6jLQ8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSprq6jLQ8 .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSprq6jLQ8 .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSprq6jLQ8 .mbr-section-title {
  color: #150764;
}
.cid-uSprq6jLQ8 .mbr-text {
  color: #150764;
}
.cid-uSprq6jLQ8 .mbr-section-title,
.cid-uSprq6jLQ8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSprq6jLQ8 .mbr-text,
.cid-uSprq6jLQ8 .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uSprq6SGwy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSprq7gUx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSprq7gUx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq7gUx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq7gUx6 .row {
  justify-content: center;
}
.cid-uSprq7gUx6 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSprq7gUx6 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uSprq7gUx6 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uSprq7gUx6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSprq7gUx6 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSprq7gUx6 .item {
    margin-bottom: 35px;
  }
}
.cid-uSprq7gUx6 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSprq7gUx6 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uSprq7gUx6 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uSprq7gUx6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uSprq7gUx6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSprq7gUx6 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uSprq7gUx6 .mbr-section-title {
  color: #000000;
}
.cid-uSprq7gUx6 .mbr-text {
  color: #000000;
}
.cid-uSprq7gUx6 .item-title {
  color: #000000;
}
.cid-uSprq7gUx6 .item-text {
  color: #000000;
}
.cid-uSprq7gUx6 .item-title,
.cid-uSprq7gUx6 .icon-wrapper {
  text-align: center;
}
.cid-uSprq8feo2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSprq8feo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq8feo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq8feo2 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uSprq8feo2 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uSprq8feo2 .container {
    padding: 0 26px;
  }
}
.cid-uSprq8feo2 .row {
  justify-content: center;
}
.cid-uSprq8feo2 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffe161;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uSprq8feo2 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSprq8feo2 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uSprq8feo2 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uSprq8feo2 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uSprq8feo2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSprq8feo2 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSprq8feo2 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSprq8feo2 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSprq8feo2 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSprq8feo2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSprq8feo2 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uSprq8feo2 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uSprq8feo2 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSprq8feo2 .mbr-section-title {
  color: #000000;
}
.cid-uSprq8feo2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSprq8feo2 .mbr-desc {
  color: #ffffff;
}
.cid-uSprq8feo2 .mbr-text {
  color: #000000;
}
.cid-uSprq8feo2 .mbr-link {
  color: #ffffff;
}
.cid-uSprq8feo2 .mbr-section-title DIV {
  text-align: center;
}
.cid-uSprq8P3uZ {
  background-image: url("../../../assets/images/6-966x431.jpg");
}
.cid-uSprq8P3uZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq8P3uZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq8P3uZ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSprq8P3uZ .image-wrap {
    height: 350px;
  }
}
.cid-uSprq9hVeH {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSprq9hVeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq9hVeH .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uSprq9hVeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq9hVeH h1 {
  max-width: 800px;
}
.cid-uSprq9hVeH p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uSprq9hVeH .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #0616c2 !important;
}
.cid-uSprq9hVeH .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uSprq9hVeH .btn div {
  overflow: hidden;
}
.cid-uSprq9hVeH .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uSprq9hVeH {
    align-items: center;
  }
  .cid-uSprq9hVeH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSprq9hVeH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSprq9hVeH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSprq9hVeH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSprq9hVeH .content-wrap {
    width: 100%;
  }
}
.cid-uSprq9hVeH .mbr-section-subtitle,
.cid-uSprq9hVeH .line {
  color: #291f1e;
}
.cid-uSprq9hVeH .mbr-text,
.cid-uSprq9hVeH .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uSprq9hVeH .mbr-section-title {
  color: #291f1e;
}
.cid-uSprq9OzT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uSprq9OzT4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSprq9OzT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprq9OzT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprq9OzT4 .content-wrap {
  justify-content: center;
}
.cid-uSprq9OzT4 .card-wrapper {
  background-color: #ffe161;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uSprq9OzT4 .card-wrapper {
    display: block;
  }
}
.cid-uSprq9OzT4 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uSprq9OzT4 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uSprq9OzT4 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uSprq9OzT4 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uSprq9OzT4 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSprq9OzT4 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSprq9OzT4 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uSprq9OzT4 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uSprq9OzT4 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSprq9OzT4 .mbr-section-title {
  color: #000000;
}
.cid-uSprq9OzT4 .panel-title-edit {
  color: #150764;
}
.cid-uSprq9OzT4 .panel-text {
  color: #150764;
}
.cid-uSprq9OzT4 .panel-title-edit,
.cid-uSprq9OzT4 .icon-wrapper {
  color: #000000;
}
.cid-uSprqaAnjv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
  position: relative;
  overflow: hidden;
}
.cid-uSprqaAnjv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fafafa -10%, transparent 70%);
}
.cid-uSprqaAnjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprqaAnjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprqaAnjv .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSprqaAnjv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSprqaAnjv .container {
    padding: 0 16px;
  }
}
.cid-uSprqaAnjv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSprqaAnjv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSprqaAnjv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSprqaAnjv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSprqaAnjv .mbr-text {
  color: #000000;
}
.cid-uSprqb6a2F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSprqb6a2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprqb6a2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprqb6a2F .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uSprqb6a2F .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSprqb6a2F .img1 {
  background: #ffe161;
}
.cid-uSprqb6a2F .img2 {
  background: #6592e6;
}
.cid-uSprqb6a2F .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uSprqb6a2F .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uSprqb6a2F .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSprqb6a2F .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSprqb6a2F .card-wrapper {
    flex-direction: column;
  }
  .cid-uSprqb6a2F .card-box {
    padding: 1rem;
  }
  .cid-uSprqb6a2F .card-box,
  .cid-uSprqb6a2F .img-wrapper {
    width: 100%;
  }
  .cid-uSprqb6a2F .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uSprqb6a2F .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uSprqb6a2F .card-subtitle {
  color: #0077ff;
}
.cid-uSprqb6a2F .mbr-text,
.cid-uSprqb6a2F .link-wrap {
  color: #555555;
}
.cid-uSprqb6a2F .card-title,
.cid-uSprqb6a2F .card-box {
  text-align: center;
}
.cid-uSprqbMgNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSprqbMgNK .mbr-section-subtitle {
  text-align: center;
}
.cid-uSpvHbft55 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSpvHbft55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpvHbft55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpvHbft55 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0616c2;
  margin-left: 1rem;
}
.cid-uSpvHbft55 .panel-group {
  border: none;
}
.cid-uSpvHbft55 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSpvHbft55 .panel-body,
.cid-uSpvHbft55 .card-header {
  padding: 1rem 0;
}
.cid-uSpvHbft55 .panel-title-edit {
  color: #000000;
}
.cid-uSpvHbft55 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSprqch9xo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSprqch9xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprqch9xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprqch9xo .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSprqch9xo .content-wrapper {
    padding: 0;
  }
}
.cid-uSprqch9xo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSprqch9xo .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSprqch9xo .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uSprqch9xo .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSprqch9xo .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSprqch9xo .mbr-section-title {
  color: #050f0f;
}
.cid-uSprqcS86H {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uSprqcS86H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSprqcS86H .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSprqcS86H .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSprqcS86H .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSprqcS86H a {
  font-weight: 600;
}
.cid-uSprqcS86H a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSprqcS86H .col-lg-3,
  .cid-uSprqcS86H .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSprqcS86H .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSprqcS86H .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSprqcS86H h5 {
  margin: 0;
}
.cid-uSprqcS86H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSprqcS86H .iconfont-wrapper {
  position: relative;
}
.cid-uSprqcS86H .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSprqcS86H .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSprqcS86H .sociconfont-wrapper {
  display: flex;
}
.cid-uSprqcS86H .card-title,
.cid-uSprqcS86H .iconfont-wrapper {
  color: #000000;
}
.cid-uSprqcS86H .card-text {
  color: #000000;
}
.cid-uSprqcS86H .mbr-section-title {
  color: #000000;
}
.cid-uSprqcS86H .main-title,
.cid-uSprqcS86H .iconfont-wrapper {
  text-align: left;
}
.cid-uSprqdw2HF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uSpsgUxLEO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uSpsgUxLEO nav.navbar {
  position: fixed;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpsgUxLEO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpsgUxLEO .dropdown-item:hover,
.cid-uSpsgUxLEO .dropdown-item:focus {
  background: #0616c2 !important;
  color: white !important;
}
.cid-uSpsgUxLEO .dropdown-item:hover span {
  color: white;
}
.cid-uSpsgUxLEO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpsgUxLEO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpsgUxLEO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpsgUxLEO .nav-link {
  position: relative;
}
.cid-uSpsgUxLEO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSpsgUxLEO .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpsgUxLEO .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSpsgUxLEO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSpsgUxLEO .dropdown-menu,
.cid-uSpsgUxLEO .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uSpsgUxLEO .nav-item:focus,
.cid-uSpsgUxLEO .nav-link:focus {
  outline: none;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpsgUxLEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpsgUxLEO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpsgUxLEO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpsgUxLEO .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSpsgUxLEO .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpsgUxLEO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpsgUxLEO .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpsgUxLEO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpsgUxLEO .navbar.collapsed {
  justify-content: center;
}
.cid-uSpsgUxLEO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpsgUxLEO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpsgUxLEO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpsgUxLEO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpsgUxLEO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpsgUxLEO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpsgUxLEO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpsgUxLEO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpsgUxLEO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpsgUxLEO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uSpsgUxLEO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpsgUxLEO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpsgUxLEO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSpsgUxLEO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSpsgUxLEO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSpsgUxLEO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpsgUxLEO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpsgUxLEO .dropdown-item.active,
.cid-uSpsgUxLEO .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpsgUxLEO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpsgUxLEO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpsgUxLEO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uSpsgUxLEO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpsgUxLEO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpsgUxLEO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSpsgUxLEO ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uSpsgUxLEO .navbar-buttons {
  text-align: center;
}
.cid-uSpsgUxLEO .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uSpsgUxLEO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSpsgUxLEO .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uSpsgUxLEO .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uSpsgUxLEO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpsgUxLEO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpsgUxLEO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpsgUxLEO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSpsgUxLEO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpsgUxLEO .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-uSpsgUxLEO .navbar {
    height: 70px;
  }
  .cid-uSpsgUxLEO .navbar.opened {
    height: auto;
  }
  .cid-uSpsgUxLEO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpsgUxLEO .navbar-nav {
  margin: 0 auto;
}
.cid-uSpsgUxLEO .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uSpsgUxLEO .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uSpsgUxLEO .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uSpsgUxLEO .nav-item .nav-link::after {
  color: #ff6666 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSpsgUxLEO .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uSpsgUxLEO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uSpsgUxLEO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #0616c2 !important;
}
@media (max-width: 991px) {
  .cid-uSpsgUxLEO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSpsgUxLEO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSpsgUxLEO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSpsgUxLEO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uSpsgUxLEO .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uSpCvAvfed {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-uSpCvAvfed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvAvfed .container-fluid,
.cid-uSpCvAvfed .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uSpCvAvfed .container-fluid,
  .cid-uSpCvAvfed .container {
    padding: 0 1.5rem;
  }
}
.cid-uSpCvAvfed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvAvfed a {
  font-weight: bold;
}
.cid-uSpCvAvfed .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uSpCvAvfed .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSpCvAvfed .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uSpCvAvfed .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uSpCvAvfed .row {
  justify-content: space-between;
  background: linear-gradient(to top, #0616c2, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uSpCvAvfed .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uSpCvAvfed .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uSpCvAvfed .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uSpCvAvfed .mbr-section-btn,
.cid-uSpCvAvfed .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSpCvAvfed .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSpCvAvfed .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uSpCvAvfed .mbr-text,
.cid-uSpCvAvfed .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uSpCvAvfed .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSpCvAvfed .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uSpCvBZ1jg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpCvBZ1jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvBZ1jg .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-uSpCvBZ1jg .container {
    padding: 0 30px;
  }
}
.cid-uSpCvBZ1jg .row {
  justify-content: center;
}
.cid-uSpCvBZ1jg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpCvBZ1jg .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSpCvBZ1jg .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpCvBZ1jg .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uSpCvBZ1jg .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uSpCvBZ1jg .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uSpCvBZ1jg .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSpCvBZ1jg .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000000;
}
.cid-uSpCvBZ1jg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSpCvBZ1jg .mbr-text {
  color: #144031;
}
.cid-uSpCvCqYd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uSpCvCqYd0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSpCvCqYd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvCqYd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvCqYd0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uSpCvCqYd0 .content-wrap .card {
  justify-content: space-between;
}
.cid-uSpCvCqYd0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSpCvCqYd0 .content-wrapper {
    padding: 0;
  }
}
.cid-uSpCvCqYd0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSpCvCqYd0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uSpCvCqYd0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uSpCvCqYd0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uSpCvCqYd0 .mbr-desc,
.cid-uSpCvCqYd0 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSpCvCqYd0 .mbr-section-title,
.cid-uSpCvCqYd0 .mbr-section-btn {
  color: #000000;
}
.cid-uSpF0gxfD0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSpF0gxfD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpF0gxfD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSpF0gxfD0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSpF0gxfD0 .row {
  flex-direction: row-reverse;
}
.cid-uSpF0gxfD0 img {
  width: 100%;
}
.cid-uSpCvCPoho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffe161;
}
.cid-uSpCvCPoho .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSpCvCPoho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvCPoho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvCPoho .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uSpCvCPoho .content-wrap .card {
  justify-content: space-between;
}
.cid-uSpCvCPoho .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uSpCvCPoho .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvCPoho .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSpCvCPoho .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSpCvCPoho .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uSpCvCPoho .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSpCvCPoho .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uSpCvCPoho .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uSpCvCPoho .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvCPoho .image-wrap {
    padding: 0;
  }
}
.cid-uSpCvCPoho .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSpCvCPoho .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uSpCvCPoho .mbr-section-title {
  color: #150764;
}
.cid-uSpCvCPoho .mbr-text {
  color: #000000;
}
.cid-uSpCvCPoho .mbr-section-title,
.cid-uSpCvCPoho .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSpCvDl2qz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uSpCvDl2qz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSpCvDl2qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvDl2qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvDl2qz .content-wrap {
  margin: 0;
}
.cid-uSpCvDl2qz .content-wrap .card {
  padding: 0;
}
.cid-uSpCvDl2qz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #ffe161;
  padding: 40px 32px;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uSpCvDl2qz .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvDl2qz .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvDl2qz .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uSpCvDl2qz .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uSpCvDl2qz .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uSpCvDl2qz .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uSpCvDl2qz .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uSpCvDl2qz .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uSpCvDl2qz .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvDl2qz .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uSpCvDl2qz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSpCvDl2qz .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSpCvDl2qz .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSpCvDl2qz .mbr-section-title {
  color: #150764;
}
.cid-uSpCvDl2qz .mbr-text {
  color: #150764;
}
.cid-uSpCvDl2qz .mbr-section-title,
.cid-uSpCvDl2qz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSpCvDl2qz .mbr-text,
.cid-uSpCvDl2qz .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uSpCvDQteu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpCvElJbF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpCvElJbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvElJbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvElJbF .row {
  justify-content: center;
}
.cid-uSpCvElJbF .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSpCvElJbF .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uSpCvElJbF .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uSpCvElJbF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpCvElJbF .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSpCvElJbF .item {
    margin-bottom: 35px;
  }
}
.cid-uSpCvElJbF .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSpCvElJbF .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uSpCvElJbF .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uSpCvElJbF .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uSpCvElJbF .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSpCvElJbF .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uSpCvElJbF .mbr-section-title {
  color: #000000;
}
.cid-uSpCvElJbF .mbr-text {
  color: #000000;
}
.cid-uSpCvElJbF .item-title {
  color: #000000;
}
.cid-uSpCvElJbF .item-text {
  color: #000000;
}
.cid-uSpCvElJbF .item-title,
.cid-uSpCvElJbF .icon-wrapper {
  text-align: center;
}
.cid-uSpCvEXGpq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpCvEXGpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvEXGpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvEXGpq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uSpCvEXGpq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvEXGpq .container {
    padding: 0 26px;
  }
}
.cid-uSpCvEXGpq .row {
  justify-content: center;
}
.cid-uSpCvEXGpq .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffe161;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uSpCvEXGpq .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvEXGpq .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uSpCvEXGpq .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uSpCvEXGpq .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uSpCvEXGpq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSpCvEXGpq .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSpCvEXGpq .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSpCvEXGpq .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSpCvEXGpq .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSpCvEXGpq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSpCvEXGpq .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uSpCvEXGpq .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uSpCvEXGpq .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSpCvEXGpq .mbr-section-title {
  color: #000000;
}
.cid-uSpCvEXGpq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSpCvEXGpq .mbr-desc {
  color: #ffffff;
}
.cid-uSpCvEXGpq .mbr-text {
  color: #000000;
}
.cid-uSpCvEXGpq .mbr-link {
  color: #ffffff;
}
.cid-uSpCvEXGpq .mbr-section-title DIV {
  text-align: center;
}
.cid-uSpCvFp3Cb {
  background-image: url("../../../assets/images/9.webp");
}
.cid-uSpCvFp3Cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvFp3Cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvFp3Cb .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSpCvFp3Cb .image-wrap {
    height: 350px;
  }
}
.cid-uSpCvFML0J {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpCvFML0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvFML0J .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uSpCvFML0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvFML0J h1 {
  max-width: 800px;
}
.cid-uSpCvFML0J p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uSpCvFML0J .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #0616c2 !important;
}
.cid-uSpCvFML0J .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uSpCvFML0J .btn div {
  overflow: hidden;
}
.cid-uSpCvFML0J .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uSpCvFML0J {
    align-items: center;
  }
  .cid-uSpCvFML0J .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSpCvFML0J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSpCvFML0J {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSpCvFML0J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSpCvFML0J .content-wrap {
    width: 100%;
  }
}
.cid-uSpCvFML0J .mbr-section-subtitle,
.cid-uSpCvFML0J .line {
  color: #291f1e;
}
.cid-uSpCvFML0J .mbr-text,
.cid-uSpCvFML0J .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uSpCvFML0J .mbr-section-title {
  color: #291f1e;
}
.cid-uSpCvGedF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uSpCvGedF1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSpCvGedF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvGedF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvGedF1 .content-wrap {
  justify-content: center;
}
.cid-uSpCvGedF1 .card-wrapper {
  background-color: #ffe161;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uSpCvGedF1 .card-wrapper {
    display: block;
  }
}
.cid-uSpCvGedF1 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uSpCvGedF1 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uSpCvGedF1 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvGedF1 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uSpCvGedF1 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSpCvGedF1 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSpCvGedF1 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uSpCvGedF1 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uSpCvGedF1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSpCvGedF1 .mbr-section-title {
  color: #000000;
}
.cid-uSpCvGedF1 .panel-title-edit {
  color: #150764;
}
.cid-uSpCvGedF1 .panel-text {
  color: #150764;
}
.cid-uSpCvGedF1 .panel-title-edit,
.cid-uSpCvGedF1 .icon-wrapper {
  color: #000000;
}
.cid-uSpCvHiF5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
  position: relative;
  overflow: hidden;
}
.cid-uSpCvHiF5i::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fafafa -10%, transparent 70%);
}
.cid-uSpCvHiF5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvHiF5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvHiF5i .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSpCvHiF5i .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSpCvHiF5i .container {
    padding: 0 16px;
  }
}
.cid-uSpCvHiF5i .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSpCvHiF5i .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSpCvHiF5i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpCvHiF5i .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSpCvHiF5i .mbr-text {
  color: #000000;
}
.cid-uSpCvI5oLD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSpCvI5oLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvI5oLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvI5oLD .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uSpCvI5oLD .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSpCvI5oLD .img1 {
  background: #ffe161;
}
.cid-uSpCvI5oLD .img2 {
  background: #6592e6;
}
.cid-uSpCvI5oLD .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uSpCvI5oLD .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uSpCvI5oLD .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSpCvI5oLD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSpCvI5oLD .card-wrapper {
    flex-direction: column;
  }
  .cid-uSpCvI5oLD .card-box {
    padding: 1rem;
  }
  .cid-uSpCvI5oLD .card-box,
  .cid-uSpCvI5oLD .img-wrapper {
    width: 100%;
  }
  .cid-uSpCvI5oLD .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uSpCvI5oLD .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uSpCvI5oLD .card-subtitle {
  color: #0077ff;
}
.cid-uSpCvI5oLD .mbr-text,
.cid-uSpCvI5oLD .link-wrap {
  color: #555555;
}
.cid-uSpCvI5oLD .card-title,
.cid-uSpCvI5oLD .card-box {
  text-align: center;
}
.cid-uSpCvIKNlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpCvIKNlV .mbr-section-subtitle {
  text-align: center;
}
.cid-uSpCvJj9HE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSpCvJj9HE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvJj9HE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvJj9HE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0616c2;
  margin-left: 1rem;
}
.cid-uSpCvJj9HE .panel-group {
  border: none;
}
.cid-uSpCvJj9HE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSpCvJj9HE .panel-body,
.cid-uSpCvJj9HE .card-header {
  padding: 1rem 0;
}
.cid-uSpCvJj9HE .panel-title-edit {
  color: #000000;
}
.cid-uSpCvJj9HE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSpCvJUnqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSpCvJUnqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvJUnqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvJUnqz .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSpCvJUnqz .content-wrapper {
    padding: 0;
  }
}
.cid-uSpCvJUnqz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSpCvJUnqz .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSpCvJUnqz .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uSpCvJUnqz .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSpCvJUnqz .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSpCvJUnqz .mbr-section-title {
  color: #050f0f;
}
.cid-uSpCvKvT9Y {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uSpCvKvT9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpCvKvT9Y .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSpCvKvT9Y .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSpCvKvT9Y .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSpCvKvT9Y a {
  font-weight: 600;
}
.cid-uSpCvKvT9Y a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSpCvKvT9Y .col-lg-3,
  .cid-uSpCvKvT9Y .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSpCvKvT9Y .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSpCvKvT9Y .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSpCvKvT9Y h5 {
  margin: 0;
}
.cid-uSpCvKvT9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpCvKvT9Y .iconfont-wrapper {
  position: relative;
}
.cid-uSpCvKvT9Y .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSpCvKvT9Y .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSpCvKvT9Y .sociconfont-wrapper {
  display: flex;
}
.cid-uSpCvKvT9Y .card-title,
.cid-uSpCvKvT9Y .iconfont-wrapper {
  color: #000000;
}
.cid-uSpCvKvT9Y .card-text {
  color: #000000;
}
.cid-uSpCvKvT9Y .mbr-section-title {
  color: #000000;
}
.cid-uSpCvKvT9Y .main-title,
.cid-uSpCvKvT9Y .iconfont-wrapper {
  text-align: left;
}
.cid-uSpCvLdVjN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uSpCvLMbBI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uSpCvLMbBI nav.navbar {
  position: fixed;
}
.cid-uSpCvLMbBI .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-uSpCvLMbBI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpCvLMbBI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpCvLMbBI .dropdown-item:hover,
.cid-uSpCvLMbBI .dropdown-item:focus {
  background: #0616c2 !important;
  color: white !important;
}
.cid-uSpCvLMbBI .dropdown-item:hover span {
  color: white;
}
.cid-uSpCvLMbBI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpCvLMbBI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpCvLMbBI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpCvLMbBI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpCvLMbBI .nav-link {
  position: relative;
}
.cid-uSpCvLMbBI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSpCvLMbBI .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpCvLMbBI .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSpCvLMbBI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSpCvLMbBI .dropdown-menu,
.cid-uSpCvLMbBI .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uSpCvLMbBI .nav-item:focus,
.cid-uSpCvLMbBI .nav-link:focus {
  outline: none;
}
.cid-uSpCvLMbBI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpCvLMbBI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpCvLMbBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpCvLMbBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpCvLMbBI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpCvLMbBI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpCvLMbBI .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSpCvLMbBI .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpCvLMbBI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpCvLMbBI .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpCvLMbBI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpCvLMbBI .navbar.collapsed {
  justify-content: center;
}
.cid-uSpCvLMbBI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpCvLMbBI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpCvLMbBI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSpCvLMbBI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpCvLMbBI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpCvLMbBI .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-uSpCvLMbBI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpCvLMbBI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpCvLMbBI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpCvLMbBI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpCvLMbBI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpCvLMbBI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpCvLMbBI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpCvLMbBI .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-uSpCvLMbBI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpCvLMbBI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpCvLMbBI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpCvLMbBI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uSpCvLMbBI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpCvLMbBI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpCvLMbBI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSpCvLMbBI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSpCvLMbBI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSpCvLMbBI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpCvLMbBI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpCvLMbBI .dropdown-item.active,
.cid-uSpCvLMbBI .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpCvLMbBI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpCvLMbBI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpCvLMbBI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpCvLMbBI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uSpCvLMbBI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpCvLMbBI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpCvLMbBI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSpCvLMbBI ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uSpCvLMbBI .navbar-buttons {
  text-align: center;
}
.cid-uSpCvLMbBI .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uSpCvLMbBI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSpCvLMbBI .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uSpCvLMbBI .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uSpCvLMbBI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uSpCvLMbBI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uSpCvLMbBI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSpCvLMbBI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpCvLMbBI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpCvLMbBI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSpCvLMbBI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpCvLMbBI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpCvLMbBI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpCvLMbBI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpCvLMbBI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSpCvLMbBI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpCvLMbBI .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-uSpCvLMbBI .navbar {
    height: 70px;
  }
  .cid-uSpCvLMbBI .navbar.opened {
    height: auto;
  }
  .cid-uSpCvLMbBI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpCvLMbBI .navbar-nav {
  margin: 0 auto;
}
.cid-uSpCvLMbBI .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uSpCvLMbBI .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uSpCvLMbBI .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uSpCvLMbBI .nav-item .nav-link::after {
  color: #ff6666 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSpCvLMbBI .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uSpCvLMbBI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSpCvLMbBI .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uSpCvLMbBI .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uSpCvLMbBI .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uSpCvLMbBI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #0616c2 !important;
}
@media (max-width: 991px) {
  .cid-uSpCvLMbBI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSpCvLMbBI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSpCvLMbBI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSpCvLMbBI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSpCvLMbBI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSpCvLMbBI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uSpCvLMbBI .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uSpFiyM4ft {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-uSpFiyM4ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiyM4ft .container-fluid,
.cid-uSpFiyM4ft .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uSpFiyM4ft .container-fluid,
  .cid-uSpFiyM4ft .container {
    padding: 0 1.5rem;
  }
}
.cid-uSpFiyM4ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiyM4ft a {
  font-weight: bold;
}
.cid-uSpFiyM4ft .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uSpFiyM4ft .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSpFiyM4ft .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uSpFiyM4ft .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uSpFiyM4ft .row {
  justify-content: space-between;
  background: linear-gradient(to top, #0616c2, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uSpFiyM4ft .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uSpFiyM4ft .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uSpFiyM4ft .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uSpFiyM4ft .mbr-section-btn,
.cid-uSpFiyM4ft .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSpFiyM4ft .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSpFiyM4ft .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uSpFiyM4ft .mbr-text,
.cid-uSpFiyM4ft .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uSpFiyM4ft .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSpFiyM4ft .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uSpFizEsF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpFizEsF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFizEsF1 .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-uSpFizEsF1 .container {
    padding: 0 30px;
  }
}
.cid-uSpFizEsF1 .row {
  justify-content: center;
}
.cid-uSpFizEsF1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpFizEsF1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSpFizEsF1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSpFizEsF1 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uSpFizEsF1 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uSpFizEsF1 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uSpFizEsF1 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSpFizEsF1 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000000;
}
.cid-uSpFizEsF1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSpFizEsF1 .mbr-text {
  color: #144031;
}
.cid-uSpFiA01mN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uSpFiA01mN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSpFiA01mN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiA01mN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiA01mN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uSpFiA01mN .content-wrap .card {
  justify-content: space-between;
}
.cid-uSpFiA01mN .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSpFiA01mN .content-wrapper {
    padding: 0;
  }
}
.cid-uSpFiA01mN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSpFiA01mN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uSpFiA01mN .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uSpFiA01mN .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uSpFiA01mN .mbr-desc,
.cid-uSpFiA01mN .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSpFiA01mN .mbr-section-title,
.cid-uSpFiA01mN .mbr-section-btn {
  color: #000000;
}
.cid-uSpFiADSBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffe161;
}
.cid-uSpFiADSBE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSpFiADSBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiADSBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiADSBE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uSpFiADSBE .content-wrap .card {
  justify-content: space-between;
}
.cid-uSpFiADSBE .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uSpFiADSBE .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiADSBE .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSpFiADSBE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSpFiADSBE .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uSpFiADSBE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSpFiADSBE .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uSpFiADSBE .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uSpFiADSBE .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiADSBE .image-wrap {
    padding: 0;
  }
}
.cid-uSpFiADSBE .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSpFiADSBE .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uSpFiADSBE .mbr-section-title {
  color: #150764;
}
.cid-uSpFiADSBE .mbr-text {
  color: #000000;
}
.cid-uSpFiADSBE .mbr-section-title,
.cid-uSpFiADSBE .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSpFiB8kmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uSpFiB8kmx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSpFiB8kmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiB8kmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiB8kmx .content-wrap {
  margin: 0;
}
.cid-uSpFiB8kmx .content-wrap .card {
  padding: 0;
}
.cid-uSpFiB8kmx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #ffe161;
  padding: 40px 32px;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uSpFiB8kmx .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiB8kmx .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiB8kmx .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uSpFiB8kmx .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uSpFiB8kmx .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uSpFiB8kmx .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uSpFiB8kmx .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uSpFiB8kmx .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uSpFiB8kmx .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiB8kmx .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uSpFiB8kmx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSpFiB8kmx .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSpFiB8kmx .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSpFiB8kmx .mbr-section-title {
  color: #150764;
}
.cid-uSpFiB8kmx .mbr-text {
  color: #150764;
}
.cid-uSpFiB8kmx .mbr-section-title,
.cid-uSpFiB8kmx .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uSpFiB8kmx .mbr-text,
.cid-uSpFiB8kmx .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uSpFiBv3h5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpFiBNvDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpFiBNvDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiBNvDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiBNvDf .row {
  justify-content: center;
}
.cid-uSpFiBNvDf .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSpFiBNvDf .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uSpFiBNvDf .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uSpFiBNvDf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpFiBNvDf .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSpFiBNvDf .item {
    margin-bottom: 35px;
  }
}
.cid-uSpFiBNvDf .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSpFiBNvDf .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uSpFiBNvDf .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uSpFiBNvDf .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uSpFiBNvDf .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSpFiBNvDf .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uSpFiBNvDf .mbr-section-title {
  color: #000000;
}
.cid-uSpFiBNvDf .mbr-text {
  color: #000000;
}
.cid-uSpFiBNvDf .item-title {
  color: #000000;
}
.cid-uSpFiBNvDf .item-text {
  color: #000000;
}
.cid-uSpFiBNvDf .item-title,
.cid-uSpFiBNvDf .icon-wrapper {
  text-align: center;
}
.cid-uSpFiCvcjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpFiCvcjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiCvcjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiCvcjO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uSpFiCvcjO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiCvcjO .container {
    padding: 0 26px;
  }
}
.cid-uSpFiCvcjO .row {
  justify-content: center;
}
.cid-uSpFiCvcjO .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffe161;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uSpFiCvcjO .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiCvcjO .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uSpFiCvcjO .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uSpFiCvcjO .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uSpFiCvcjO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSpFiCvcjO .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSpFiCvcjO .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSpFiCvcjO .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSpFiCvcjO .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSpFiCvcjO .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSpFiCvcjO .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uSpFiCvcjO .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uSpFiCvcjO .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSpFiCvcjO .mbr-section-title {
  color: #000000;
}
.cid-uSpFiCvcjO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSpFiCvcjO .mbr-desc {
  color: #ffffff;
}
.cid-uSpFiCvcjO .mbr-text {
  color: #000000;
}
.cid-uSpFiCvcjO .mbr-link {
  color: #ffffff;
}
.cid-uSpFiCvcjO .mbr-section-title DIV {
  text-align: center;
}
.cid-uSpFiCVOpt {
  background-image: url("../../../assets/images/11-1800x900.jpg");
}
.cid-uSpFiCVOpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiCVOpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiCVOpt .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSpFiCVOpt .image-wrap {
    height: 350px;
  }
}
.cid-uSpFiDiTp5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpFiDiTp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiDiTp5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uSpFiDiTp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiDiTp5 h1 {
  max-width: 800px;
}
.cid-uSpFiDiTp5 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uSpFiDiTp5 .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #0616c2 !important;
}
.cid-uSpFiDiTp5 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uSpFiDiTp5 .btn div {
  overflow: hidden;
}
.cid-uSpFiDiTp5 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uSpFiDiTp5 {
    align-items: center;
  }
  .cid-uSpFiDiTp5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSpFiDiTp5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSpFiDiTp5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSpFiDiTp5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSpFiDiTp5 .content-wrap {
    width: 100%;
  }
}
.cid-uSpFiDiTp5 .mbr-section-subtitle,
.cid-uSpFiDiTp5 .line {
  color: #291f1e;
}
.cid-uSpFiDiTp5 .mbr-text,
.cid-uSpFiDiTp5 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uSpFiDiTp5 .mbr-section-title {
  color: #291f1e;
}
.cid-uSpFiDFVzv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uSpFiDFVzv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSpFiDFVzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiDFVzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiDFVzv .content-wrap {
  justify-content: center;
}
.cid-uSpFiDFVzv .card-wrapper {
  background-color: #ffe161;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uSpFiDFVzv .card-wrapper {
    display: block;
  }
}
.cid-uSpFiDFVzv .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uSpFiDFVzv .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uSpFiDFVzv .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiDFVzv .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uSpFiDFVzv .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSpFiDFVzv .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSpFiDFVzv .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uSpFiDFVzv .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uSpFiDFVzv .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSpFiDFVzv .mbr-section-title {
  color: #000000;
}
.cid-uSpFiDFVzv .panel-title-edit {
  color: #150764;
}
.cid-uSpFiDFVzv .panel-text {
  color: #150764;
}
.cid-uSpFiDFVzv .panel-title-edit,
.cid-uSpFiDFVzv .icon-wrapper {
  color: #000000;
}
.cid-uSpFiEiL2R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
  position: relative;
  overflow: hidden;
}
.cid-uSpFiEiL2R::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fafafa -10%, transparent 70%);
}
.cid-uSpFiEiL2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiEiL2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiEiL2R .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSpFiEiL2R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSpFiEiL2R .container {
    padding: 0 16px;
  }
}
.cid-uSpFiEiL2R .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSpFiEiL2R .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSpFiEiL2R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpFiEiL2R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSpFiEiL2R .mbr-text {
  color: #000000;
}
.cid-uSpFiEIQYQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSpFiEIQYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiEIQYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiEIQYQ .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uSpFiEIQYQ .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSpFiEIQYQ .img1 {
  background: #ffe161;
}
.cid-uSpFiEIQYQ .img2 {
  background: #6592e6;
}
.cid-uSpFiEIQYQ .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uSpFiEIQYQ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uSpFiEIQYQ .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSpFiEIQYQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSpFiEIQYQ .card-wrapper {
    flex-direction: column;
  }
  .cid-uSpFiEIQYQ .card-box {
    padding: 1rem;
  }
  .cid-uSpFiEIQYQ .card-box,
  .cid-uSpFiEIQYQ .img-wrapper {
    width: 100%;
  }
  .cid-uSpFiEIQYQ .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uSpFiEIQYQ .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uSpFiEIQYQ .card-subtitle {
  color: #0077ff;
}
.cid-uSpFiEIQYQ .mbr-text,
.cid-uSpFiEIQYQ .link-wrap {
  color: #555555;
}
.cid-uSpFiEIQYQ .card-title,
.cid-uSpFiEIQYQ .card-box {
  text-align: center;
}
.cid-uSpFiFqWb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uSpFiFqWb7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uSpFiFULcz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSpFiFULcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiFULcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiFULcz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0616c2;
  margin-left: 1rem;
}
.cid-uSpFiFULcz .panel-group {
  border: none;
}
.cid-uSpFiFULcz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSpFiFULcz .panel-body,
.cid-uSpFiFULcz .card-header {
  padding: 1rem 0;
}
.cid-uSpFiFULcz .panel-title-edit {
  color: #000000;
}
.cid-uSpFiFULcz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSpFiGCnL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSpFiGCnL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiGCnL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiGCnL4 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSpFiGCnL4 .content-wrapper {
    padding: 0;
  }
}
.cid-uSpFiGCnL4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSpFiGCnL4 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSpFiGCnL4 .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uSpFiGCnL4 .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSpFiGCnL4 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSpFiGCnL4 .mbr-section-title {
  color: #050f0f;
}
.cid-uSpFiHdg2O {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uSpFiHdg2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpFiHdg2O .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSpFiHdg2O .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSpFiHdg2O .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSpFiHdg2O a {
  font-weight: 600;
}
.cid-uSpFiHdg2O a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSpFiHdg2O .col-lg-3,
  .cid-uSpFiHdg2O .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSpFiHdg2O .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSpFiHdg2O .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSpFiHdg2O h5 {
  margin: 0;
}
.cid-uSpFiHdg2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpFiHdg2O .iconfont-wrapper {
  position: relative;
}
.cid-uSpFiHdg2O .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSpFiHdg2O .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSpFiHdg2O .sociconfont-wrapper {
  display: flex;
}
.cid-uSpFiHdg2O .card-title,
.cid-uSpFiHdg2O .iconfont-wrapper {
  color: #000000;
}
.cid-uSpFiHdg2O .card-text {
  color: #000000;
}
.cid-uSpFiHdg2O .mbr-section-title {
  color: #000000;
}
.cid-uSpFiHdg2O .main-title,
.cid-uSpFiHdg2O .iconfont-wrapper {
  text-align: left;
}
.cid-uSpFiHTpA0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uSpFiIp292 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uSpFiIp292 nav.navbar {
  position: fixed;
}
.cid-uSpFiIp292 .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-uSpFiIp292 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpFiIp292 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpFiIp292 .dropdown-item:hover,
.cid-uSpFiIp292 .dropdown-item:focus {
  background: #0616c2 !important;
  color: white !important;
}
.cid-uSpFiIp292 .dropdown-item:hover span {
  color: white;
}
.cid-uSpFiIp292 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpFiIp292 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpFiIp292 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpFiIp292 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpFiIp292 .nav-link {
  position: relative;
}
.cid-uSpFiIp292 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSpFiIp292 .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpFiIp292 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSpFiIp292 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSpFiIp292 .dropdown-menu,
.cid-uSpFiIp292 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uSpFiIp292 .nav-item:focus,
.cid-uSpFiIp292 .nav-link:focus {
  outline: none;
}
.cid-uSpFiIp292 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpFiIp292 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpFiIp292 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpFiIp292 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpFiIp292 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpFiIp292 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpFiIp292 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSpFiIp292 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpFiIp292 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpFiIp292 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpFiIp292 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpFiIp292 .navbar.collapsed {
  justify-content: center;
}
.cid-uSpFiIp292 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpFiIp292 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpFiIp292 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSpFiIp292 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpFiIp292 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpFiIp292 .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-uSpFiIp292 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpFiIp292 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpFiIp292 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpFiIp292 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpFiIp292 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpFiIp292 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpFiIp292 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpFiIp292 .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-uSpFiIp292 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpFiIp292 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpFiIp292 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpFiIp292 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uSpFiIp292 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpFiIp292 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpFiIp292 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSpFiIp292 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSpFiIp292 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSpFiIp292 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpFiIp292 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSpFiIp292 .dropdown-item.active,
.cid-uSpFiIp292 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpFiIp292 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpFiIp292 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpFiIp292 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpFiIp292 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uSpFiIp292 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpFiIp292 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpFiIp292 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSpFiIp292 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uSpFiIp292 .navbar-buttons {
  text-align: center;
}
.cid-uSpFiIp292 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uSpFiIp292 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSpFiIp292 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uSpFiIp292 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uSpFiIp292 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uSpFiIp292 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uSpFiIp292 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSpFiIp292 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpFiIp292 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSpFiIp292 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSpFiIp292 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpFiIp292 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpFiIp292 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpFiIp292 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpFiIp292 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSpFiIp292 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpFiIp292 .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-uSpFiIp292 .navbar {
    height: 70px;
  }
  .cid-uSpFiIp292 .navbar.opened {
    height: auto;
  }
  .cid-uSpFiIp292 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpFiIp292 .navbar-nav {
  margin: 0 auto;
}
.cid-uSpFiIp292 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uSpFiIp292 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uSpFiIp292 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uSpFiIp292 .nav-item .nav-link::after {
  color: #ff6666 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSpFiIp292 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uSpFiIp292 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSpFiIp292 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uSpFiIp292 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uSpFiIp292 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uSpFiIp292 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #0616c2 !important;
}
@media (max-width: 991px) {
  .cid-uSpFiIp292 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSpFiIp292 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSpFiIp292 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSpFiIp292 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSpFiIp292 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSpFiIp292 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uSpFiIp292 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
