.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.3rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.125rem;
}
.display-2 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 5.1rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.19rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4875rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 4.2rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.74rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.175rem;
}
/* ---- 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: 5.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.11rem;
    font-size: calc( 3.205rem + (7.3 - 3.205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.205rem + (7.3 - 3.205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.08rem;
    font-size: calc( 2.4349999999999996rem + (5.1 - 2.4349999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4349999999999996rem + (5.1 - 2.4349999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.952rem;
    font-size: calc( 1.0665rem + (1.19 - 1.0665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0665rem + (1.19 - 1.0665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.392rem;
    font-size: calc( 1.259rem + (1.74 - 1.259) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.259rem + (1.74 - 1.259) * ((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: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !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: #000000 !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: #000000;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.74rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.175rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.74rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.175rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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='%23000000' %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: #000000 !important;
}
img {
  border-radius: 16px !important;
}
.cid-ugeVULoecw {
  background-color: transparent;
}
.cid-ugeVULoecw .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-ugeVULoecw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-ugeVULoecw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeVULoecw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugeVULoecw .menu_box .navbar.opened,
  .cid-ugeVULoecw .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugeVULoecw .navbar-dropdown {
  position: relative !important;
}
.cid-ugeVULoecw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugeVULoecw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugeVULoecw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-ugeVULoecw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugeVULoecw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugeVULoecw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugeVULoecw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugeVULoecw .offcanvas-body .mbr-text,
  .cid-ugeVULoecw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugeVULoecw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugeVULoecw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugeVULoecw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugeVULoecw .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-ugeVULoecw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugeVULoecw 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-ugeVULoecw .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugeVULoecw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-ugeVULoecw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .nav-item {
    margin: 0 !important;
  }
}
.cid-ugeVULoecw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ugeVULoecw .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-ugeVULoecw .nav-item .nav-link:hover,
.cid-ugeVULoecw .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-ugeVULoecw .nav-item .nav-link:hover::before,
.cid-ugeVULoecw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ugeVULoecw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugeVULoecw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugeVULoecw .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-ugeVULoecw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugeVULoecw .offcanvas_box {
    display: none;
  }
}
.cid-ugeVULoecw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugeVULoecw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugeVULoecw .container {
  display: flex;
  margin: auto;
}
.cid-ugeVULoecw .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-ugeVULoecw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugeVULoecw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugeVULoecw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .navbar-nav {
    margin: 0;
  }
}
.cid-ugeVULoecw .dropdown-menu,
.cid-ugeVULoecw .navbar.opened {
  background-color: false !important;
}
.cid-ugeVULoecw .nav-item:focus,
.cid-ugeVULoecw .nav-link:focus {
  outline: none;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeVULoecw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeVULoecw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeVULoecw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugeVULoecw .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeVULoecw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugeVULoecw .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ugeVULoecw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugeVULoecw .navbar.collapsed {
  justify-content: center;
}
.cid-ugeVULoecw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeVULoecw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeVULoecw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugeVULoecw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugeVULoecw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugeVULoecw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeVULoecw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugeVULoecw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeVULoecw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugeVULoecw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugeVULoecw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugeVULoecw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeVULoecw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugeVULoecw .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeVULoecw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeVULoecw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeVULoecw .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-ugeVULoecw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugeVULoecw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeVULoecw .dropdown-item.active,
.cid-ugeVULoecw .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeVULoecw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeVULoecw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeVULoecw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugeVULoecw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeVULoecw 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-ugeVULoecw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeVULoecw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugeVULoecw .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-ugeVULoecw .navbar {
    height: 70px;
  }
  .cid-ugeVULoecw .navbar.opened {
    height: auto;
  }
  .cid-ugeVULoecw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeVULoecw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugeVULoecw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ugeVULoecw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugeVULoecw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-ugeVULoecw .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugeVULoecw .text_widget {
  margin-bottom: 32px;
}
.cid-ugeVULoecw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugeVULoecw .text_widget a:hover,
.cid-ugeVULoecw .text_widget a:focus {
  opacity: .8;
}
.cid-ugeVULoecw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugeVULoecw .navbar-caption {
  color: #ffffff;
}
.cid-ugeVULoecw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ugeVULoecw .mbr-section-subtitle,
.cid-ugeVULoecw .text_widget,
.cid-ugeVULoecw .mbr-section-btn {
  text-align: center;
}
.cid-ugeVULoecw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugeW8RKaIH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-ugeW8RKaIH .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #a6d6e6;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-ugeW8RKaIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeW8RKaIH .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-ugeW8RKaIH .container {
    padding: 0 16px;
  }
}
.cid-ugeW8RKaIH .row {
  position: relative;
  z-index: 1;
}
.cid-ugeW8RKaIH .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-ugeW8RKaIH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugeW8RKaIH .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-ugeW8RKaIH .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ugeW8RKaIH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugeW8RKaIH .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-ugeW8RKaIH .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-ugeW8RKaIH .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-ugeW8RKaIH .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ugeW8RKaIH .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #000000;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #454545;
}
@media (max-width: 992px) {
  .cid-ugeW8RKaIH .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-ugeW8RKaIH .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-ugeW8RKaIH .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #c6f15c;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ugeW8RKaIH .mbr-media {
  position: relative;
}
.cid-ugeW8RKaIH .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ugeW8RKaIH a:hover {
  background-image: none !important;
}
.cid-ugeW8RKaIH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ugeW8RKaIH .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #c6f15c;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ugeW8RKaIH .icon-wrap:hover::before,
.cid-ugeW8RKaIH .icon-wrap:focus::before {
  opacity: .5;
}
.cid-ugeW8RKaIH .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ugeW8RKaIH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ugeW8RKaIH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ugeW8RKaIH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ugeW8RKaIH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ugeW8RKaIH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ugeW8RKaIH .mbr-section-title {
  color: #000000;
}
.cid-ugeW8RKaIH .mbr-section-subtitle {
  color: #000000;
}
.cid-ugeW8RKaIH .mbr-text {
  color: #000000;
}
.cid-ugUr7EmfDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugUr7EmfDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUr7EmfDE .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-ugUr7EmfDE .container {
    padding: 0 16px;
  }
}
.cid-ugUr7EmfDE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ugUr7EmfDE .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-ugUr7EmfDE .mbr-section-title {
  color: #ffffff;
}
.cid-ugUr7EmfDE .mbr-section-title,
.cid-ugUr7EmfDE .mbr-section-btn {
  text-align: center;
}
.cid-uqSSNceyWS {
  padding-top: 9rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #a6d6e6;
}
.cid-uqSSNceyWS .decor-wrap {
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 85%;
  height: 140%;
  border-radius: 100% 0 0 100%;
  background-color: #ffffff;
}
@media (max-width: 1500px) {
  .cid-uqSSNceyWS .decor-wrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-uqSSNceyWS .decor-wrap {
    width: 100%;
    border-radius: 0;
  }
}
.cid-uqSSNceyWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqSSNceyWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqSSNceyWS .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uqSSNceyWS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqSSNceyWS .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uqSSNceyWS .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uqSSNceyWS .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uqSSNceyWS .item {
    margin-bottom: 46px;
  }
}
.cid-uqSSNceyWS .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-uqSSNceyWS .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
}
.cid-uqSSNceyWS .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uqSSNceyWS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqSSNceyWS .item .card_1 .card-box .icon-wrapper .mbr-iconfont {
  color: #6a2be9;
}
.cid-uqSSNceyWS .item .card_2 .card-box .icon-wrapper .mbr-iconfont {
  color: #f0a2fd;
}
.cid-uqSSNceyWS .item .card_3 .card-box .icon-wrapper .mbr-iconfont {
  color: #e1fa9d;
}
.cid-uqSSNceyWS .mbr-section-title {
  color: #212529;
}
.cid-uqSSNceyWS .item-title {
  color: #212529;
}
.cid-uqSSNceyWS .item-text {
  color: #51565c;
}
.cid-uqTjtD4l4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uqTjtD4l4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTjtD4l4p .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-uqTjtD4l4p .container {
    padding: 0 16px;
  }
}
.cid-uqTjtD4l4p .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqTjtD4l4p .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqTjtD4l4p .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #a6d6e6;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uqTjtD4l4p .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uqTjtD4l4p .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uqTjtD4l4p .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqTjtD4l4p .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqTjtD4l4p .card-wrapper {
  background-color: #c6f15c;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uqTjtD4l4p .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uqTjtD4l4p .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uqTjtD4l4p .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uqTjtD4l4p .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uqTjtD4l4p .mbr-section-title {
  color: #ffffff;
}
.cid-uqTjtD4l4p .mbr-section-subtitle {
  color: #000000;
}
.cid-uqTjtD4l4p .mbr-text {
  color: #ffffff;
}
.cid-uqTjtD4l4p .card-text {
  text-align: center;
  color: #000000;
}
.cid-ugUst4VPeu {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugUst4VPeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUst4VPeu .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-ugUst4VPeu .container {
    padding: 0 16px;
  }
}
.cid-ugUst4VPeu .row {
  position: relative;
  z-index: 1;
}
.cid-ugUst4VPeu .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugUst4VPeu .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-ugUst4VPeu .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ugUst4VPeu .title-wrapper .buttons-wrap .mbr-section-btn {
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-ugUst4VPeu .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(2n)::before {
  background-color: #f0a2fd;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(2n)::after {
  background-color: #f0a2fd;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #f0a2fd;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(3n)::before {
  background-color: #feb591;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(3n)::after {
  background-color: #feb591;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #feb591;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(4n)::before {
  background-color: #c6f15c;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(4n)::after {
  background-color: #c6f15c;
}
.cid-ugUst4VPeu .items-wrapper .item:nth-child(4n) .item-wrapper {
  background-color: #c6f15c;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-ugUst4VPeu .items-wrapper .item:first-child {
  margin-top: -96px;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-ugUst4VPeu .items-wrapper .item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #a6d6e6;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item::before {
    display: none;
  }
}
.cid-ugUst4VPeu .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg);
  background-color: #a6d6e6;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item::after {
    display: none;
  }
}
.cid-ugUst4VPeu .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #a6d6e6;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-img img {
  height: 300px;
  box-shadow: 6px 8px 0 0 #a6d6e6;
  object-fit: cover;
}
.cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-ugUst4VPeu .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ugUst4VPeu .mbr-section-title {
  color: #000000;
}
.cid-ugUst4VPeu .mbr-section-subtitle {
  color: #000000;
}
.cid-ugUst4VPeu .item-title {
  color: #000000;
  text-align: right;
}
.cid-ugUst4VPeu .item-number {
  color: #000000;
}
.cid-ugUst4VPeu .item-text {
  color: #000000;
}
.cid-ugUsvXwzLr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugUsvXwzLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUsvXwzLr .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-ugUsvXwzLr .container {
    padding: 0 16px;
  }
}
.cid-ugUsvXwzLr .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-ugUsvXwzLr .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-ugUsvXwzLr .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #fdefce;
}
.cid-ugUsvXwzLr .item .item-wrapper {
  height: 100%;
}
.cid-ugUsvXwzLr .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eadef8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugUsvXwzLr .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-ugUsvXwzLr .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-ugUsvXwzLr .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-ugUsvXwzLr .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ugUsvXwzLr .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-ugUsvXwzLr .item-emoji {
  color: #000000;
}
.cid-ugUsvXwzLr .item-title {
  color: #000000;
}
.cid-ugUsvXwzLr .item-text {
  color: #000000;
}
.cid-ugUsziXBmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0a2fd;
}
.cid-ugUsziXBmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUsziXBmc .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-ugUsziXBmc .container {
    padding: 0 16px;
  }
}
.cid-ugUsziXBmc .row {
  position: relative;
  z-index: 1;
}
.cid-ugUsziXBmc .card {
  justify-content: flex-end;
}
.cid-ugUsziXBmc .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-ugUsziXBmc .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-ugUsziXBmc .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugUsziXBmc .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-ugUsziXBmc .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-ugUsziXBmc .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-ugUsziXBmc .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-ugUsziXBmc .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-ugUsziXBmc .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-ugUsziXBmc .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-ugUsziXBmc .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-ugUsziXBmc .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-ugUsziXBmc .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugUsziXBmc .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugUsziXBmc .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ugUsziXBmc .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugUsziXBmc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ugUsziXBmc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugUsziXBmc .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-ugUsziXBmc .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-ugUsziXBmc .text-wrapper {
    margin-left: 0;
  }
}
.cid-ugUsziXBmc .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ugUsziXBmc .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-ugUsziXBmc .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-ugUsziXBmc .mbr-text {
  color: #000000;
}
.cid-ugUsziXBmc .card-desc {
  color: #000000;
}
.cid-ugUsziXBmc .card-text {
  color: #ffffff;
}
.cid-ugUsziXBmc .card-name {
  color: #ffffff;
}
.cid-ugUsziXBmc .card-role {
  color: #ffffff;
}
.cid-uk6yltS1bh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a6d6e6;
}
.cid-uk6yltS1bh .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-uk6yltS1bh .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uk6yltS1bh .carousel-item,
.cid-uk6yltS1bh .carousel-inner {
  height: 100%;
}
.cid-uk6yltS1bh .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-uk6yltS1bh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uk6yltS1bh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uk6yltS1bh .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-uk6yltS1bh .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (min-width: 991px) {
  .cid-uk6yltS1bh .item-wrapper {
    padding: 0 6rem;
  }
}
@media (min-width: 991px) {
  .cid-uk6yltS1bh .mbr-overlay {
    margin: 0 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uk6yltS1bh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uk6yltS1bh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uk6yltS1bh .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-uk6yltS1bh .row {
    padding-left: 14rem;
  }
}
.cid-uk6yltS1bh .container {
  margin-bottom: 3px;
}
.cid-uk6yltS1bh .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-uk6yltS1bh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uk6yltS1bh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uk6yltS1bh .carousel-control {
    top: 40%;
  }
  .cid-uk6yltS1bh .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-uk6yltS1bh .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-uk6yltS1bh .buttons-wrap {
  justify-content: start;
}
.cid-uk6yltS1bh .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-uk6yltS1bh .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-uk6yltS1bh .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-uk6yltS1bh .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-uk6yltS1bh .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uk6yltS1bh .wrap {
  z-index: 9999;
}
.cid-uk6yltS1bh .btnHeader {
  cursor: pointer;
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-uk6yltS1bh .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-uk6yltS1bh .btnHeader::before,
.cid-uk6yltS1bh .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-uk6yltS1bh .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uk6yltS1bh .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-uk6yltS1bh .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uk6yltS1bh .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uk6yltS1bh .img {
  position: relative;
}
.cid-uk6yltS1bh .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-uk6yltS1bh .soc-item {
  transform: rotate(-90deg);
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uk6yltS1bh .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-uk6yltS1bh .soc-item::before,
.cid-uk6yltS1bh .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uk6yltS1bh .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uk6yltS1bh .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-uk6yltS1bh .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uk6yltS1bh .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uhlOrEgW4o {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #a6d6e6;
}
.cid-uhlOrEgW4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlOrEgW4o .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-uhlOrEgW4o .container {
    padding: 0 16px;
  }
}
.cid-uhlOrEgW4o .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uhlOrEgW4o .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhlOrEgW4o .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhlOrEgW4o .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uhlOrEgW4o .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uhlOrEgW4o .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uhlOrEgW4o .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uhlOrEgW4o .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uhlOrEgW4o .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uhlOrEgW4o .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uhlOrEgW4o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhlOrEgW4o .item-text {
  color: #000000;
}
.cid-uhlPafEDo3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uhlPafEDo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlPafEDo3 .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-uhlPafEDo3 .container {
    padding: 0 16px;
  }
}
.cid-uhlPafEDo3 .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uhlPafEDo3 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhlPafEDo3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhlPafEDo3 .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uhlPafEDo3 .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uhlPafEDo3 .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uhlPafEDo3 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uhlPafEDo3 .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uhlPafEDo3 .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uhlPafEDo3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uhlPafEDo3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhlPafEDo3 .item-text {
  color: #000000;
}
.cid-uhlOmOxuDM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdefce;
}
@media (max-width: 992px) {
  .cid-uhlOmOxuDM .container {
    padding: 0 16px;
  }
}
.cid-uhlOmOxuDM .row {
  justify-content: center;
}
.cid-uhlOmOxuDM .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhlOmOxuDM .content-wrapper {
    display: block;
  }
}
.cid-uhlOmOxuDM .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uhlOmOxuDM .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uhlOmOxuDM .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uhlOmOxuDM .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhlOmOxuDM .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uhlOmOxuDM .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uhlOmOxuDM .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhlOmOxuDM .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uhlOmOxuDM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uhlOmOxuDM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uhlOmOxuDM .embla__slide .slide-content {
  width: 100%;
}
.cid-uhlOmOxuDM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uhlOmOxuDM .embla__button--next,
.cid-uhlOmOxuDM .embla__button--prev {
  display: flex;
}
.cid-uhlOmOxuDM .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uhlOmOxuDM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uhlOmOxuDM .embla__button:hover {
  opacity: .5;
}
.cid-uhlOmOxuDM .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uhlOmOxuDM .embla__button.embla__button--next {
  right: 32px;
}
.cid-uhlOmOxuDM .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uhlOmOxuDM .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uhlOmOxuDM .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uhlOmOxuDM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uhlOmOxuDM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uhlOmOxuDM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uhlOmOxuDM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uhlOmOxuDM .mbr-desc {
  color: #000000;
}
.cid-ugUtpgx8FV {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugUtpgx8FV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUtpgx8FV .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-ugUtpgx8FV .container {
    padding: 0 16px;
  }
}
.cid-ugUtpgx8FV .row {
  position: relative;
  z-index: 1;
}
.cid-ugUtpgx8FV .card {
  justify-content: center;
}
.cid-ugUtpgx8FV .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-ugUtpgx8FV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugUtpgx8FV .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-ugUtpgx8FV .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ugUtpgx8FV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugUtpgx8FV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-ugUtpgx8FV .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-ugUtpgx8FV .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugUtpgx8FV .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ugUtpgx8FV .items-wrapper .item {
  position: relative;
}
.cid-ugUtpgx8FV .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #f6f7f9;
  border-radius: 16px;
}
.cid-ugUtpgx8FV .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-ugUtpgx8FV .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-ugUtpgx8FV .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ugUtpgx8FV .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugUtpgx8FV .mbr-section-title {
  color: #000000;
}
.cid-ugUtpgx8FV .mbr-section-subtitle {
  color: #000000;
}
.cid-ugUtpgx8FV .mbr-text,
.cid-ugUtpgx8FV .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-ugUtpgx8FV .item-title {
  color: #000000;
}
.cid-ugUtpgx8FV .item-title,
.cid-ugUtpgx8FV .icon-wrapper {
  text-align: center;
}
.cid-ugUt1G17xa {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ugUt1G17xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUt1G17xa .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-ugUt1G17xa .container {
    padding: 0 16px;
  }
}
.cid-ugUt1G17xa .row {
  margin: 0 -20px;
}
.cid-ugUt1G17xa .card {
  padding: 0 20px;
}
.cid-ugUt1G17xa .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-ugUt1G17xa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugUt1G17xa .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-ugUt1G17xa .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ugUt1G17xa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugUt1G17xa .content-wrapper .mbr-text {
  margin-bottom: 8px;
}
.cid-ugUt1G17xa .list {
  padding-left: 22px;
  left: 0;
  color: #000000;
}
.cid-ugUt1G17xa .list .item-wrap {
  margin-bottom: 5px;
}
.cid-ugUt1G17xa .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugUt1G17xa .mbr-section-btn {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-ugUt1G17xa .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ugUt1G17xa .tag-wrapper_1 {
  text-align: right;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ugUt1G17xa .tag-wrapper_1 {
    margin-bottom: 32px;
  }
}
.cid-ugUt1G17xa .tag-wrapper_1 .mbr-tag {
  top: 0;
  right: 0;
  background-color: #ffd84c;
  transform: rotate(10deg);
}
.cid-ugUt1G17xa .tag-wrapper_2 {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-ugUt1G17xa .tag-wrapper_2 {
    margin-top: 32px;
  }
}
.cid-ugUt1G17xa .tag-wrapper_2 .mbr-tag {
  background-color: #feb591;
  transform: rotate(-4deg);
}
.cid-ugUt1G17xa .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-ugUt1G17xa .mbr-section-title {
  color: #000000;
}
.cid-ugUt1G17xa .mbr-section-subtitle {
  color: #000000;
}
.cid-ugUt1G17xa .mbr-text {
  color: #000000;
}
.cid-uhlPU5uuFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhlPU5uuFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlPU5uuFx .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-uhlPU5uuFx .container {
    padding: 0 16px;
  }
}
.cid-uhlPU5uuFx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uhlPU5uuFx .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uhlPU5uuFx .mbr-section-title {
  color: #ffffff;
}
.cid-uhlPU5uuFx .mbr-section-title,
.cid-uhlPU5uuFx .mbr-section-btn {
  text-align: center;
}
.cid-ugUsQCCpQQ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ugUsQCCpQQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ugUsQCCpQQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugUsQCCpQQ .container {
    padding: 0 16px;
  }
}
.cid-ugUsQCCpQQ .row {
  justify-content: center;
}
.cid-ugUsQCCpQQ .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-ugUsQCCpQQ .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-ugUsQCCpQQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-ugUsQCCpQQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-ugUsQCCpQQ .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-ugUsQCCpQQ .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-ugUsQCCpQQ .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-ugUsQCCpQQ .embla__slide .slide-content {
  width: 100%;
}
.cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-ugUsQCCpQQ .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-ugUsQCCpQQ .embla__button--next,
.cid-ugUsQCCpQQ .embla__button--prev {
  display: flex;
}
.cid-ugUsQCCpQQ .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ugUsQCCpQQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugUsQCCpQQ .embla__button:hover {
  opacity: .5;
}
.cid-ugUsQCCpQQ .embla__button.embla__button--prev {
  left: 16px;
}
.cid-ugUsQCCpQQ .embla__button.embla__button--next {
  right: 16px;
}
.cid-ugUsQCCpQQ .embla {
  position: relative;
  width: 100%;
}
.cid-ugUsQCCpQQ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ugUsQCCpQQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugUsQCCpQQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugUsQCCpQQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugUsQCCpQQ .item-text {
  color: #000000;
}
.cid-ugUsQCCpQQ .item-name {
  color: #000000;
}
.cid-ugUsQCCpQQ .item-role {
  color: #000000;
}
.cid-uhm09BpbxI {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhm09BpbxI .mbr-section-title {
  color: #232323;
  transition: all 0.6s;
  background-image: linear-gradient(to right, #000000 50%, currentColor 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  background-size: 200%;
}
.cid-uhm09BpbxI .mbr-section-title:hover {
  background-position: 0%;
}
.cid-uhm09BpbxI .mbr-text,
.cid-uhm09BpbxI .mbr-section-btn {
  color: #ffffff;
}
.cid-uhm09BpbxI .mbr-iconfont {
  font-size: 8rem;
  color: #d74def;
}
.cid-uhm09BpbxI .mbr-section-subtitle {
  color: #666666;
}
.cid-uhm09BpbxI h1 {
  line-height: 1.3;
}
.cid-ukiPwM0oWs {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ukiPwM0oWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukiPwM0oWs .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-ukiPwM0oWs .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ukiPwM0oWs .display-1 {
    font-size: 2.4rem;
  }
}
.cid-ukiPwM0oWs a {
  font-weight: bold;
}
.cid-ukiPwM0oWs .mbr-section-title {
  text-align: center;
  color: #ffffff;
  background: #b0a0ff;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-ukiPwM0oWs .mbr-section-title {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-ukiPwM0oWs .mbr-section-title {
    padding-top: 1.6rem;
  }
}
.cid-ukiPwM0oWs .mbr-text {
  text-align: center;
  color: #151515;
  background: #6a2be9;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-ukiPwM0oWs .mbr-text {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-ukiPwM0oWs .mbr-text {
    padding-top: 1.6rem;
  }
}
.cid-ukiPwM0oWs .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
  background: #d74def;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-ukiPwM0oWs .mbr-section-subtitle {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-ukiPwM0oWs .mbr-section-subtitle {
    padding-top: 1.6rem;
  }
}
.cid-ukiPwM0oWs .mbr-text,
.cid-ukiPwM0oWs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugUtbUHK5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-ugUtbUHK5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUtbUHK5D .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-ugUtbUHK5D .container {
    padding: 0 16px;
  }
}
.cid-ugUtbUHK5D .card {
  justify-content: center;
}
.cid-ugUtbUHK5D .form-wrapper {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 24px 32px;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-ugUtbUHK5D .form-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugUtbUHK5D .dragArea.row .mbr-section-title {
  margin-bottom: 0 !important;
}
.cid-ugUtbUHK5D .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-ugUtbUHK5D .dragArea.row .form-group {
  margin-bottom: 16px !important;
  padding: 0;
}
.cid-ugUtbUHK5D .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ugUtbUHK5D .dragArea.row .form-group .form-control {
  padding: 10px 12px 14px;
  border: 1px solid #bdc5cf !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: #eadef8;
  transition: all 0.3s ease-in-out;
}
.cid-ugUtbUHK5D .dragArea.row .form-group .form-control:hover,
.cid-ugUtbUHK5D .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bdc5cf !important;
  background-color: #ffffff;
}
.cid-ugUtbUHK5D .dragArea.row .form-group .form-control::placeholder {
  color: #6a2be9;
  font-size: 20px;
}
.cid-ugUtbUHK5D .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-ugUtbUHK5D .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ugUtbUHK5D .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-ugUtbUHK5D .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-ugUtbUHK5D .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ugUtbUHK5D .social-wrapper {
    text-align: left;
  }
}
.cid-ugUtbUHK5D .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugUtbUHK5D .social-wrapper .social-wrap .soc-item {
  width: 48px;
  height: 48px;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
.cid-ugUtbUHK5D .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #e3dbfc;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ugUtbUHK5D .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugUtbUHK5D .social-wrapper .social-wrap .soc-item:hover:before,
.cid-ugUtbUHK5D .social-wrapper .social-wrap .soc-item:focus:before {
  opacity: .5;
}
.cid-ugUtbUHK5D .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugUtbUHK5D .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-ugUtbUHK5D .mbr-section-title {
  color: #6a2be9;
}
.cid-ugUtbUHK5D .mbr-text {
  color: #000000;
}
.cid-ugUtbUHK5D label {
  color: #000000;
}
.cid-ugUtaR6TtR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a6d6e6;
}
.cid-ugUtaR6TtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUtaR6TtR .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-ugUtaR6TtR .container {
    padding: 0 16px;
  }
}
.cid-ugUtaR6TtR .row {
  position: relative;
  justify-content: center;
}
.cid-ugUtaR6TtR .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-ugUtaR6TtR .card {
  justify-content: center;
}
.cid-ugUtaR6TtR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-ugUtaR6TtR .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-ugUtaR6TtR .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-ugUtaR6TtR .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-ugUtaR6TtR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-ugUtaR6TtR .nav-wrapper .list {
    display: block;
  }
}
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:hover::before,
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ugUtaR6TtR .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-ugUtaR6TtR .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-ugUtaR6TtR .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-ugUtaR6TtR .mbr-copy {
  color: #ffffff;
}
.cid-ugUtaR6TtR .list,
.cid-ugUtaR6TtR .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .list,
  .cid-ugUtaR6TtR .nav-wrapper {
    text-align: left;
  }
}
.cid-ugeVULoecw {
  background-color: transparent;
}
.cid-ugeVULoecw .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-ugeVULoecw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-ugeVULoecw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeVULoecw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugeVULoecw .menu_box .navbar.opened,
  .cid-ugeVULoecw .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugeVULoecw .navbar-dropdown {
  position: relative !important;
}
.cid-ugeVULoecw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugeVULoecw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugeVULoecw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-ugeVULoecw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugeVULoecw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugeVULoecw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugeVULoecw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugeVULoecw .offcanvas-body .mbr-text,
  .cid-ugeVULoecw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugeVULoecw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugeVULoecw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugeVULoecw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugeVULoecw .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-ugeVULoecw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugeVULoecw 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-ugeVULoecw .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugeVULoecw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-ugeVULoecw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .nav-item {
    margin: 0 !important;
  }
}
.cid-ugeVULoecw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ugeVULoecw .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-ugeVULoecw .nav-item .nav-link:hover,
.cid-ugeVULoecw .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-ugeVULoecw .nav-item .nav-link:hover::before,
.cid-ugeVULoecw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ugeVULoecw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugeVULoecw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugeVULoecw .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-ugeVULoecw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugeVULoecw .offcanvas_box {
    display: none;
  }
}
.cid-ugeVULoecw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugeVULoecw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugeVULoecw .container {
  display: flex;
  margin: auto;
}
.cid-ugeVULoecw .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-ugeVULoecw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugeVULoecw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugeVULoecw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .navbar-nav {
    margin: 0;
  }
}
.cid-ugeVULoecw .dropdown-menu,
.cid-ugeVULoecw .navbar.opened {
  background-color: false !important;
}
.cid-ugeVULoecw .nav-item:focus,
.cid-ugeVULoecw .nav-link:focus {
  outline: none;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeVULoecw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeVULoecw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeVULoecw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugeVULoecw .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeVULoecw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugeVULoecw .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ugeVULoecw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugeVULoecw .navbar.collapsed {
  justify-content: center;
}
.cid-ugeVULoecw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeVULoecw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeVULoecw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugeVULoecw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugeVULoecw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugeVULoecw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeVULoecw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugeVULoecw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeVULoecw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugeVULoecw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugeVULoecw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugeVULoecw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeVULoecw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugeVULoecw .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeVULoecw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeVULoecw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeVULoecw .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-ugeVULoecw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugeVULoecw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeVULoecw .dropdown-item.active,
.cid-ugeVULoecw .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeVULoecw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeVULoecw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeVULoecw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugeVULoecw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeVULoecw 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-ugeVULoecw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeVULoecw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugeVULoecw .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-ugeVULoecw .navbar {
    height: 70px;
  }
  .cid-ugeVULoecw .navbar.opened {
    height: auto;
  }
  .cid-ugeVULoecw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeVULoecw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugeVULoecw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ugeVULoecw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugeVULoecw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-ugeVULoecw .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugeVULoecw .text_widget {
  margin-bottom: 32px;
}
.cid-ugeVULoecw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugeVULoecw .text_widget a:hover,
.cid-ugeVULoecw .text_widget a:focus {
  opacity: .8;
}
.cid-ugeVULoecw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugeVULoecw .navbar-caption {
  color: #ffffff;
}
.cid-ugeVULoecw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ugeVULoecw .mbr-section-subtitle,
.cid-ugeVULoecw .text_widget,
.cid-ugeVULoecw .mbr-section-btn {
  text-align: center;
}
.cid-ugeVULoecw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-umgTGQEfmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-umgTGQEfmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgTGQEfmm .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-umgTGQEfmm .container {
    padding: 0 16px;
  }
}
.cid-umgTGQEfmm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umgTGQEfmm .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-umgTGQEfmm .mbr-section-title {
  color: #ffffff;
}
.cid-umgTGQEfmm .mbr-section-title,
.cid-umgTGQEfmm .mbr-section-btn {
  text-align: center;
}
.cid-umgTHwDFHz {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umgTHwDFHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgTHwDFHz .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-umgTHwDFHz .container {
    padding: 0 16px;
  }
}
.cid-umgTHwDFHz .row {
  position: relative;
  z-index: 1;
}
.cid-umgTHwDFHz .card {
  justify-content: center;
}
.cid-umgTHwDFHz .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-umgTHwDFHz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umgTHwDFHz .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-umgTHwDFHz .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-umgTHwDFHz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-umgTHwDFHz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-umgTHwDFHz .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-umgTHwDFHz .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-umgTHwDFHz .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umgTHwDFHz .items-wrapper .item {
  position: relative;
}
.cid-umgTHwDFHz .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #f6f7f9;
  border-radius: 16px;
}
.cid-umgTHwDFHz .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-umgTHwDFHz .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-umgTHwDFHz .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-umgTHwDFHz .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umgTHwDFHz .mbr-section-title {
  color: #000000;
}
.cid-umgTHwDFHz .mbr-section-subtitle {
  color: #000000;
}
.cid-umgTHwDFHz .mbr-text,
.cid-umgTHwDFHz .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-umgTHwDFHz .item-title {
  color: #000000;
}
.cid-umgTHwDFHz .item-title,
.cid-umgTHwDFHz .icon-wrapper {
  text-align: center;
}
.cid-umgTOCHagE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umgTOCHagE .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgTOCHagE .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-umgTOCHagE .container {
    padding: 0 16px;
  }
}
.cid-umgTOCHagE .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-umgTOCHagE .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-umgTOCHagE .item:hover .item-wrapper .card-box,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box {
  border: 1px solid #6a2be9;
  box-shadow: 6px 8px 0 0 #6a2be9;
}
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .item-price,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .item-price {
  color: #6a2be9;
}
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .btn-primary,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .btn-primary,
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .btn-secondary,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .btn-secondary,
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .btn-success,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .btn-success,
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .btn-info,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .btn-info,
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .btn-warning,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .btn-warning,
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .btn-danger,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .btn-danger,
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .btn-black,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .btn-black,
.cid-umgTOCHagE .item:hover .item-wrapper .card-box .btn-white,
.cid-umgTOCHagE .item:focus .item-wrapper .card-box .btn-white {
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
}
.cid-umgTOCHagE .item .item-wrapper {
  height: 100%;
}
.cid-umgTOCHagE .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #bdc5cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-umgTOCHagE .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-umgTOCHagE .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-umgTOCHagE .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #f6f7f9;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-umgTOCHagE .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-umgTOCHagE .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-umgTOCHagE .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-umgTOCHagE .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-umgTOCHagE .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-umgTOCHagE .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-umgTOCHagE .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umgTOCHagE .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-umgTOCHagE .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #6a2be9;
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-umgTOCHagE .item-title {
  color: #6a2be9;
}
.cid-umgTOCHagE .item-desc {
  color: #000000;
}
.cid-umgTOCHagE .item-price {
  color: #000000;
}
.cid-umgTOCHagE .list {
  color: #000000;
}
.cid-umgUA9eVvh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #a6d6e6;
}
.cid-umgUA9eVvh .item-head {
  background: #000000;
  padding: 1rem 2rem;
}
.cid-umgUA9eVvh .item-content {
  padding: 1rem 1rem;
  background: #ffffff;
}
.cid-umgUA9eVvh .item {
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 2rem;
}
.cid-umgUA9eVvh .btn {
  width: -webkit-fill-available;
}
.cid-umgUA9eVvh .item:focus,
.cid-umgUA9eVvh span:focus {
  outline: none;
}
.cid-umgUA9eVvh .item-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-umgUA9eVvh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umgUA9eVvh .mbr-section-title {
  color: #232323;
}
.cid-umgUA9eVvh .mbr-text,
.cid-umgUA9eVvh .mbr-section-btn {
  text-align: center;
}
.cid-umgUA9eVvh .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-umgUA9eVvh .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-umgVvu801R {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #a6d6e6;
}
.cid-umgVvu801R .item-head {
  background: #000000;
  padding: 1rem 2rem;
}
.cid-umgVvu801R .item-content {
  padding: 1rem 1rem;
  background: #ffffff;
}
.cid-umgVvu801R .item {
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 2rem;
}
.cid-umgVvu801R .btn {
  width: -webkit-fill-available;
}
.cid-umgVvu801R .item:focus,
.cid-umgVvu801R span:focus {
  outline: none;
}
.cid-umgVvu801R .item-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-umgVvu801R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umgVvu801R .mbr-section-title {
  color: #232323;
}
.cid-umgVvu801R .mbr-text,
.cid-umgVvu801R .mbr-section-btn {
  text-align: center;
}
.cid-umgVvu801R .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-umgVvu801R .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-umgWE9WmKg {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #6a2be9;
}
.cid-umgWE9WmKg .item-head {
  background: #000000;
  padding: 1rem 2rem;
}
.cid-umgWE9WmKg .item-content {
  padding: 1rem 1rem;
  background: #ffffff;
}
.cid-umgWE9WmKg .item {
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 2rem;
}
.cid-umgWE9WmKg .btn {
  width: -webkit-fill-available;
}
.cid-umgWE9WmKg .item:focus,
.cid-umgWE9WmKg span:focus {
  outline: none;
}
.cid-umgWE9WmKg .item-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-umgWE9WmKg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umgWE9WmKg .mbr-section-title {
  color: #232323;
}
.cid-umgWE9WmKg .mbr-text,
.cid-umgWE9WmKg .mbr-section-btn {
  text-align: center;
}
.cid-umgWE9WmKg .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-umgWE9WmKg .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-umEP7WTNRw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #d74def;
}
.cid-umEP7WTNRw .item-head {
  background: #000000;
  padding: 1rem 2rem;
}
.cid-umEP7WTNRw .item-content {
  padding: 1rem 1rem;
  background: #ffffff;
}
.cid-umEP7WTNRw .item {
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 2rem;
}
.cid-umEP7WTNRw .btn {
  width: -webkit-fill-available;
}
.cid-umEP7WTNRw .item:focus,
.cid-umEP7WTNRw span:focus {
  outline: none;
}
.cid-umEP7WTNRw .item-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-umEP7WTNRw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umEP7WTNRw .mbr-section-title {
  color: #232323;
}
.cid-umEP7WTNRw .mbr-text,
.cid-umEP7WTNRw .mbr-section-btn {
  text-align: center;
}
.cid-umEP7WTNRw .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-umEP7WTNRw .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uv8iesZxeO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfcfc;
}
.cid-uv8iesZxeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8iesZxeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8iesZxeO .row {
  justify-content: center;
}
.cid-uv8iesZxeO .col-title {
  margin-bottom: 2.5rem;
}
.cid-uv8iesZxeO .mbr-section-title {
  color: #75083A;
}
.cid-uv8iesZxeO .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uv8iesZxeO .img-container {
  margin: 0 auto;
}
.cid-uv8iesZxeO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  height: 150px;
}
.cid-uv8iesZxeO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqGIflZMio {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #c6f15c;
}
.cid-uqGIflZMio .item-head {
  background: #000000;
  padding: 1rem 2rem;
}
.cid-uqGIflZMio .item-content {
  padding: 1rem 1rem;
  background: #ffffff;
}
.cid-uqGIflZMio .item {
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 2rem;
}
.cid-uqGIflZMio .btn {
  width: -webkit-fill-available;
}
.cid-uqGIflZMio .item:focus,
.cid-uqGIflZMio span:focus {
  outline: none;
}
.cid-uqGIflZMio .item-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-uqGIflZMio .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqGIflZMio .mbr-section-title {
  color: #232323;
}
.cid-uqGIflZMio .mbr-text,
.cid-uqGIflZMio .mbr-section-btn {
  text-align: center;
}
.cid-uqGIflZMio .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uqGIflZMio .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-umgYIdK3qJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-umgYIdK3qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgYIdK3qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgYIdK3qJ .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-umgYIdK3qJ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umgYIdK3qJ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-umgYIdK3qJ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-umgYIdK3qJ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-umgYIdK3qJ .image-wrapper {
  padding: 0 1rem;
}
.cid-umgYIdK3qJ img,
.cid-umgYIdK3qJ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-umgYIdK3qJ img,
  .cid-umgYIdK3qJ .image-wrapper {
    max-height: 350px;
  }
}
.cid-umgYIdK3qJ .mbr-section-title {
  color: #000000;
}
.cid-umgYIdK3qJ .mbr-text {
  color: #000000;
}
.cid-umgYIdK3qJ .mbr-text,
.cid-umgYIdK3qJ .mbr-section-btn {
  text-align: left;
}
.cid-ugUtaR6TtR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a6d6e6;
}
.cid-ugUtaR6TtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUtaR6TtR .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-ugUtaR6TtR .container {
    padding: 0 16px;
  }
}
.cid-ugUtaR6TtR .row {
  position: relative;
  justify-content: center;
}
.cid-ugUtaR6TtR .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-ugUtaR6TtR .card {
  justify-content: center;
}
.cid-ugUtaR6TtR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-ugUtaR6TtR .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-ugUtaR6TtR .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-ugUtaR6TtR .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-ugUtaR6TtR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-ugUtaR6TtR .nav-wrapper .list {
    display: block;
  }
}
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:hover::before,
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ugUtaR6TtR .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-ugUtaR6TtR .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-ugUtaR6TtR .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-ugUtaR6TtR .mbr-copy {
  color: #ffffff;
}
.cid-ugUtaR6TtR .list,
.cid-ugUtaR6TtR .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .list,
  .cid-ugUtaR6TtR .nav-wrapper {
    text-align: left;
  }
}
.cid-ugeVULoecw {
  background-color: transparent;
}
.cid-ugeVULoecw .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-ugeVULoecw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-ugeVULoecw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeVULoecw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugeVULoecw .menu_box .navbar.opened,
  .cid-ugeVULoecw .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugeVULoecw .navbar-dropdown {
  position: relative !important;
}
.cid-ugeVULoecw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugeVULoecw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugeVULoecw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-ugeVULoecw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugeVULoecw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugeVULoecw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugeVULoecw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugeVULoecw .offcanvas-body .mbr-text,
  .cid-ugeVULoecw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugeVULoecw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugeVULoecw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugeVULoecw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugeVULoecw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugeVULoecw .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-ugeVULoecw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugeVULoecw 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-ugeVULoecw .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugeVULoecw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-ugeVULoecw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .nav-item {
    margin: 0 !important;
  }
}
.cid-ugeVULoecw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ugeVULoecw .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-ugeVULoecw .nav-item .nav-link:hover,
.cid-ugeVULoecw .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-ugeVULoecw .nav-item .nav-link:hover::before,
.cid-ugeVULoecw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ugeVULoecw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugeVULoecw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugeVULoecw .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-ugeVULoecw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugeVULoecw .offcanvas_box {
    display: none;
  }
}
.cid-ugeVULoecw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugeVULoecw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugeVULoecw .container {
  display: flex;
  margin: auto;
}
.cid-ugeVULoecw .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-ugeVULoecw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugeVULoecw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugeVULoecw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .navbar-nav {
    margin: 0;
  }
}
.cid-ugeVULoecw .dropdown-menu,
.cid-ugeVULoecw .navbar.opened {
  background-color: false !important;
}
.cid-ugeVULoecw .nav-item:focus,
.cid-ugeVULoecw .nav-link:focus {
  outline: none;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeVULoecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeVULoecw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeVULoecw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeVULoecw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugeVULoecw .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeVULoecw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugeVULoecw .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ugeVULoecw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugeVULoecw .navbar.collapsed {
  justify-content: center;
}
.cid-ugeVULoecw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeVULoecw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeVULoecw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeVULoecw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugeVULoecw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugeVULoecw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugeVULoecw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugeVULoecw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeVULoecw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugeVULoecw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeVULoecw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugeVULoecw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugeVULoecw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugeVULoecw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugeVULoecw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeVULoecw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugeVULoecw .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeVULoecw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeVULoecw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeVULoecw .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-ugeVULoecw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugeVULoecw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeVULoecw .dropdown-item.active,
.cid-ugeVULoecw .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeVULoecw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeVULoecw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeVULoecw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeVULoecw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugeVULoecw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeVULoecw 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-ugeVULoecw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeVULoecw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeVULoecw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeVULoecw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugeVULoecw .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-ugeVULoecw .navbar {
    height: 70px;
  }
  .cid-ugeVULoecw .navbar.opened {
    height: auto;
  }
  .cid-ugeVULoecw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeVULoecw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugeVULoecw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ugeVULoecw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugeVULoecw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-ugeVULoecw .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-ugeVULoecw .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugeVULoecw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugeVULoecw .text_widget {
  margin-bottom: 32px;
}
.cid-ugeVULoecw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugeVULoecw .text_widget a:hover,
.cid-ugeVULoecw .text_widget a:focus {
  opacity: .8;
}
.cid-ugeVULoecw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugeVULoecw .navbar-caption {
  color: #ffffff;
}
.cid-ugeVULoecw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ugeVULoecw .mbr-section-subtitle,
.cid-ugeVULoecw .text_widget,
.cid-ugeVULoecw .mbr-section-btn {
  text-align: center;
}
.cid-ugeVULoecw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqUyQWzKsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.cid-uqUyQWzKsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqUyQWzKsa .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-uqUyQWzKsa .container {
    padding: 0 16px;
  }
}
.cid-uqUyQWzKsa .card {
  justify-content: center;
}
.cid-uqUyQWzKsa .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  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-uqUyQWzKsa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqUyQWzKsa .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqUyQWzKsa .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uqUyQWzKsa .mbr-section-title {
  color: #000000;
}
.cid-uqUyQWzKsa .mbr-text {
  color: #000000;
}
.cid-uqUyQWzKsa .mbr-desc {
  color: #000000;
}
.cid-uqUrzD1lfC {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #a6d6e6;
}
.cid-uqUrzD1lfC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqUrzD1lfC H4 {
  text-align: center;
}
.cid-uqUrzD1lfC H3 {
  text-align: center;
}
.cid-uqUrzD1lfC H5 {
  text-align: center;
}
.cid-uqUzFjASSF {
  padding-top: 450px;
  padding-bottom: 0px;
  background-color: #a6d6e6;
  position: relative;
  overflow: hidden;
}
.cid-uqUzFjASSF .svg1 {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uqUzFjASSF #e1_circle,
.cid-uqUzFjASSF #e3_circle,
.cid-uqUzFjASSF #e4_circle,
.cid-uqUzFjASSF #e5_circle {
  fill: #fbdccc !important;
}
.cid-uqUzFjASSF #e6_circle {
  fill: #6a2be9 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uqUzFjASSF .round {
  border-radius: 100%;
  position: absolute;
  background-color: #fbdccc;
  animation: orbit 4s linear infinite;
}
.cid-uqUzFjASSF .rev {
  animation: rev 4s linear infinite;
}
.cid-uqUzFjASSF .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uqUzFjASSF .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uqUzFjASSF .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uqUzFjASSF .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uqUzFjASSF .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uqUzFjASSF .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uqUzFjASSF .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uqUzFjASSF .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uqUzFjASSF .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uqUzFjASSF .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uqUzFjASSF .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uqUzFjASSF .mbr-text,
.cid-uqUzFjASSF .mbr-section-btn {
  color: #716c80;
}
.cid-uqUzFjASSF .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uqUzFjASSF .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uqUzFjASSF .mbr-figure img {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .cid-uqUzFjASSF .round {
    display: none;
  }
}
.cid-uqUzFjASSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqUzFjASSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugUtaR6TtR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a6d6e6;
}
.cid-ugUtaR6TtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUtaR6TtR .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-ugUtaR6TtR .container {
    padding: 0 16px;
  }
}
.cid-ugUtaR6TtR .row {
  position: relative;
  justify-content: center;
}
.cid-ugUtaR6TtR .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-ugUtaR6TtR .card {
  justify-content: center;
}
.cid-ugUtaR6TtR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-ugUtaR6TtR .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-ugUtaR6TtR .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-ugUtaR6TtR .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-ugUtaR6TtR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-ugUtaR6TtR .nav-wrapper .list {
    display: block;
  }
}
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:hover::before,
.cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ugUtaR6TtR .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-ugUtaR6TtR .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-ugUtaR6TtR .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-ugUtaR6TtR .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-ugUtaR6TtR .mbr-copy {
  color: #ffffff;
}
.cid-ugUtaR6TtR .list,
.cid-ugUtaR6TtR .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ugUtaR6TtR .list,
  .cid-ugUtaR6TtR .nav-wrapper {
    text-align: left;
  }
}
.cid-uXfr37bC1q {
  background-color: transparent;
}
.cid-uXfr37bC1q .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uXfr37bC1q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uXfr37bC1q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXfr37bC1q .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXfr37bC1q .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uXfr37bC1q .menu_box .navbar.opened,
  .cid-uXfr37bC1q .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uXfr37bC1q .navbar-dropdown {
  position: relative !important;
}
.cid-uXfr37bC1q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uXfr37bC1q .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXfr37bC1q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uXfr37bC1q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uXfr37bC1q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uXfr37bC1q .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uXfr37bC1q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uXfr37bC1q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uXfr37bC1q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uXfr37bC1q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uXfr37bC1q .offcanvas-body .mbr-text,
  .cid-uXfr37bC1q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uXfr37bC1q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uXfr37bC1q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uXfr37bC1q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uXfr37bC1q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uXfr37bC1q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uXfr37bC1q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uXfr37bC1q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uXfr37bC1q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uXfr37bC1q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uXfr37bC1q .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-uXfr37bC1q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uXfr37bC1q 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-uXfr37bC1q .lg_brand {
    margin: 0 1rem;
  }
  .cid-uXfr37bC1q .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uXfr37bC1q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uXfr37bC1q .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uXfr37bC1q .nav-item {
    margin: 0 !important;
  }
}
.cid-uXfr37bC1q .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uXfr37bC1q .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-uXfr37bC1q .nav-item .nav-link:hover,
.cid-uXfr37bC1q .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uXfr37bC1q .nav-item .nav-link:hover::before,
.cid-uXfr37bC1q .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uXfr37bC1q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uXfr37bC1q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uXfr37bC1q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uXfr37bC1q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uXfr37bC1q .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-uXfr37bC1q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uXfr37bC1q .offcanvas_box {
    display: none;
  }
}
.cid-uXfr37bC1q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uXfr37bC1q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uXfr37bC1q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uXfr37bC1q .container {
  display: flex;
  margin: auto;
}
.cid-uXfr37bC1q .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-uXfr37bC1q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uXfr37bC1q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXfr37bC1q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uXfr37bC1q .navbar-nav {
    margin: 0;
  }
}
.cid-uXfr37bC1q .dropdown-menu,
.cid-uXfr37bC1q .navbar.opened {
  background-color: false !important;
}
.cid-uXfr37bC1q .nav-item:focus,
.cid-uXfr37bC1q .nav-link:focus {
  outline: none;
}
.cid-uXfr37bC1q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXfr37bC1q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfr37bC1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXfr37bC1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfr37bC1q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfr37bC1q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfr37bC1q .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uXfr37bC1q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uXfr37bC1q .navbar.opened {
  transition: all 0.3s;
}
.cid-uXfr37bC1q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uXfr37bC1q .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uXfr37bC1q .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uXfr37bC1q .navbar.collapsed {
  justify-content: center;
}
.cid-uXfr37bC1q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXfr37bC1q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXfr37bC1q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXfr37bC1q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXfr37bC1q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXfr37bC1q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uXfr37bC1q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXfr37bC1q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uXfr37bC1q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uXfr37bC1q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXfr37bC1q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXfr37bC1q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uXfr37bC1q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXfr37bC1q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uXfr37bC1q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXfr37bC1q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uXfr37bC1q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXfr37bC1q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uXfr37bC1q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uXfr37bC1q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXfr37bC1q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uXfr37bC1q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXfr37bC1q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXfr37bC1q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXfr37bC1q .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-uXfr37bC1q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uXfr37bC1q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXfr37bC1q .dropdown-item.active,
.cid-uXfr37bC1q .dropdown-item:active {
  background-color: transparent;
}
.cid-uXfr37bC1q .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uXfr37bC1q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXfr37bC1q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXfr37bC1q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXfr37bC1q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uXfr37bC1q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXfr37bC1q 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-uXfr37bC1q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXfr37bC1q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXfr37bC1q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfr37bC1q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfr37bC1q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXfr37bC1q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfr37bC1q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXfr37bC1q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXfr37bC1q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfr37bC1q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uXfr37bC1q .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-uXfr37bC1q .navbar {
    height: 70px;
  }
  .cid-uXfr37bC1q .navbar.opened {
    height: auto;
  }
  .cid-uXfr37bC1q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXfr37bC1q .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uXfr37bC1q .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uXfr37bC1q .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXfr37bC1q .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uXfr37bC1q .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uXfr37bC1q .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uXfr37bC1q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uXfr37bC1q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uXfr37bC1q .text_widget {
  margin-bottom: 32px;
}
.cid-uXfr37bC1q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uXfr37bC1q .text_widget a:hover,
.cid-uXfr37bC1q .text_widget a:focus {
  opacity: .8;
}
.cid-uXfr37bC1q .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXfr37bC1q .navbar-caption {
  color: #ffffff;
}
.cid-uXfr37bC1q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uXfr37bC1q .mbr-section-subtitle,
.cid-uXfr37bC1q .text_widget,
.cid-uXfr37bC1q .mbr-section-btn {
  text-align: center;
}
.cid-uXfr37bC1q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uXfr37H1O8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.cid-uXfr37H1O8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfr37H1O8 .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-uXfr37H1O8 .container {
    padding: 0 16px;
  }
}
.cid-uXfr37H1O8 .card {
  justify-content: center;
}
.cid-uXfr37H1O8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  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-uXfr37H1O8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uXfr37H1O8 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uXfr37H1O8 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uXfr37H1O8 .mbr-section-title {
  color: #000000;
}
.cid-uXfr37H1O8 .mbr-text {
  color: #000000;
}
.cid-uXfr37H1O8 .mbr-desc {
  color: #000000;
}
.cid-uXfr37YZy6 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #a6d6e6;
}
.cid-uXfr37YZy6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXfr37YZy6 H4 {
  text-align: center;
}
.cid-uXfr37YZy6 H3 {
  text-align: center;
}
.cid-uXfr37YZy6 H5 {
  text-align: center;
}
.cid-uXfr38tDUt {
  padding-top: 450px;
  padding-bottom: 0px;
  background-color: #a6d6e6;
  position: relative;
  overflow: hidden;
}
.cid-uXfr38tDUt .svg1 {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uXfr38tDUt #e1_circle,
.cid-uXfr38tDUt #e3_circle,
.cid-uXfr38tDUt #e4_circle,
.cid-uXfr38tDUt #e5_circle {
  fill: #fbdccc !important;
}
.cid-uXfr38tDUt #e6_circle {
  fill: #6a2be9 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uXfr38tDUt .round {
  border-radius: 100%;
  position: absolute;
  background-color: #fbdccc;
  animation: orbit 4s linear infinite;
}
.cid-uXfr38tDUt .rev {
  animation: rev 4s linear infinite;
}
.cid-uXfr38tDUt .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uXfr38tDUt .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uXfr38tDUt .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uXfr38tDUt .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uXfr38tDUt .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uXfr38tDUt .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uXfr38tDUt .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uXfr38tDUt .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uXfr38tDUt .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uXfr38tDUt .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uXfr38tDUt .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uXfr38tDUt .mbr-text,
.cid-uXfr38tDUt .mbr-section-btn {
  color: #716c80;
}
.cid-uXfr38tDUt .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uXfr38tDUt .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uXfr38tDUt .mbr-figure img {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .cid-uXfr38tDUt .round {
    display: none;
  }
}
.cid-uXfr38tDUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfr38tDUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfr38NJcg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a6d6e6;
}
.cid-uXfr38NJcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfr38NJcg .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-uXfr38NJcg .container {
    padding: 0 16px;
  }
}
.cid-uXfr38NJcg .row {
  position: relative;
  justify-content: center;
}
.cid-uXfr38NJcg .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uXfr38NJcg .card {
  justify-content: center;
}
.cid-uXfr38NJcg .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uXfr38NJcg .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uXfr38NJcg .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXfr38NJcg .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uXfr38NJcg .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uXfr38NJcg .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uXfr38NJcg .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uXfr38NJcg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uXfr38NJcg .nav-wrapper .list {
    display: block;
  }
}
.cid-uXfr38NJcg .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uXfr38NJcg .nav-wrapper .list .item-wrap:hover::before,
.cid-uXfr38NJcg .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uXfr38NJcg .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-uXfr38NJcg .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uXfr38NJcg .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uXfr38NJcg .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uXfr38NJcg .mbr-copy {
  color: #ffffff;
}
.cid-uXfr38NJcg .list,
.cid-uXfr38NJcg .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXfr38NJcg .list,
  .cid-uXfr38NJcg .nav-wrapper {
    text-align: left;
  }
}
