.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 7.6rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 5.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 4.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6a2be9 !important;
}
.bg-success {
  background-color: #c6f15c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #feb591 !important;
}
.bg-danger {
  background-color: #f0a2fd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c6f15c !important;
  border-color: #c6f15c !important;
  color: #354806 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d6f58b !important;
  border-color: #d6f58b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #354806 !important;
  background-color: #d6f58b !important;
  border-color: #d6f58b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #feb591 !important;
  border-color: #feb591 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fed7c4 !important;
  border-color: #fed7c4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fed7c4 !important;
  border-color: #fed7c4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f0a2fd !important;
  border-color: #f0a2fd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f8d4fe !important;
  border-color: #f8d4fe !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f8d4fe !important;
  border-color: #f8d4fe !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6a2be9;
  color: #6a2be9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4512ac !important;
  background-color: transparent !important;
  border-color: #4512ac !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6a2be9;
  color: #6a2be9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4512ac !important;
  background-color: transparent !important;
  border-color: #4512ac !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c6f15c;
  color: #c6f15c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a7e313 !important;
  background-color: transparent !important;
  border-color: #a7e313 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #354806 !important;
  background-color: #c6f15c !important;
  border-color: #c6f15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #feb591;
  color: #feb591;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fd7b3b !important;
  background-color: transparent !important;
  border-color: #fd7b3b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #feb591 !important;
  border-color: #feb591 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f0a2fd;
  color: #f0a2fd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e24dfb !important;
  background-color: transparent !important;
  border-color: #e24dfb !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0a2fd !important;
  border-color: #f0a2fd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6a2be9 !important;
}
.text-secondary {
  color: #6a2be9 !important;
}
.text-success {
  color: #c6f15c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #feb591 !important;
}
.text-danger {
  color: #f0a2fd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3f109e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f109e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd512 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fd712c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e03efb !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: #6a2be9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #feb591;
}
.alert-danger {
  background-color: #f0a2fd;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6a2be9;
  border-color: #6a2be9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6a2be9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ece4fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #6a2be9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #6a2be9;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6a2be9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6a2be9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6a2be9;
  border-bottom-color: #6a2be9;
}
.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: #6a2be9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6a2be9 !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='%236a2be9' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #6a2be9 !important;
}
img {
  border-radius: 16px !important;
}
.cid-u8jhknuTmv {
  background-color: transparent;
}
.cid-u8jhknuTmv .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-u8jhknuTmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-u8jhknuTmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8jhknuTmv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8jhknuTmv .menu_box .navbar.opened,
  .cid-u8jhknuTmv .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8jhknuTmv .navbar-dropdown {
  position: relative !important;
}
.cid-u8jhknuTmv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8jhknuTmv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8jhknuTmv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-u8jhknuTmv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8jhknuTmv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8jhknuTmv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8jhknuTmv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8jhknuTmv .offcanvas-body .mbr-text,
  .cid-u8jhknuTmv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8jhknuTmv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8jhknuTmv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8jhknuTmv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8jhknuTmv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8jhknuTmv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8jhknuTmv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-u8jhknuTmv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .nav-item {
    margin: 0 !important;
  }
}
.cid-u8jhknuTmv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u8jhknuTmv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-u8jhknuTmv .nav-item .nav-link:hover,
.cid-u8jhknuTmv .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-u8jhknuTmv .nav-item .nav-link:hover::before,
.cid-u8jhknuTmv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u8jhknuTmv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8jhknuTmv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8jhknuTmv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8jhknuTmv .offcanvas_box {
    display: none;
  }
}
.cid-u8jhknuTmv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8jhknuTmv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8jhknuTmv .container {
  display: flex;
  margin: auto;
}
.cid-u8jhknuTmv .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8jhknuTmv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8jhknuTmv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8jhknuTmv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .navbar-nav {
    margin: 0;
  }
}
.cid-u8jhknuTmv .dropdown-menu,
.cid-u8jhknuTmv .navbar.opened {
  background-color: false !important;
}
.cid-u8jhknuTmv .nav-item:focus,
.cid-u8jhknuTmv .nav-link:focus {
  outline: none;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8jhknuTmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8jhknuTmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8jhknuTmv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8jhknuTmv .navbar.opened {
  transition: all 0.3s;
}
.cid-u8jhknuTmv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8jhknuTmv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8jhknuTmv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8jhknuTmv .navbar.collapsed {
  justify-content: center;
}
.cid-u8jhknuTmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8jhknuTmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8jhknuTmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8jhknuTmv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8jhknuTmv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8jhknuTmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8jhknuTmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8jhknuTmv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8jhknuTmv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8jhknuTmv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8jhknuTmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8jhknuTmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8jhknuTmv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8jhknuTmv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8jhknuTmv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8jhknuTmv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8jhknuTmv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8jhknuTmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8jhknuTmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8jhknuTmv .dropdown-item.active,
.cid-u8jhknuTmv .dropdown-item:active {
  background-color: transparent;
}
.cid-u8jhknuTmv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8jhknuTmv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8jhknuTmv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8jhknuTmv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8jhknuTmv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8jhknuTmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8jhknuTmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8jhknuTmv .navbar {
    height: 70px;
  }
  .cid-u8jhknuTmv .navbar.opened {
    height: auto;
  }
  .cid-u8jhknuTmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8jhknuTmv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8jhknuTmv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8jhknuTmv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8jhknuTmv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-u8jhknuTmv .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8jhknuTmv .text_widget {
  margin-bottom: 32px;
}
.cid-u8jhknuTmv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8jhknuTmv .text_widget a:hover,
.cid-u8jhknuTmv .text_widget a:focus {
  opacity: .8;
}
.cid-u8jhknuTmv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8jhknuTmv .navbar-caption {
  color: #ffffff;
}
.cid-u8jhknuTmv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u8jhknuTmv .mbr-section-subtitle,
.cid-u8jhknuTmv .text_widget,
.cid-u8jhknuTmv .mbr-section-btn {
  text-align: center;
}
.cid-u8jhknuTmv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8jhlSz6U5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-u8jhlSz6U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jhlSz6U5 .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-u8jhlSz6U5 .container {
    padding: 0 16px;
  }
}
.cid-u8jhlSz6U5 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jhlSz6U5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u8jhlSz6U5 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u8jhlSz6U5 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8jhlSz6U5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-u8jhlSz6U5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u8jhlSz6U5 .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u8jhlSz6U5 .image-wrapper {
    margin-left: 0;
  }
}
.cid-u8jhlSz6U5 .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #ffffff;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-u8jhlSz6U5 .image-wrapper img {
    height: 350px;
  }
}
.cid-u8jhlSz6U5 .mbr-section-title {
  color: #ffffff;
}
.cid-u8jhlSz6U5 .mbr-text {
  color: #ffffff;
}
.cid-u8jhmxePdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f7f9;
}
.cid-u8jhmxePdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jhmxePdp .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-u8jhmxePdp .container {
    padding: 0 16px;
  }
}
.cid-u8jhmxePdp .row {
  position: relative;
  z-index: 1;
}
.cid-u8jhmxePdp .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8jhmxePdp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-u8jhmxePdp .title-wrapper .buttons-wrap .mbr-section-btn {
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-u8jhmxePdp .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(2n)::before {
  background-color: #b0a0ff;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(2n)::after {
  background-color: #b0a0ff;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #b0a0ff;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(3n)::before {
  background-color: #feb591;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(3n)::after {
  background-color: #feb591;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #feb591;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(4n)::before {
  background-color: #c6f15c;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(4n)::after {
  background-color: #c6f15c;
}
.cid-u8jhmxePdp .items-wrapper .item:nth-child(4n) .item-wrapper {
  background-color: #c6f15c;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-u8jhmxePdp .items-wrapper .item:first-child {
  margin-top: -96px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-u8jhmxePdp .items-wrapper .item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #f0a2fd;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item::before {
    display: none;
  }
}
.cid-u8jhmxePdp .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg);
  background-color: #f0a2fd;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item::after {
    display: none;
  }
}
.cid-u8jhmxePdp .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #f0a2fd;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-img img {
  height: 300px;
  box-shadow: 6px 8px 0 0 #000000;
  object-fit: cover;
}
.cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-u8jhmxePdp .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-u8jhmxePdp .mbr-section-title {
  color: #000000;
}
.cid-u8jhmxePdp .mbr-section-subtitle {
  color: #000000;
}
.cid-u8jhmxePdp .item-title {
  color: #000000;
  text-align: right;
}
.cid-u8jhmxePdp .item-number {
  color: #000000;
}
.cid-u8jhmxePdp .item-text {
  color: #000000;
}
.cid-u8jhpkZIj9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0a2fd;
}
.cid-u8jhpkZIj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jhpkZIj9 .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-u8jhpkZIj9 .container {
    padding: 0 16px;
  }
}
.cid-u8jhpkZIj9 .row {
  position: relative;
  z-index: 1;
}
.cid-u8jhpkZIj9 .card {
  justify-content: flex-end;
}
.cid-u8jhpkZIj9 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-u8jhpkZIj9 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8jhpkZIj9 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u8jhpkZIj9 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-u8jhpkZIj9 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-u8jhpkZIj9 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-u8jhpkZIj9 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u8jhpkZIj9 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-u8jhpkZIj9 .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-u8jhpkZIj9 .card-wrapper .card-wrap {
  background-color: #6a2be9;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8jhpkZIj9 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-u8jhpkZIj9 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-u8jhpkZIj9 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-u8jhpkZIj9 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-u8jhpkZIj9 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8jhpkZIj9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u8jhpkZIj9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u8jhpkZIj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8jhpkZIj9 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-u8jhpkZIj9 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8jhpkZIj9 .text-wrapper {
    margin-left: 0;
  }
}
.cid-u8jhpkZIj9 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u8jhpkZIj9 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-u8jhpkZIj9 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-u8jhpkZIj9 .mbr-text {
  color: #000000;
}
.cid-u8jhpkZIj9 .card-desc {
  color: #000000;
}
.cid-u8jhpkZIj9 .card-text {
  color: #ffffff;
}
.cid-u8jhpkZIj9 .card-name {
  color: #ffffff;
}
.cid-u8jhpkZIj9 .card-role {
  color: #ffffff;
}
.cid-u8jhtgicxY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f7f9;
}
.cid-u8jhtgicxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jhtgicxY .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-u8jhtgicxY .container {
    padding: 0 16px;
  }
}
.cid-u8jhtgicxY .row {
  margin: 0 -20px;
}
.cid-u8jhtgicxY .card {
  padding: 0 20px;
}
.cid-u8jhtgicxY .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-u8jhtgicxY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u8jhtgicxY .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-u8jhtgicxY .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-u8jhtgicxY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8jhtgicxY .content-wrapper .mbr-text {
  margin-bottom: 8px;
}
.cid-u8jhtgicxY .list {
  padding-left: 22px;
  left: 0;
  color: #000000;
}
.cid-u8jhtgicxY .list .item-wrap {
  margin-bottom: 5px;
}
.cid-u8jhtgicxY .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u8jhtgicxY .mbr-section-btn {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-u8jhtgicxY .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u8jhtgicxY .tag-wrapper_1 {
  text-align: right;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8jhtgicxY .tag-wrapper_1 {
    margin-bottom: 32px;
  }
}
.cid-u8jhtgicxY .tag-wrapper_1 .mbr-tag {
  top: 0;
  right: 0;
  background-color: #ffd84c;
  transform: rotate(10deg);
}
.cid-u8jhtgicxY .tag-wrapper_2 {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-u8jhtgicxY .tag-wrapper_2 {
    margin-top: 32px;
  }
}
.cid-u8jhtgicxY .tag-wrapper_2 .mbr-tag {
  background-color: #feb591;
  transform: rotate(-4deg);
}
.cid-u8jhtgicxY .mbr-tag {
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  color: #000000;
}
.cid-u8jhtgicxY .mbr-section-title {
  color: #000000;
}
.cid-u8jhtgicxY .mbr-section-subtitle {
  color: #000000;
}
.cid-u8jhtgicxY .mbr-text {
  color: #000000;
}
.cid-uPBkvM1buf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uPBkvM1buf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBkvM1buf .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-uPBkvM1buf .container {
    padding: 0 16px;
  }
}
.cid-uPBkvM1buf .card {
  justify-content: flex-end;
}
.cid-uPBkvM1buf .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPBkvM1buf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBkvM1buf .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPBkvM1buf .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-uPBkvM1buf .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uPBkvM1buf .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBkvM1buf .text-wrapper {
    margin-top: 24px;
  }
}
.cid-uPBkvM1buf .mbr-section-title {
  color: #ffffff;
}
.cid-uPBkvM1buf .mbr-text {
  color: #ffffff;
}
.cid-uPBlmjEeJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f7f9;
}
.cid-uPBlmjEeJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBlmjEeJN .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-uPBlmjEeJN .container {
    padding: 0 16px;
  }
}
.cid-uPBlmjEeJN .card {
  justify-content: flex-end;
}
.cid-uPBlmjEeJN .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uPBlmjEeJN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBlmjEeJN .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uPBlmjEeJN .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uPBlmjEeJN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBlmjEeJN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBlmjEeJN .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
.cid-uPBlmjEeJN .content-wrapper {
  padding-left: 96px;
}
@media (max-width: 992px) {
  .cid-uPBlmjEeJN .content-wrapper {
    padding-left: 0;
  }
}
.cid-uPBlmjEeJN .content-wrapper .person-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPBlmjEeJN .content-wrapper .person-wrap {
    margin-bottom: 32px;
  }
}
.cid-uPBlmjEeJN .content-wrapper .person-wrap .image-wrap {
  margin-bottom: 16px;
}
.cid-uPBlmjEeJN .content-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPBlmjEeJN .content-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uPBlmjEeJN .content-wrapper .person-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uPBlmjEeJN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPBlmjEeJN .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uPBlmjEeJN .mbr-section-subtitle,
.cid-uPBlmjEeJN .subtitle-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uPBlmjEeJN .mbr-name {
  color: #000000;
}
.cid-uPBlmjEeJN .mbr-role {
  color: #000000;
}
.cid-uPBlmjEeJN .mbr-text {
  color: #000000;
}
.cid-uPBmaW4AJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0a0ff;
}
.cid-uPBmaW4AJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBmaW4AJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBmaW4AJ9 .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPBmaW4AJ9 .google-map {
    margin-bottom: 48px;
  }
}
.cid-uPBmaW4AJ9 .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPBmaW4AJ9 .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPBmaW4AJ9 .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uPBmaW4AJ9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPBmaW4AJ9 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uPBmaW4AJ9 .list-wrapper .list .item-wrap:hover,
.cid-uPBmaW4AJ9 .list-wrapper .list .item-wrap:focus {
  color: #d74def;
}
.cid-uPBmaW4AJ9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBmaW4AJ9 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBmaW4AJ9 .social-wrapper {
    text-align: left;
  }
}
.cid-uPBmaW4AJ9 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPBmaW4AJ9 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPBmaW4AJ9 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPBmaW4AJ9 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #d74def;
}
.cid-uPBmaW4AJ9 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPBmaW4AJ9 .list,
.cid-uPBmaW4AJ9 .item-wrap,
.cid-uPBmaW4AJ9 .social-wrapper {
  color: #fdfde1;
}
.cid-u8jhA02gup {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b0a0ff;
}
.cid-u8jhA02gup .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jhA02gup .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-u8jhA02gup .container {
    padding: 0 16px;
  }
}
.cid-u8jhA02gup .row {
  position: relative;
  justify-content: center;
}
.cid-u8jhA02gup .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-u8jhA02gup .card {
  justify-content: center;
}
.cid-u8jhA02gup .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-u8jhA02gup .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-u8jhA02gup .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-u8jhA02gup .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-u8jhA02gup .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u8jhA02gup .nav-wrapper .list {
    display: block;
  }
}
.cid-u8jhA02gup .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-u8jhA02gup .nav-wrapper .list .item-wrap:hover::before,
.cid-u8jhA02gup .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8jhA02gup .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8jhA02gup .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u8jhA02gup .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-u8jhA02gup .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-u8jhA02gup .mbr-copy {
  color: #000000;
}
.cid-u8jhA02gup .list,
.cid-u8jhA02gup .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u8jhA02gup .list,
  .cid-u8jhA02gup .nav-wrapper {
    text-align: left;
  }
}
.cid-uPBAyjS71K {
  background-color: transparent;
}
.cid-uPBAyjS71K .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uPBAyjS71K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uPBAyjS71K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPBAyjS71K .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPBAyjS71K .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPBAyjS71K .menu_box .navbar.opened,
  .cid-uPBAyjS71K .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPBAyjS71K .navbar-dropdown {
  position: relative !important;
}
.cid-uPBAyjS71K .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uPBAyjS71K .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPBAyjS71K .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPBAyjS71K .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPBAyjS71K .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPBAyjS71K .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uPBAyjS71K .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPBAyjS71K .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPBAyjS71K .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPBAyjS71K .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPBAyjS71K .offcanvas-body .mbr-text,
  .cid-uPBAyjS71K .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPBAyjS71K .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPBAyjS71K .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPBAyjS71K .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPBAyjS71K .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPBAyjS71K .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPBAyjS71K .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPBAyjS71K .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPBAyjS71K ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPBAyjS71K .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPBAyjS71K .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPBAyjS71K .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPBAyjS71K li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPBAyjS71K .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPBAyjS71K .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uPBAyjS71K .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uPBAyjS71K .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uPBAyjS71K .nav-item {
    margin: 0 !important;
  }
}
.cid-uPBAyjS71K .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPBAyjS71K .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uPBAyjS71K .nav-item .nav-link:hover,
.cid-uPBAyjS71K .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uPBAyjS71K .nav-item .nav-link:hover::before,
.cid-uPBAyjS71K .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPBAyjS71K .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPBAyjS71K .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPBAyjS71K .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPBAyjS71K .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPBAyjS71K .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPBAyjS71K .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPBAyjS71K .offcanvas_box {
    display: none;
  }
}
.cid-uPBAyjS71K .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPBAyjS71K .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPBAyjS71K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPBAyjS71K .container {
  display: flex;
  margin: auto;
}
.cid-uPBAyjS71K .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPBAyjS71K .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPBAyjS71K .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPBAyjS71K .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPBAyjS71K .navbar-nav {
    margin: 0;
  }
}
.cid-uPBAyjS71K .dropdown-menu,
.cid-uPBAyjS71K .navbar.opened {
  background-color: false !important;
}
.cid-uPBAyjS71K .nav-item:focus,
.cid-uPBAyjS71K .nav-link:focus {
  outline: none;
}
.cid-uPBAyjS71K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPBAyjS71K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPBAyjS71K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPBAyjS71K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPBAyjS71K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPBAyjS71K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPBAyjS71K .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPBAyjS71K .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPBAyjS71K .navbar.opened {
  transition: all 0.3s;
}
.cid-uPBAyjS71K .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPBAyjS71K .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uPBAyjS71K .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPBAyjS71K .navbar.collapsed {
  justify-content: center;
}
.cid-uPBAyjS71K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPBAyjS71K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPBAyjS71K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPBAyjS71K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPBAyjS71K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPBAyjS71K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPBAyjS71K .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPBAyjS71K .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPBAyjS71K .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPBAyjS71K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPBAyjS71K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPBAyjS71K .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPBAyjS71K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPBAyjS71K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPBAyjS71K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPBAyjS71K .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPBAyjS71K .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPBAyjS71K .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPBAyjS71K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPBAyjS71K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPBAyjS71K .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPBAyjS71K .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPBAyjS71K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPBAyjS71K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPBAyjS71K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPBAyjS71K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPBAyjS71K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPBAyjS71K .dropdown-item.active,
.cid-uPBAyjS71K .dropdown-item:active {
  background-color: transparent;
}
.cid-uPBAyjS71K .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPBAyjS71K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPBAyjS71K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPBAyjS71K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPBAyjS71K ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPBAyjS71K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPBAyjS71K button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uPBAyjS71K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPBAyjS71K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPBAyjS71K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBAyjS71K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBAyjS71K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPBAyjS71K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBAyjS71K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPBAyjS71K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPBAyjS71K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBAyjS71K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPBAyjS71K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPBAyjS71K .navbar {
    height: 70px;
  }
  .cid-uPBAyjS71K .navbar.opened {
    height: auto;
  }
  .cid-uPBAyjS71K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPBAyjS71K .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPBAyjS71K .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uPBAyjS71K .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPBAyjS71K .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPBAyjS71K .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPBAyjS71K .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uPBAyjS71K .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uPBAyjS71K .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPBAyjS71K .text_widget {
  margin-bottom: 32px;
}
.cid-uPBAyjS71K .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPBAyjS71K .text_widget a:hover,
.cid-uPBAyjS71K .text_widget a:focus {
  opacity: .8;
}
.cid-uPBAyjS71K .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPBAyjS71K .navbar-caption {
  color: #ffffff;
}
.cid-uPBAyjS71K .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPBAyjS71K .mbr-section-subtitle,
.cid-uPBAyjS71K .text_widget,
.cid-uPBAyjS71K .mbr-section-btn {
  text-align: center;
}
.cid-uPBAyjS71K a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPBAykNmtI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uPBAykNmtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBAykNmtI .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-uPBAykNmtI .container {
    padding: 0 16px;
  }
}
.cid-uPBAykNmtI .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPBAykNmtI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBAykNmtI .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPBAykNmtI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBAykNmtI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uPBAykNmtI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBAykNmtI .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uPBAykNmtI .image-wrapper {
    margin-left: 0;
  }
}
.cid-uPBAykNmtI .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #ffffff;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uPBAykNmtI .image-wrapper img {
    height: 350px;
  }
}
.cid-uPBAykNmtI .mbr-section-title {
  color: #ffffff;
}
.cid-uPBAykNmtI .mbr-text {
  color: #ffffff;
}
.cid-uPBAylgUbK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f7f9;
}
.cid-uPBAylgUbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBAylgUbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBAylgUbK .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPBAylgUbK .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uPBAylgUbK .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uPBAylgUbK .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBAylgUbK .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uPBAylgUbK .mbr-desc,
.cid-uPBAylgUbK .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uPBAylgUbK .mbr-text,
.cid-uPBAylgUbK .icon-wrapper {
  text-align: left;
}
.cid-uPBAylNOkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0a0ff;
}
.cid-uPBAylNOkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBAylNOkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBAylNOkA .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPBAylNOkA .google-map {
    margin-bottom: 48px;
  }
}
.cid-uPBAylNOkA .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPBAylNOkA .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPBAylNOkA .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uPBAylNOkA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPBAylNOkA .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uPBAylNOkA .list-wrapper .list .item-wrap:hover,
.cid-uPBAylNOkA .list-wrapper .list .item-wrap:focus {
  color: #d74def;
}
.cid-uPBAylNOkA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBAylNOkA .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBAylNOkA .social-wrapper {
    text-align: left;
  }
}
.cid-uPBAylNOkA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPBAylNOkA .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPBAylNOkA .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPBAylNOkA .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #d74def;
}
.cid-uPBAylNOkA .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPBAylNOkA .list,
.cid-uPBAylNOkA .item-wrap,
.cid-uPBAylNOkA .social-wrapper {
  color: #fdfde1;
}
.cid-uPBAymncye {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b0a0ff;
}
.cid-uPBAymncye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBAymncye .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-uPBAymncye .container {
    padding: 0 16px;
  }
}
.cid-uPBAymncye .row {
  position: relative;
  justify-content: center;
}
.cid-uPBAymncye .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uPBAymncye .card {
  justify-content: center;
}
.cid-uPBAymncye .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uPBAymncye .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uPBAymncye .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPBAymncye .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uPBAymncye .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uPBAymncye .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uPBAymncye .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uPBAymncye .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uPBAymncye .nav-wrapper .list {
    display: block;
  }
}
.cid-uPBAymncye .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uPBAymncye .nav-wrapper .list .item-wrap:hover::before,
.cid-uPBAymncye .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPBAymncye .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uPBAymncye .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uPBAymncye .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uPBAymncye .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uPBAymncye .mbr-copy {
  color: #000000;
}
.cid-uPBAymncye .list,
.cid-uPBAymncye .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBAymncye .list,
  .cid-uPBAymncye .nav-wrapper {
    text-align: left;
  }
}
.cid-uPBAfUgZLI {
  background-color: transparent;
}
.cid-uPBAfUgZLI .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uPBAfUgZLI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uPBAfUgZLI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPBAfUgZLI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPBAfUgZLI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPBAfUgZLI .menu_box .navbar.opened,
  .cid-uPBAfUgZLI .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPBAfUgZLI .navbar-dropdown {
  position: relative !important;
}
.cid-uPBAfUgZLI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uPBAfUgZLI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPBAfUgZLI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPBAfUgZLI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPBAfUgZLI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPBAfUgZLI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uPBAfUgZLI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPBAfUgZLI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPBAfUgZLI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPBAfUgZLI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPBAfUgZLI .offcanvas-body .mbr-text,
  .cid-uPBAfUgZLI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPBAfUgZLI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPBAfUgZLI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPBAfUgZLI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPBAfUgZLI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPBAfUgZLI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPBAfUgZLI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPBAfUgZLI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPBAfUgZLI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPBAfUgZLI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPBAfUgZLI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPBAfUgZLI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPBAfUgZLI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPBAfUgZLI .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPBAfUgZLI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uPBAfUgZLI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uPBAfUgZLI .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uPBAfUgZLI .nav-item {
    margin: 0 !important;
  }
}
.cid-uPBAfUgZLI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPBAfUgZLI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uPBAfUgZLI .nav-item .nav-link:hover,
.cid-uPBAfUgZLI .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uPBAfUgZLI .nav-item .nav-link:hover::before,
.cid-uPBAfUgZLI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPBAfUgZLI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPBAfUgZLI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPBAfUgZLI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPBAfUgZLI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPBAfUgZLI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPBAfUgZLI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPBAfUgZLI .offcanvas_box {
    display: none;
  }
}
.cid-uPBAfUgZLI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPBAfUgZLI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPBAfUgZLI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPBAfUgZLI .container {
  display: flex;
  margin: auto;
}
.cid-uPBAfUgZLI .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPBAfUgZLI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPBAfUgZLI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPBAfUgZLI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPBAfUgZLI .navbar-nav {
    margin: 0;
  }
}
.cid-uPBAfUgZLI .dropdown-menu,
.cid-uPBAfUgZLI .navbar.opened {
  background-color: false !important;
}
.cid-uPBAfUgZLI .nav-item:focus,
.cid-uPBAfUgZLI .nav-link:focus {
  outline: none;
}
.cid-uPBAfUgZLI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPBAfUgZLI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPBAfUgZLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPBAfUgZLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPBAfUgZLI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPBAfUgZLI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPBAfUgZLI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPBAfUgZLI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPBAfUgZLI .navbar.opened {
  transition: all 0.3s;
}
.cid-uPBAfUgZLI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPBAfUgZLI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uPBAfUgZLI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPBAfUgZLI .navbar.collapsed {
  justify-content: center;
}
.cid-uPBAfUgZLI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPBAfUgZLI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPBAfUgZLI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPBAfUgZLI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPBAfUgZLI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPBAfUgZLI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPBAfUgZLI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPBAfUgZLI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPBAfUgZLI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPBAfUgZLI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPBAfUgZLI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPBAfUgZLI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPBAfUgZLI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPBAfUgZLI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPBAfUgZLI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPBAfUgZLI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPBAfUgZLI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPBAfUgZLI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPBAfUgZLI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPBAfUgZLI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPBAfUgZLI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPBAfUgZLI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPBAfUgZLI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPBAfUgZLI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPBAfUgZLI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPBAfUgZLI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPBAfUgZLI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPBAfUgZLI .dropdown-item.active,
.cid-uPBAfUgZLI .dropdown-item:active {
  background-color: transparent;
}
.cid-uPBAfUgZLI .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPBAfUgZLI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPBAfUgZLI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPBAfUgZLI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPBAfUgZLI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPBAfUgZLI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPBAfUgZLI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uPBAfUgZLI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPBAfUgZLI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPBAfUgZLI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBAfUgZLI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBAfUgZLI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPBAfUgZLI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBAfUgZLI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPBAfUgZLI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPBAfUgZLI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBAfUgZLI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPBAfUgZLI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPBAfUgZLI .navbar {
    height: 70px;
  }
  .cid-uPBAfUgZLI .navbar.opened {
    height: auto;
  }
  .cid-uPBAfUgZLI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPBAfUgZLI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPBAfUgZLI .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uPBAfUgZLI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPBAfUgZLI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPBAfUgZLI .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPBAfUgZLI .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uPBAfUgZLI .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uPBAfUgZLI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPBAfUgZLI .text_widget {
  margin-bottom: 32px;
}
.cid-uPBAfUgZLI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPBAfUgZLI .text_widget a:hover,
.cid-uPBAfUgZLI .text_widget a:focus {
  opacity: .8;
}
.cid-uPBAfUgZLI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPBAfUgZLI .navbar-caption {
  color: #ffffff;
}
.cid-uPBAfUgZLI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPBAfUgZLI .mbr-section-subtitle,
.cid-uPBAfUgZLI .text_widget,
.cid-uPBAfUgZLI .mbr-section-btn {
  text-align: center;
}
.cid-uPBAfUgZLI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPBAfVMwuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uPBAfVMwuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBAfVMwuu .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-uPBAfVMwuu .container {
    padding: 0 16px;
  }
}
.cid-uPBAfVMwuu .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPBAfVMwuu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBAfVMwuu .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPBAfVMwuu .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBAfVMwuu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uPBAfVMwuu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBAfVMwuu .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uPBAfVMwuu .image-wrapper {
    margin-left: 0;
  }
}
.cid-uPBAfVMwuu .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #ffffff;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uPBAfVMwuu .image-wrapper img {
    height: 350px;
  }
}
.cid-uPBAfVMwuu .mbr-section-title {
  color: #ffffff;
}
.cid-uPBAfVMwuu .mbr-text {
  color: #ffffff;
}
.cid-uPBAfWbqCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f7f9;
}
.cid-uPBAfWbqCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBAfWbqCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBAfWbqCK .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPBAfWbqCK .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uPBAfWbqCK .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uPBAfWbqCK .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBAfWbqCK .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uPBAfWbqCK .mbr-desc,
.cid-uPBAfWbqCK .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uPBAfWbqCK .mbr-text,
.cid-uPBAfWbqCK .icon-wrapper {
  text-align: left;
}
.cid-uPBAfWInpw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0a0ff;
}
.cid-uPBAfWInpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBAfWInpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBAfWInpw .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPBAfWInpw .google-map {
    margin-bottom: 48px;
  }
}
.cid-uPBAfWInpw .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPBAfWInpw .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPBAfWInpw .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uPBAfWInpw .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPBAfWInpw .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uPBAfWInpw .list-wrapper .list .item-wrap:hover,
.cid-uPBAfWInpw .list-wrapper .list .item-wrap:focus {
  color: #d74def;
}
.cid-uPBAfWInpw .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBAfWInpw .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBAfWInpw .social-wrapper {
    text-align: left;
  }
}
.cid-uPBAfWInpw .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPBAfWInpw .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPBAfWInpw .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPBAfWInpw .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #d74def;
}
.cid-uPBAfWInpw .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPBAfWInpw .list,
.cid-uPBAfWInpw .item-wrap,
.cid-uPBAfWInpw .social-wrapper {
  color: #fdfde1;
}
.cid-uPBAfXiriP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b0a0ff;
}
.cid-uPBAfXiriP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBAfXiriP .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-uPBAfXiriP .container {
    padding: 0 16px;
  }
}
.cid-uPBAfXiriP .row {
  position: relative;
  justify-content: center;
}
.cid-uPBAfXiriP .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uPBAfXiriP .card {
  justify-content: center;
}
.cid-uPBAfXiriP .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uPBAfXiriP .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uPBAfXiriP .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPBAfXiriP .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uPBAfXiriP .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uPBAfXiriP .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uPBAfXiriP .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uPBAfXiriP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uPBAfXiriP .nav-wrapper .list {
    display: block;
  }
}
.cid-uPBAfXiriP .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uPBAfXiriP .nav-wrapper .list .item-wrap:hover::before,
.cid-uPBAfXiriP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPBAfXiriP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uPBAfXiriP .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uPBAfXiriP .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uPBAfXiriP .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uPBAfXiriP .mbr-copy {
  color: #000000;
}
.cid-uPBAfXiriP .list,
.cid-uPBAfXiriP .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBAfXiriP .list,
  .cid-uPBAfXiriP .nav-wrapper {
    text-align: left;
  }
}
.cid-uPBzaCicOy {
  background-color: transparent;
}
.cid-uPBzaCicOy .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uPBzaCicOy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uPBzaCicOy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPBzaCicOy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPBzaCicOy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPBzaCicOy .menu_box .navbar.opened,
  .cid-uPBzaCicOy .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPBzaCicOy .navbar-dropdown {
  position: relative !important;
}
.cid-uPBzaCicOy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uPBzaCicOy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPBzaCicOy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPBzaCicOy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPBzaCicOy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPBzaCicOy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uPBzaCicOy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPBzaCicOy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPBzaCicOy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPBzaCicOy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPBzaCicOy .offcanvas-body .mbr-text,
  .cid-uPBzaCicOy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPBzaCicOy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPBzaCicOy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPBzaCicOy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uPBzaCicOy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPBzaCicOy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPBzaCicOy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPBzaCicOy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPBzaCicOy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPBzaCicOy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPBzaCicOy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPBzaCicOy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPBzaCicOy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPBzaCicOy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPBzaCicOy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uPBzaCicOy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uPBzaCicOy .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uPBzaCicOy .nav-item {
    margin: 0 !important;
  }
}
.cid-uPBzaCicOy .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPBzaCicOy .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uPBzaCicOy .nav-item .nav-link:hover,
.cid-uPBzaCicOy .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uPBzaCicOy .nav-item .nav-link:hover::before,
.cid-uPBzaCicOy .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPBzaCicOy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPBzaCicOy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPBzaCicOy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPBzaCicOy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPBzaCicOy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPBzaCicOy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPBzaCicOy .offcanvas_box {
    display: none;
  }
}
.cid-uPBzaCicOy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPBzaCicOy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPBzaCicOy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPBzaCicOy .container {
  display: flex;
  margin: auto;
}
.cid-uPBzaCicOy .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPBzaCicOy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPBzaCicOy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPBzaCicOy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPBzaCicOy .navbar-nav {
    margin: 0;
  }
}
.cid-uPBzaCicOy .dropdown-menu,
.cid-uPBzaCicOy .navbar.opened {
  background-color: false !important;
}
.cid-uPBzaCicOy .nav-item:focus,
.cid-uPBzaCicOy .nav-link:focus {
  outline: none;
}
.cid-uPBzaCicOy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPBzaCicOy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPBzaCicOy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPBzaCicOy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPBzaCicOy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPBzaCicOy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPBzaCicOy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPBzaCicOy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPBzaCicOy .navbar.opened {
  transition: all 0.3s;
}
.cid-uPBzaCicOy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPBzaCicOy .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uPBzaCicOy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPBzaCicOy .navbar.collapsed {
  justify-content: center;
}
.cid-uPBzaCicOy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPBzaCicOy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPBzaCicOy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPBzaCicOy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPBzaCicOy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPBzaCicOy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPBzaCicOy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPBzaCicOy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPBzaCicOy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPBzaCicOy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPBzaCicOy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPBzaCicOy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPBzaCicOy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPBzaCicOy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPBzaCicOy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPBzaCicOy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPBzaCicOy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPBzaCicOy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPBzaCicOy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPBzaCicOy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPBzaCicOy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPBzaCicOy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPBzaCicOy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPBzaCicOy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPBzaCicOy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPBzaCicOy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPBzaCicOy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPBzaCicOy .dropdown-item.active,
.cid-uPBzaCicOy .dropdown-item:active {
  background-color: transparent;
}
.cid-uPBzaCicOy .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPBzaCicOy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPBzaCicOy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPBzaCicOy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPBzaCicOy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPBzaCicOy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPBzaCicOy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uPBzaCicOy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPBzaCicOy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPBzaCicOy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBzaCicOy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBzaCicOy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPBzaCicOy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBzaCicOy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPBzaCicOy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPBzaCicOy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBzaCicOy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPBzaCicOy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPBzaCicOy .navbar {
    height: 70px;
  }
  .cid-uPBzaCicOy .navbar.opened {
    height: auto;
  }
  .cid-uPBzaCicOy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPBzaCicOy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPBzaCicOy .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uPBzaCicOy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPBzaCicOy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPBzaCicOy .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPBzaCicOy .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uPBzaCicOy .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uPBzaCicOy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPBzaCicOy .text_widget {
  margin-bottom: 32px;
}
.cid-uPBzaCicOy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPBzaCicOy .text_widget a:hover,
.cid-uPBzaCicOy .text_widget a:focus {
  opacity: .8;
}
.cid-uPBzaCicOy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPBzaCicOy .navbar-caption {
  color: #ffffff;
}
.cid-uPBzaCicOy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPBzaCicOy .mbr-section-subtitle,
.cid-uPBzaCicOy .text_widget,
.cid-uPBzaCicOy .mbr-section-btn {
  text-align: center;
}
.cid-uPBzaCicOy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPBzaCZZUU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uPBzaCZZUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBzaCZZUU .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-uPBzaCZZUU .container {
    padding: 0 16px;
  }
}
.cid-uPBzaCZZUU .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPBzaCZZUU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBzaCZZUU .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPBzaCZZUU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBzaCZZUU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uPBzaCZZUU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBzaCZZUU .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uPBzaCZZUU .image-wrapper {
    margin-left: 0;
  }
}
.cid-uPBzaCZZUU .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #ffffff;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uPBzaCZZUU .image-wrapper img {
    height: 350px;
  }
}
.cid-uPBzaCZZUU .mbr-section-title {
  color: #ffffff;
}
.cid-uPBzaCZZUU .mbr-text {
  color: #ffffff;
}
.cid-uPBzUhrm7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f7f9;
}
.cid-uPBzUhrm7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBzUhrm7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBzUhrm7y .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPBzUhrm7y .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uPBzUhrm7y .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uPBzUhrm7y .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBzUhrm7y .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uPBzUhrm7y .mbr-desc,
.cid-uPBzUhrm7y .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uPBzUhrm7y .mbr-text,
.cid-uPBzUhrm7y .icon-wrapper {
  text-align: left;
}
.cid-uPBzaF9PDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0a0ff;
}
.cid-uPBzaF9PDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBzaF9PDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBzaF9PDb .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPBzaF9PDb .google-map {
    margin-bottom: 48px;
  }
}
.cid-uPBzaF9PDb .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPBzaF9PDb .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPBzaF9PDb .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uPBzaF9PDb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPBzaF9PDb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uPBzaF9PDb .list-wrapper .list .item-wrap:hover,
.cid-uPBzaF9PDb .list-wrapper .list .item-wrap:focus {
  color: #d74def;
}
.cid-uPBzaF9PDb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBzaF9PDb .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBzaF9PDb .social-wrapper {
    text-align: left;
  }
}
.cid-uPBzaF9PDb .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPBzaF9PDb .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPBzaF9PDb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPBzaF9PDb .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #d74def;
}
.cid-uPBzaF9PDb .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPBzaF9PDb .list,
.cid-uPBzaF9PDb .item-wrap,
.cid-uPBzaF9PDb .social-wrapper {
  color: #fdfde1;
}
.cid-uPBzaFL9iC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b0a0ff;
}
.cid-uPBzaFL9iC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBzaFL9iC .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-uPBzaFL9iC .container {
    padding: 0 16px;
  }
}
.cid-uPBzaFL9iC .row {
  position: relative;
  justify-content: center;
}
.cid-uPBzaFL9iC .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uPBzaFL9iC .card {
  justify-content: center;
}
.cid-uPBzaFL9iC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uPBzaFL9iC .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uPBzaFL9iC .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPBzaFL9iC .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uPBzaFL9iC .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uPBzaFL9iC .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uPBzaFL9iC .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uPBzaFL9iC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uPBzaFL9iC .nav-wrapper .list {
    display: block;
  }
}
.cid-uPBzaFL9iC .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uPBzaFL9iC .nav-wrapper .list .item-wrap:hover::before,
.cid-uPBzaFL9iC .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPBzaFL9iC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uPBzaFL9iC .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uPBzaFL9iC .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uPBzaFL9iC .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uPBzaFL9iC .mbr-copy {
  color: #000000;
}
.cid-uPBzaFL9iC .list,
.cid-uPBzaFL9iC .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBzaFL9iC .list,
  .cid-uPBzaFL9iC .nav-wrapper {
    text-align: left;
  }
}
