.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: 6.2rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.75rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 5.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.34rem;
    font-size: calc( 2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5b5b5b !important;
}
.bg-success {
  background-color: #5cf274 !important;
}
.bg-info {
  background-color: #bdc5cf !important;
}
.bg-warning {
  background-color: #feb591 !important;
}
.bg-danger {
  background-color: #f0a2fd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b5b5b !important;
  border-color: #5b5b5b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #757575 !important;
  border-color: #757575 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #757575 !important;
  border-color: #757575 !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: #bdc5cf !important;
  border-color: #bdc5cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #dbdfe4 !important;
  border-color: #dbdfe4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #dbdfe4 !important;
  border-color: #dbdfe4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5cf274 !important;
  border-color: #5cf274 !important;
  color: #064911 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8bf69c !important;
  border-color: #8bf69c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #064911 !important;
  background-color: #8bf69c !important;
  border-color: #8bf69c !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: #5b5b5b;
  color: #5b5b5b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #303030 !important;
  background-color: transparent !important;
  border-color: #303030 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b5b5b !important;
  border-color: #5b5b5b !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: #bdc5cf;
  color: #bdc5cf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8b99aa !important;
  background-color: transparent !important;
  border-color: #8b99aa !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bdc5cf !important;
  border-color: #bdc5cf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5cf274;
  color: #5cf274;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12e534 !important;
  background-color: transparent !important;
  border-color: #12e534 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #064911 !important;
  background-color: #5cf274 !important;
  border-color: #5cf274 !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: #5b5b5b !important;
}
.text-secondary {
  color: #6a2be9 !important;
}
.text-success {
  color: #5cf274 !important;
}
.text-info {
  color: #bdc5cf !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: #282828 !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: #11d731 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8291a4 !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: #5b5b5b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bdc5cf;
}
.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: #5b5b5b;
  border-color: #5b5b5b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5b5b5b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9b9b9b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5b5b5b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #5b5b5b;
}
/* 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: #5b5b5b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5b5b5b;
}
.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: #5b5b5b;
  border-bottom-color: #5b5b5b;
}
.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: #5b5b5b !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='%235b5b5b' %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: #5b5b5b !important;
}
img {
  border-radius: 16px !important;
}
.cid-uOpOq6xSkM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOpOq6xSkM .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpOq6xSkM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOpOq6xSkM .menu_box .navbar.opened,
  .cid-uOpOq6xSkM .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOpOq6xSkM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOpOq6xSkM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOpOq6xSkM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOpOq6xSkM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOpOq6xSkM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOpOq6xSkM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOpOq6xSkM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-body .mbr-text,
  .cid-uOpOq6xSkM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOpOq6xSkM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOpOq6xSkM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOpOq6xSkM 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-uOpOq6xSkM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOpOq6xSkM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOpOq6xSkM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 0 !important;
  }
}
.cid-uOpOq6xSkM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .nav-item .nav-link:hover,
.cid-uOpOq6xSkM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOpOq6xSkM .nav-item .nav-link:hover::before,
.cid-uOpOq6xSkM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOpOq6xSkM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOpOq6xSkM .offcanvas_box {
    display: none;
  }
}
.cid-uOpOq6xSkM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOpOq6xSkM .container {
  display: flex;
  margin: auto;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOpOq6xSkM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOpOq6xSkM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .navbar-nav {
    margin: 0;
  }
}
.cid-uOpOq6xSkM .dropdown-menu,
.cid-uOpOq6xSkM .navbar.opened {
  background-color: false !important;
}
.cid-uOpOq6xSkM .nav-item:focus,
.cid-uOpOq6xSkM .nav-link:focus {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpOq6xSkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOpOq6xSkM .navbar.opened {
  transition: all 0.3s;
}
.cid-uOpOq6xSkM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOpOq6xSkM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOpOq6xSkM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOpOq6xSkM .navbar.collapsed {
  justify-content: center;
}
.cid-uOpOq6xSkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOpOq6xSkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOpOq6xSkM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOpOq6xSkM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOpOq6xSkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpOq6xSkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOpOq6xSkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOpOq6xSkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOpOq6xSkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOpOq6xSkM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOpOq6xSkM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOpOq6xSkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown-item.active,
.cid-uOpOq6xSkM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpOq6xSkM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpOq6xSkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpOq6xSkM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOpOq6xSkM 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-uOpOq6xSkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar {
    height: 70px;
  }
  .cid-uOpOq6xSkM .navbar.opened {
    height: auto;
  }
  .cid-uOpOq6xSkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOpOq6xSkM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOpOq6xSkM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOpOq6xSkM .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOpOq6xSkM .text_widget {
  margin-bottom: 32px;
}
.cid-uOpOq6xSkM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOpOq6xSkM .text_widget a:hover,
.cid-uOpOq6xSkM .text_widget a:focus {
  opacity: .8;
}
.cid-uOpOq6xSkM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .navbar-caption {
  color: #ffffff;
}
.cid-uOpOq6xSkM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .mbr-section-subtitle,
.cid-uOpOq6xSkM .text_widget,
.cid-uOpOq6xSkM .mbr-section-btn {
  text-align: center;
}
.cid-uOpOq6xSkM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uR4Lrofvne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR4Lrofvne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uR4Lrofvne .mbr-section-title {
  color: #ffffff;
}
.cid-uOqcZU8sfX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uOqcZU8sfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqcZU8sfX .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-uOqcZU8sfX .container {
    padding: 0 16px;
  }
}
.cid-uOqcZU8sfX .card {
  justify-content: center;
}
.cid-uOqcZU8sfX .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOqcZU8sfX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOqcZU8sfX .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uOqcZU8sfX .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uOqcZU8sfX .mbr-section-title {
  color: #000000;
}
.cid-uOqcZU8sfX .mbr-text {
  color: #000000;
}
.cid-uOqcZU8sfX .mbr-desc {
  color: #000000;
}
.cid-uOqcZU8sfX .mbr-text,
.cid-uOqcZU8sfX .mbr-section-btn {
  color: #ffffff;
}
.cid-uPOGcNJDyC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-color: #5cf274;
}
.cid-uPOGcNJDyC .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPOGcNJDyC .main-image {
    display: none;
  }
}
.cid-uPOGcNJDyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPOGcNJDyC .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-uPOGcNJDyC .container {
    padding: 0 16px;
  }
}
.cid-uPOGcNJDyC .row {
  position: relative;
  z-index: 1;
}
.cid-uPOGcNJDyC .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPOGcNJDyC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPOGcNJDyC .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uPOGcNJDyC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPOGcNJDyC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPOGcNJDyC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPOGcNJDyC .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPOGcNJDyC .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uPOGcNJDyC .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uPOGcNJDyC .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #5cf274;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uPOGcNJDyC .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uPOGcNJDyC .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uPOGcNJDyC .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPOGcNJDyC .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uPOGcNJDyC .mbr-section-title {
  color: #000000;
}
.cid-uPOGcNJDyC .mbr-text {
  color: #000000;
}
.cid-uPOGcNJDyC .card-title {
  color: #000000;
}
.cid-uPOGcNJDyC .card-text {
  color: #ffffff;
}
.cid-uPOGcNJDyC .card-name {
  color: #ffffff;
}
.cid-uPOGcNJDyC .card-role {
  color: #ffffff;
}
.cid-u8jjKJBOAA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/rs-188094-ap850130010.webp");
}
.cid-u8jjKJBOAA .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #6a2be9;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-u8jjKJBOAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jjKJBOAA .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-u8jjKJBOAA .container {
    padding: 0 16px;
  }
}
.cid-u8jjKJBOAA .row {
  position: relative;
  z-index: 1;
}
.cid-u8jjKJBOAA .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-u8jjKJBOAA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u8jjKJBOAA .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-u8jjKJBOAA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-u8jjKJBOAA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8jjKJBOAA .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-u8jjKJBOAA .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-u8jjKJBOAA .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-u8jjKJBOAA .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u8jjKJBOAA .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-u8jjKJBOAA .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-u8jjKJBOAA .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-u8jjKJBOAA .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #5cf274;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-u8jjKJBOAA .mbr-media {
  position: relative;
}
.cid-u8jjKJBOAA .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u8jjKJBOAA a:hover {
  background-image: none !important;
}
.cid-u8jjKJBOAA .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-u8jjKJBOAA .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #5cf274;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8jjKJBOAA .icon-wrap:hover::before,
.cid-u8jjKJBOAA .icon-wrap:focus::before {
  opacity: .5;
}
.cid-u8jjKJBOAA .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8jjKJBOAA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8jjKJBOAA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8jjKJBOAA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8jjKJBOAA .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-u8jjKJBOAA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8jjKJBOAA .mbr-section-title {
  color: #ffffff;
}
.cid-u8jjKJBOAA .mbr-section-subtitle {
  color: #000000;
}
.cid-u8jjKJBOAA .mbr-text {
  color: #000000;
}
.cid-u8jjKJBOAA .mbr-text,
.cid-u8jjKJBOAA .mbr-section-btn {
  color: #ffffff;
}
.cid-uOoM9RlGCN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/boomwhackers-instrumentos-percusion-team-building-chile-armonia-lab-1200x798.jpg");
}
.cid-uOoM9RlGCN .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #6a2be9;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
  right: auto;
  left: -10%;
}
.cid-uOoM9RlGCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoM9RlGCN .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-uOoM9RlGCN .container {
    padding: 0 16px;
  }
}
.cid-uOoM9RlGCN .row {
  position: relative;
  z-index: 1;
}
.cid-uOoM9RlGCN .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uOoM9RlGCN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOoM9RlGCN .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOoM9RlGCN .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOoM9RlGCN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOoM9RlGCN .text-wrapper {
  padding-left: 140px;
  padding-left: 0;
  padding-right: 140px;
}
@media (max-width: 1440px) {
  .cid-uOoM9RlGCN .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOoM9RlGCN .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uOoM9RlGCN .text-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOoM9RlGCN .text-wrapper {
    padding-right: 0;
  }
}
.cid-uOoM9RlGCN .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOoM9RlGCN .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #050f0f;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #454545;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOoM9RlGCN .box {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOoM9RlGCN .box {
    margin-right: 0;
  }
}
.cid-uOoM9RlGCN .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uOoM9RlGCN .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #5cf274;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uOoM9RlGCN .mbr-media {
  position: relative;
}
.cid-uOoM9RlGCN .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOoM9RlGCN a:hover {
  background-image: none !important;
}
.cid-uOoM9RlGCN .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-uOoM9RlGCN .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #5cf274;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uOoM9RlGCN .icon-wrap:hover::before,
.cid-uOoM9RlGCN .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uOoM9RlGCN .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOoM9RlGCN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOoM9RlGCN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOoM9RlGCN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOoM9RlGCN .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-uOoM9RlGCN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOoM9RlGCN .mbr-section-title {
  color: #ffffff;
}
.cid-uOoM9RlGCN .mbr-section-subtitle {
  color: #000000;
}
.cid-uOoM9RlGCN .mbr-text {
  color: #000000;
}
.cid-uOoM9RlGCN .mbr-text,
.cid-uOoM9RlGCN .mbr-section-btn {
  color: #ffffff;
}
.cid-uOoN2plqKP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/team-building-chile-outdoor-orientacion-estrategica-armonia-lab-2000x1333.jpg");
}
.cid-uOoN2plqKP .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #6a2be9;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-uOoN2plqKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoN2plqKP .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-uOoN2plqKP .container {
    padding: 0 16px;
  }
}
.cid-uOoN2plqKP .row {
  position: relative;
  z-index: 1;
}
.cid-uOoN2plqKP .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uOoN2plqKP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOoN2plqKP .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOoN2plqKP .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOoN2plqKP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOoN2plqKP .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uOoN2plqKP .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOoN2plqKP .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uOoN2plqKP .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOoN2plqKP .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-uOoN2plqKP .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uOoN2plqKP .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uOoN2plqKP .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #5cf274;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uOoN2plqKP .mbr-media {
  position: relative;
}
.cid-uOoN2plqKP .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOoN2plqKP a:hover {
  background-image: none !important;
}
.cid-uOoN2plqKP .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-uOoN2plqKP .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #5cf274;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uOoN2plqKP .icon-wrap:hover::before,
.cid-uOoN2plqKP .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uOoN2plqKP .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOoN2plqKP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOoN2plqKP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOoN2plqKP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOoN2plqKP .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-uOoN2plqKP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOoN2plqKP .mbr-section-title {
  color: #ffffff;
}
.cid-uOoN2plqKP .mbr-section-subtitle {
  color: #000000;
}
.cid-uOoN2plqKP .mbr-text {
  color: #000000;
}
.cid-uOoN2plqKP .mbr-text,
.cid-uOoN2plqKP .mbr-section-btn {
  color: #ffffff;
}
.cid-uOoZJ6yDEd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/team-building-chile-cortometraje-empresa-armonia-lab-2000x1335.jpg");
}
.cid-uOoZJ6yDEd .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #6a2be9;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
  right: auto;
  left: -10%;
}
.cid-uOoZJ6yDEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoZJ6yDEd .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-uOoZJ6yDEd .container {
    padding: 0 16px;
  }
}
.cid-uOoZJ6yDEd .row {
  position: relative;
  z-index: 1;
}
.cid-uOoZJ6yDEd .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uOoZJ6yDEd .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOoZJ6yDEd .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOoZJ6yDEd .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOoZJ6yDEd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOoZJ6yDEd .text-wrapper {
  padding-left: 140px;
  padding-left: 0;
  padding-right: 140px;
}
@media (max-width: 1440px) {
  .cid-uOoZJ6yDEd .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOoZJ6yDEd .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uOoZJ6yDEd .text-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOoZJ6yDEd .text-wrapper {
    padding-right: 0;
  }
}
.cid-uOoZJ6yDEd .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOoZJ6yDEd .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #000000;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #454545;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOoZJ6yDEd .box {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOoZJ6yDEd .box {
    margin-right: 0;
  }
}
.cid-uOoZJ6yDEd .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uOoZJ6yDEd .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #5cf274;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uOoZJ6yDEd .mbr-media {
  position: relative;
}
.cid-uOoZJ6yDEd .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOoZJ6yDEd a:hover {
  background-image: none !important;
}
.cid-uOoZJ6yDEd .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-uOoZJ6yDEd .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #5cf274;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uOoZJ6yDEd .icon-wrap:hover::before,
.cid-uOoZJ6yDEd .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uOoZJ6yDEd .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOoZJ6yDEd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOoZJ6yDEd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOoZJ6yDEd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOoZJ6yDEd .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-uOoZJ6yDEd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOoZJ6yDEd .mbr-section-title {
  color: #fd1004;
}
.cid-uOoZJ6yDEd .mbr-section-subtitle {
  color: #000000;
}
.cid-uOoZJ6yDEd .mbr-text {
  color: #000000;
}
.cid-uOoZJ6yDEd .mbr-text,
.cid-uOoZJ6yDEd .mbr-section-btn {
  color: #ffffff;
}
.cid-uOv291s1Oa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/whatsapp-image-2025-09-02-at-09.58.19-1280x853.jpg");
}
.cid-uOv291s1Oa .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #6a2be9;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-uOv291s1Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv291s1Oa .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-uOv291s1Oa .container {
    padding: 0 16px;
  }
}
.cid-uOv291s1Oa .row {
  position: relative;
  z-index: 1;
}
.cid-uOv291s1Oa .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uOv291s1Oa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOv291s1Oa .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOv291s1Oa .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOv291s1Oa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOv291s1Oa .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uOv291s1Oa .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOv291s1Oa .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uOv291s1Oa .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOv291s1Oa .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-uOv291s1Oa .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uOv291s1Oa .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uOv291s1Oa .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #5cf274;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uOv291s1Oa .mbr-media {
  position: relative;
}
.cid-uOv291s1Oa .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOv291s1Oa a:hover {
  background-image: none !important;
}
.cid-uOv291s1Oa .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-uOv291s1Oa .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #5cf274;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uOv291s1Oa .icon-wrap:hover::before,
.cid-uOv291s1Oa .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uOv291s1Oa .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOv291s1Oa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOv291s1Oa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOv291s1Oa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOv291s1Oa .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-uOv291s1Oa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOv291s1Oa .mbr-section-title {
  color: #ffffff;
}
.cid-uOv291s1Oa .mbr-section-subtitle {
  color: #000000;
}
.cid-uOv291s1Oa .mbr-text {
  color: #000000;
}
.cid-uOv291s1Oa .mbr-text,
.cid-uOv291s1Oa .mbr-section-btn {
  color: #ffffff;
}
.cid-uOpgWB6BnQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/actividad-corporativa-tematica-zombie-armonia-lab-chile-1920x1064.png");
}
.cid-uOpgWB6BnQ .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #6a2be9;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
  right: auto;
  left: -10%;
}
.cid-uOpgWB6BnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpgWB6BnQ .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-uOpgWB6BnQ .container {
    padding: 0 16px;
  }
}
.cid-uOpgWB6BnQ .row {
  position: relative;
  z-index: 1;
}
.cid-uOpgWB6BnQ .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uOpgWB6BnQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOpgWB6BnQ .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOpgWB6BnQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOpgWB6BnQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOpgWB6BnQ .text-wrapper {
  padding-left: 140px;
  padding-left: 0;
  padding-right: 140px;
}
@media (max-width: 1440px) {
  .cid-uOpgWB6BnQ .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOpgWB6BnQ .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uOpgWB6BnQ .text-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOpgWB6BnQ .text-wrapper {
    padding-right: 0;
  }
}
.cid-uOpgWB6BnQ .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOpgWB6BnQ .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #000000;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #454545;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOpgWB6BnQ .box {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOpgWB6BnQ .box {
    margin-right: 0;
  }
}
.cid-uOpgWB6BnQ .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uOpgWB6BnQ .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #5cf274;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uOpgWB6BnQ .mbr-media {
  position: relative;
}
.cid-uOpgWB6BnQ .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOpgWB6BnQ a:hover {
  background-image: none !important;
}
.cid-uOpgWB6BnQ .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-uOpgWB6BnQ .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #5cf274;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uOpgWB6BnQ .icon-wrap:hover::before,
.cid-uOpgWB6BnQ .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uOpgWB6BnQ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOpgWB6BnQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOpgWB6BnQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOpgWB6BnQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOpgWB6BnQ .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-uOpgWB6BnQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOpgWB6BnQ .mbr-section-title {
  color: #ffffff;
}
.cid-uOpgWB6BnQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uOpgWB6BnQ .mbr-text {
  color: #000000;
}
.cid-uOpgWB6BnQ .mbr-text,
.cid-uOpgWB6BnQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uQjBj32jIv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/hippie-day-conexion-bienestar-wellness-team-building-chile-1920x960.jpg");
}
.cid-uQjBj32jIv .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #6a2be9;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-uQjBj32jIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQjBj32jIv .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-uQjBj32jIv .container {
    padding: 0 16px;
  }
}
.cid-uQjBj32jIv .row {
  position: relative;
  z-index: 1;
}
.cid-uQjBj32jIv .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQjBj32jIv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQjBj32jIv .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uQjBj32jIv .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uQjBj32jIv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQjBj32jIv .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uQjBj32jIv .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQjBj32jIv .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uQjBj32jIv .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uQjBj32jIv .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-uQjBj32jIv .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uQjBj32jIv .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uQjBj32jIv .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #5cf274;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uQjBj32jIv .mbr-media {
  position: relative;
}
.cid-uQjBj32jIv .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQjBj32jIv a:hover {
  background-image: none !important;
}
.cid-uQjBj32jIv .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-uQjBj32jIv .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #5cf274;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uQjBj32jIv .icon-wrap:hover::before,
.cid-uQjBj32jIv .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uQjBj32jIv .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uQjBj32jIv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uQjBj32jIv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uQjBj32jIv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uQjBj32jIv .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-uQjBj32jIv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQjBj32jIv .mbr-section-title {
  color: #bdc5cf;
}
.cid-uQjBj32jIv .mbr-section-subtitle {
  color: #000000;
}
.cid-uQjBj32jIv .mbr-text {
  color: #000000;
}
.cid-uQjBj32jIv .mbr-text,
.cid-uQjBj32jIv .mbr-section-btn {
  color: #ffffff;
}
.cid-uPPDjd9vvu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5cf274;
}
.cid-uPPDjd9vvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPDjd9vvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPDjd9vvu .row {
  justify-content: space-between;
}
.cid-uPPDjd9vvu .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPPDjd9vvu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPPDjd9vvu .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPPDjd9vvu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPPDjd9vvu .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPPDjd9vvu .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPPDjd9vvu .mbr-label {
  color: #000000;
}
.cid-uPPDjd9vvu .mbr-section-title {
  color: #252525;
}
.cid-uPPDjd9vvu .mbr-desc {
  color: #252525;
}
.cid-uPPDjd9vvu .mbr-text {
  color: #8a8a8a;
}
.cid-uPPDjd9vvu .mbr-text,
.cid-uPPDjd9vvu .mbr-section-btn {
  color: #454545;
}
.cid-uPPEXKyRAp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uPPEXKyRAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPEXKyRAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPEXKyRAp .row {
  justify-content: center;
}
.cid-uPPEXKyRAp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPPEXKyRAp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPPEXKyRAp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPPEXKyRAp .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPPEXKyRAp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPPEXKyRAp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPPEXKyRAp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uPPEXKyRAp .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPPEXKyRAp .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPPEXKyRAp .items-wrapper {
    display: block;
  }
}
.cid-uPPEXKyRAp .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-uPPEXKyRAp .item {
    transform: none;
  }
}
.cid-uPPEXKyRAp .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .cid-uPPEXKyRAp .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uPPEXKyRAp .item {
    margin-bottom: 16px;
  }
}
.cid-uPPEXKyRAp .item .item-wrapper {
  height: 100%;
  background-color: #5cf274;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uPPEXKyRAp .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uPPEXKyRAp .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPPEXKyRAp .item .item-wrapper .card-number,
.cid-uPPEXKyRAp .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPPEXKyRAp .item .item-wrapper .card-number,
  .cid-uPPEXKyRAp .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.cid-uPPEXKyRAp .item .item-wrapper .card-box .card-title,
.cid-uPPEXKyRAp .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.cid-uPPEXKyRAp .item .item-wrapper .card-box .card-text,
.cid-uPPEXKyRAp .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.cid-uPPEXKyRAp .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPPEXKyRAp .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uPPEXKyRAp .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPPEXKyRAp .item .card_2 {
  background-color: transparent;
  border: 3px solid #5cf274;
}
.cid-uPPEXKyRAp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPPEXKyRAp .mbr-text,
.cid-uPPEXKyRAp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPPEXKyRAp .card-number {
  color: #000000;
}
.cid-uPPEXKyRAp .card-title {
  color: #000000;
}
.cid-uPPEXKyRAp .card-text {
  color: #000000;
}
.cid-uPPEXKyRAp .card-number_2 {
  color: #ffffff;
}
.cid-uPPEXKyRAp .card-title_2 {
  color: #cbff5b;
}
.cid-uPPEXKyRAp .card-text_2 {
  color: #ffffff;
}
.cid-uOZvKaSxUn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOZvKaSxUn .container {
    padding: 0 16px;
  }
}
.cid-uOZvKaSxUn .row {
  justify-content: center;
}
.cid-uOZvKaSxUn .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOZvKaSxUn .content-wrapper {
    display: block;
  }
}
.cid-uOZvKaSxUn .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uOZvKaSxUn .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uOZvKaSxUn .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uOZvKaSxUn .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOZvKaSxUn .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uOZvKaSxUn .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c6f15c;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uOZvKaSxUn .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOZvKaSxUn .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uOZvKaSxUn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uOZvKaSxUn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOZvKaSxUn .embla__slide .slide-content {
  width: 100%;
}
.cid-uOZvKaSxUn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uOZvKaSxUn .embla__button--next,
.cid-uOZvKaSxUn .embla__button--prev {
  display: flex;
}
.cid-uOZvKaSxUn .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #5b5b5b !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-uOZvKaSxUn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOZvKaSxUn .embla__button:hover {
  opacity: .5;
}
.cid-uOZvKaSxUn .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uOZvKaSxUn .embla__button.embla__button--next {
  right: 32px;
}
.cid-uOZvKaSxUn .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uOZvKaSxUn .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uOZvKaSxUn .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOZvKaSxUn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOZvKaSxUn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOZvKaSxUn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOZvKaSxUn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOZvKaSxUn .mbr-desc {
  color: #000000;
}
.cid-uOqe95V1Tj {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #6a2be9;
  overflow: hidden;
}
.cid-uOqe95V1Tj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOqe95V1Tj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOqe95V1Tj .container {
    padding: 0 16px;
  }
}
.cid-uOqe95V1Tj .row {
  justify-content: center;
}
.cid-uOqe95V1Tj .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #ffffff;
}
.cid-uOqe95V1Tj .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uOqe95V1Tj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uOqe95V1Tj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uOqe95V1Tj .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #5cf274;
}
.cid-uOqe95V1Tj .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #5cf274;
}
.cid-uOqe95V1Tj .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #5cf274;
}
.cid-uOqe95V1Tj .embla__slide .slide-content {
  width: 100%;
}
.cid-uOqe95V1Tj .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: #5cf274;
}
@media (max-width: 768px) {
  .cid-uOqe95V1Tj .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uOqe95V1Tj .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOqe95V1Tj .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uOqe95V1Tj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uOqe95V1Tj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uOqe95V1Tj .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-uOqe95V1Tj .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-uOqe95V1Tj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uOqe95V1Tj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uOqe95V1Tj .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uOqe95V1Tj .embla__button--next,
.cid-uOqe95V1Tj .embla__button--prev {
  display: flex;
}
.cid-uOqe95V1Tj .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #5b5b5b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uOqe95V1Tj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOqe95V1Tj .embla__button:hover {
  opacity: .5;
}
.cid-uOqe95V1Tj .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uOqe95V1Tj .embla__button.embla__button--next {
  right: 16px;
}
.cid-uOqe95V1Tj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uOqe95V1Tj .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOqe95V1Tj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOqe95V1Tj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOqe95V1Tj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOqe95V1Tj .item-text {
  color: #000000;
}
.cid-uOqe95V1Tj .item-name {
  color: #000000;
}
.cid-uOqe95V1Tj .item-role {
  color: #000000;
}
.cid-uOwscH5VLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOwscH5VLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOwscH5VLS .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-uOwscH5VLS .container {
    padding: 0 16px;
  }
}
.cid-uOwscH5VLS .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uOwscH5VLS .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOwscH5VLS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOwscH5VLS .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uOwscH5VLS .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uOwscH5VLS .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uOwscH5VLS .item:first-child {
  margin-bottom: 0;
}
.cid-uOwscH5VLS .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uOwscH5VLS .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uOwscH5VLS .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uOwscH5VLS .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-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uOwscH5VLS .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uOwscH5VLS .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-uOwscH5VLS .item-text {
  color: #000000;
}
.cid-uOwscH5VLS .item-text,
.cid-uOwscH5VLS .mbr-section-btn {
  color: #252525;
}
.cid-uOwgx73zre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uOwgx73zre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOwgx73zre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOwgx73zre .cont-wrap {
  justify-content: center;
}
.cid-uOwgx73zre .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uOwgx73zre .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uOwgx73zre .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOwgx73zre .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOwgx73zre .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uOwgx73zre .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uOwgx73zre .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uOwgx73zre .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uOwgx73zre .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uOwgx73zre .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOwgx73zre .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOwgx73zre .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uOwgx73zre .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOwgx73zre .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOwgx73zre .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOwgx73zre .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOwgx73zre .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uOwgx73zre .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOwgx73zre .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uOwgx73zre .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOwgx73zre .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uOwgx73zre .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uOwgx73zre .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uOwgx73zre .mbr-section-title {
  color: #212529;
}
.cid-uOwgx73zre .mbr-section-subtitle {
  color: #51565c;
}
.cid-uOwgx73zre .mbr-text {
  color: #ffffff;
}
.cid-uOwgx73zre .list {
  color: #212529;
}
.cid-uOwgx73zre .mbr-section-title,
.cid-uOwgx73zre .title-wrapper {
  color: #ffffff;
}
.cid-uOwgx73zre .list,
.cid-uOwgx73zre .item-wrap,
.cid-uOwgx73zre .social-wrapper {
  color: #ffffff;
}
.cid-uOwgx73zre .mbr-section-subtitle,
.cid-uOwgx73zre .mbr-section-btn {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-u8jjLu5Ad6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .container {
    padding: 0 16px;
  }
}
.cid-u8jjLu5Ad6 .row {
  position: relative;
  justify-content: center;
}
.cid-u8jjLu5Ad6 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-u8jjLu5Ad6 .card {
  justify-content: center;
}
.cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-u8jjLu5Ad6 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list {
    display: block;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:hover::before,
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-u8jjLu5Ad6 .mbr-copy {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 .list,
.cid-u8jjLu5Ad6 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .list,
  .cid-u8jjLu5Ad6 .nav-wrapper {
    text-align: left;
  }
}
.cid-uPRqiyVfbv {
  padding-top: 8rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uPRqiyVfbv .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPRqiyVfbv .main-image {
    display: none;
  }
}
.cid-uPRqiyVfbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRqiyVfbv .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-uPRqiyVfbv .container {
    padding: 0 16px;
  }
}
.cid-uPRqiyVfbv .row {
  position: relative;
  z-index: 1;
}
.cid-uPRqiyVfbv .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPRqiyVfbv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPRqiyVfbv .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uPRqiyVfbv .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPRqiyVfbv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPRqiyVfbv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPRqiyVfbv .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #5cf274;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPRqiyVfbv .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uPRqiyVfbv .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uPRqiyVfbv .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #6a2be9;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uPRqiyVfbv .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uPRqiyVfbv .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uPRqiyVfbv .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPRqiyVfbv .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uPRqiyVfbv .mbr-section-title {
  color: #000000;
}
.cid-uPRqiyVfbv .mbr-text {
  color: #000000;
}
.cid-uPRqiyVfbv .card-title {
  color: #000000;
}
.cid-uPRqiyVfbv .card-text {
  color: #252525;
}
.cid-uPRqiyVfbv .card-name {
  color: #ffffff;
}
.cid-uPRqiyVfbv .card-role {
  color: #ffffff;
}
.cid-uPRqiyVfbv .mbr-section-title,
.cid-uPRqiyVfbv .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRqiyVfbv .mbr-text,
.cid-uPRqiyVfbv .text-wrapper {
  color: #ffffff;
}
.cid-uPRqiyVfbv .card-title,
.cid-uPRqiyVfbv .title-wrap {
  color: #ffffff;
}
.cid-uPRvi1dcRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0a0ff;
}
.cid-uPRvi1dcRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRvi1dcRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRvi1dcRd .row {
  justify-content: space-between;
}
.cid-uPRvi1dcRd .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPRvi1dcRd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPRvi1dcRd .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPRvi1dcRd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPRvi1dcRd .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPRvi1dcRd .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRvi1dcRd .mbr-label {
  color: #000000;
}
.cid-uPRvi1dcRd .mbr-section-title {
  color: #ffffff;
}
.cid-uPRvi1dcRd .mbr-desc {
  color: #252525;
}
.cid-uPRvi1dcRd .mbr-text {
  color: #8a8a8a;
}
.cid-uPRvi1dcRd .mbr-text,
.cid-uPRvi1dcRd .mbr-section-btn {
  color: #252525;
}
.cid-uPRym0q9lf {
  background-color: #eeeef7;
}
.cid-uPRym0q9lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRym0q9lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRym0q9lf .items-wrap {
  justify-content: space-between;
}
.cid-uPRym0q9lf .content-wrapper {
  padding: 96px;
  background-color: #5cf274;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uPRym0q9lf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPRym0q9lf .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uPRym0q9lf .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPRym0q9lf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPRym0q9lf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPRym0q9lf .address-wrapper {
  padding: 96px;
  background-color: #6a2be9;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPRym0q9lf .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPRym0q9lf .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uPRym0q9lf .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uPRym0q9lf .google-map {
  height: 100%;
}
.cid-uPRym0q9lf .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uPRym0q9lf .google-map iframe {
    height: 350px;
  }
}
.cid-uPRym0q9lf .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPRym0q9lf .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uPRym0q9lf .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPRym0q9lf .mbr-section-title {
  color: #191c25;
}
.cid-uPRym0q9lf .mbr-text {
  color: #191c25;
}
.cid-uPRym0q9lf .mbr-address {
  color: #ffffff;
}
.cid-uPRym0q9lf .mbr-number_2,
.cid-uPRym0q9lf .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uPRCtSModC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
  overflow: hidden;
  position: relative;
}
.cid-uPRCtSModC .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uPRCtSModC .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uPRCtSModC .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uPRCtSModC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCtSModC .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-uPRCtSModC .container {
    padding: 0 30px;
  }
}
.cid-uPRCtSModC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPRCtSModC .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPRCtSModC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPRCtSModC .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPRCtSModC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #b0a0ff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b0a0ff;
  transition: all 0.3s ease-in-out;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #b0a0ff;
  border-color: #b0a0ff;
  border-radius: 0;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uPRCtSModC .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uPRCtSModC .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPRCtSModC .mbr-section-title {
  color: #ffffff;
}
.cid-uPRCtSModC .mbr-section-title,
.cid-uPRCtSModC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPREnJWhuE {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #5cf274;
  overflow: hidden;
}
.cid-uPREnJWhuE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPREnJWhuE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPREnJWhuE .container {
    padding: 0 16px;
  }
}
.cid-uPREnJWhuE .row {
  justify-content: center;
}
.cid-uPREnJWhuE .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #252525;
}
.cid-uPREnJWhuE .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPREnJWhuE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uPREnJWhuE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uPREnJWhuE .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #6a2be9;
}
.cid-uPREnJWhuE .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #6a2be9;
}
.cid-uPREnJWhuE .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #6a2be9;
}
.cid-uPREnJWhuE .embla__slide .slide-content {
  width: 100%;
}
.cid-uPREnJWhuE .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: #6a2be9;
}
@media (max-width: 768px) {
  .cid-uPREnJWhuE .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uPREnJWhuE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uPREnJWhuE .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uPREnJWhuE .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uPREnJWhuE .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uPREnJWhuE .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-uPREnJWhuE .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-uPREnJWhuE .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uPREnJWhuE .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uPREnJWhuE .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uPREnJWhuE .embla__button--next,
.cid-uPREnJWhuE .embla__button--prev {
  display: flex;
}
.cid-uPREnJWhuE .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #5b5b5b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uPREnJWhuE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPREnJWhuE .embla__button:hover {
  opacity: .5;
}
.cid-uPREnJWhuE .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uPREnJWhuE .embla__button.embla__button--next {
  right: 16px;
}
.cid-uPREnJWhuE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uPREnJWhuE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uPREnJWhuE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPREnJWhuE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPREnJWhuE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPREnJWhuE .item-text {
  color: #ffffff;
}
.cid-uPREnJWhuE .item-name {
  color: #000000;
}
.cid-uPREnJWhuE .item-role {
  color: #000000;
}
.cid-u8jjLu5Ad6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-u8jjLu5Ad6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .container {
    padding: 0 16px;
  }
}
.cid-u8jjLu5Ad6 .row {
  position: relative;
  justify-content: center;
}
.cid-u8jjLu5Ad6 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-u8jjLu5Ad6 .card {
  justify-content: center;
}
.cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-u8jjLu5Ad6 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list {
    display: block;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:hover::before,
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-u8jjLu5Ad6 .mbr-copy {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 .list,
.cid-u8jjLu5Ad6 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .list,
  .cid-u8jjLu5Ad6 .nav-wrapper {
    text-align: left;
  }
}
.cid-uOpOq6xSkM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOpOq6xSkM .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpOq6xSkM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOpOq6xSkM .menu_box .navbar.opened,
  .cid-uOpOq6xSkM .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOpOq6xSkM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOpOq6xSkM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOpOq6xSkM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOpOq6xSkM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOpOq6xSkM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOpOq6xSkM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOpOq6xSkM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-body .mbr-text,
  .cid-uOpOq6xSkM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOpOq6xSkM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOpOq6xSkM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOpOq6xSkM 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-uOpOq6xSkM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOpOq6xSkM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOpOq6xSkM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 0 !important;
  }
}
.cid-uOpOq6xSkM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .nav-item .nav-link:hover,
.cid-uOpOq6xSkM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOpOq6xSkM .nav-item .nav-link:hover::before,
.cid-uOpOq6xSkM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOpOq6xSkM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOpOq6xSkM .offcanvas_box {
    display: none;
  }
}
.cid-uOpOq6xSkM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOpOq6xSkM .container {
  display: flex;
  margin: auto;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOpOq6xSkM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOpOq6xSkM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .navbar-nav {
    margin: 0;
  }
}
.cid-uOpOq6xSkM .dropdown-menu,
.cid-uOpOq6xSkM .navbar.opened {
  background-color: false !important;
}
.cid-uOpOq6xSkM .nav-item:focus,
.cid-uOpOq6xSkM .nav-link:focus {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpOq6xSkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOpOq6xSkM .navbar.opened {
  transition: all 0.3s;
}
.cid-uOpOq6xSkM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOpOq6xSkM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOpOq6xSkM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOpOq6xSkM .navbar.collapsed {
  justify-content: center;
}
.cid-uOpOq6xSkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOpOq6xSkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOpOq6xSkM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOpOq6xSkM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOpOq6xSkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpOq6xSkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOpOq6xSkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOpOq6xSkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOpOq6xSkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOpOq6xSkM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOpOq6xSkM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOpOq6xSkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown-item.active,
.cid-uOpOq6xSkM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpOq6xSkM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpOq6xSkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpOq6xSkM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOpOq6xSkM 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-uOpOq6xSkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar {
    height: 70px;
  }
  .cid-uOpOq6xSkM .navbar.opened {
    height: auto;
  }
  .cid-uOpOq6xSkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOpOq6xSkM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOpOq6xSkM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOpOq6xSkM .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOpOq6xSkM .text_widget {
  margin-bottom: 32px;
}
.cid-uOpOq6xSkM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOpOq6xSkM .text_widget a:hover,
.cid-uOpOq6xSkM .text_widget a:focus {
  opacity: .8;
}
.cid-uOpOq6xSkM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .navbar-caption {
  color: #ffffff;
}
.cid-uOpOq6xSkM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .mbr-section-subtitle,
.cid-uOpOq6xSkM .text_widget,
.cid-uOpOq6xSkM .mbr-section-btn {
  text-align: center;
}
.cid-uOpOq6xSkM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOpGU0YNT6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOpGU0YNT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpGU0YNT6 .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-uOpGU0YNT6 .container {
    padding: 0 16px;
  }
}
.cid-uOpGU0YNT6 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uOpGU0YNT6 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uOpGU0YNT6 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #5cf274;
}
.cid-uOpGU0YNT6 .item .item-wrapper {
  height: 100%;
}
.cid-uOpGU0YNT6 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #5cf274;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uOpGU0YNT6 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uOpGU0YNT6 .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uOpGU0YNT6 .item .item-wrapper .card-box .item-title_1,
.cid-uOpGU0YNT6 .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 8px;
}
.cid-uOpGU0YNT6 .item .item-wrapper .card-box .item-text_2,
.cid-uOpGU0YNT6 .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 8px;
}
.cid-uOpGU0YNT6 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uOpGU0YNT6 .item-emoji {
  color: #000000;
  text-align: center;
}
.cid-uOpGU0YNT6 .item-title_1 {
  color: #000000;
}
.cid-uOpGU0YNT6 .item-title_2 {
  color: #000000;
}
.cid-uOpGU0YNT6 .item-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uOpGU0YNT6 .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uOpGU0YNT6 .item-title_1,
.cid-uOpGU0YNT6 .mbr-section-btn {
  text-align: center;
}
.cid-uOpGU0YNT6 .item-title_2,
.cid-uOpGU0YNT6 .mbr-section-btn {
  text-align: center;
}
.cid-uR8nZKQO5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8nZKQO5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8nZKQO5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8nZKQO5B .cont-wrap {
  justify-content: center;
}
.cid-uR8nZKQO5B .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8nZKQO5B .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8nZKQO5B .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8nZKQO5B .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8nZKQO5B .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8nZKQO5B .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8nZKQO5B .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8nZKQO5B .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8nZKQO5B .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8nZKQO5B .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8nZKQO5B .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8nZKQO5B .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8nZKQO5B .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8nZKQO5B .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8nZKQO5B .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8nZKQO5B .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8nZKQO5B .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8nZKQO5B .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8nZKQO5B .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8nZKQO5B .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8nZKQO5B .mbr-section-title {
  color: #212529;
}
.cid-uR8nZKQO5B .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8nZKQO5B .mbr-text {
  color: #ffffff;
}
.cid-uR8nZKQO5B .list {
  color: #212529;
}
.cid-uR8nZKQO5B .mbr-section-title,
.cid-uR8nZKQO5B .title-wrapper {
  color: #ffffff;
}
.cid-uR8nZKQO5B .list,
.cid-uR8nZKQO5B .item-wrap,
.cid-uR8nZKQO5B .social-wrapper {
  color: #ffffff;
}
.cid-uR8nZKQO5B .mbr-section-subtitle,
.cid-uR8nZKQO5B .mbr-section-btn {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-u8jjLu5Ad6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .container {
    padding: 0 16px;
  }
}
.cid-u8jjLu5Ad6 .row {
  position: relative;
  justify-content: center;
}
.cid-u8jjLu5Ad6 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-u8jjLu5Ad6 .card {
  justify-content: center;
}
.cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-u8jjLu5Ad6 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list {
    display: block;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:hover::before,
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-u8jjLu5Ad6 .mbr-copy {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 .list,
.cid-u8jjLu5Ad6 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .list,
  .cid-u8jjLu5Ad6 .nav-wrapper {
    text-align: left;
  }
}
.cid-uOpOq6xSkM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOpOq6xSkM .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpOq6xSkM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOpOq6xSkM .menu_box .navbar.opened,
  .cid-uOpOq6xSkM .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOpOq6xSkM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOpOq6xSkM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOpOq6xSkM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOpOq6xSkM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOpOq6xSkM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOpOq6xSkM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOpOq6xSkM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-body .mbr-text,
  .cid-uOpOq6xSkM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOpOq6xSkM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOpOq6xSkM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOpOq6xSkM 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-uOpOq6xSkM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOpOq6xSkM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOpOq6xSkM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 0 !important;
  }
}
.cid-uOpOq6xSkM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .nav-item .nav-link:hover,
.cid-uOpOq6xSkM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOpOq6xSkM .nav-item .nav-link:hover::before,
.cid-uOpOq6xSkM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOpOq6xSkM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOpOq6xSkM .offcanvas_box {
    display: none;
  }
}
.cid-uOpOq6xSkM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOpOq6xSkM .container {
  display: flex;
  margin: auto;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOpOq6xSkM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOpOq6xSkM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .navbar-nav {
    margin: 0;
  }
}
.cid-uOpOq6xSkM .dropdown-menu,
.cid-uOpOq6xSkM .navbar.opened {
  background-color: false !important;
}
.cid-uOpOq6xSkM .nav-item:focus,
.cid-uOpOq6xSkM .nav-link:focus {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpOq6xSkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOpOq6xSkM .navbar.opened {
  transition: all 0.3s;
}
.cid-uOpOq6xSkM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOpOq6xSkM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOpOq6xSkM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOpOq6xSkM .navbar.collapsed {
  justify-content: center;
}
.cid-uOpOq6xSkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOpOq6xSkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOpOq6xSkM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOpOq6xSkM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOpOq6xSkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpOq6xSkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOpOq6xSkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOpOq6xSkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOpOq6xSkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOpOq6xSkM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOpOq6xSkM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOpOq6xSkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown-item.active,
.cid-uOpOq6xSkM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpOq6xSkM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpOq6xSkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpOq6xSkM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOpOq6xSkM 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-uOpOq6xSkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar {
    height: 70px;
  }
  .cid-uOpOq6xSkM .navbar.opened {
    height: auto;
  }
  .cid-uOpOq6xSkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOpOq6xSkM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOpOq6xSkM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOpOq6xSkM .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOpOq6xSkM .text_widget {
  margin-bottom: 32px;
}
.cid-uOpOq6xSkM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOpOq6xSkM .text_widget a:hover,
.cid-uOpOq6xSkM .text_widget a:focus {
  opacity: .8;
}
.cid-uOpOq6xSkM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .navbar-caption {
  color: #ffffff;
}
.cid-uOpOq6xSkM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .mbr-section-subtitle,
.cid-uOpOq6xSkM .text_widget,
.cid-uOpOq6xSkM .mbr-section-btn {
  text-align: center;
}
.cid-uOpOq6xSkM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOwvyJVmrv {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #e2f1e7;
}
.cid-uOwvyJVmrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOwvyJVmrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOwvyJVmrv .items-wrap {
  justify-content: space-between;
}
.cid-uOwvyJVmrv .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOwvyJVmrv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOwvyJVmrv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOwvyJVmrv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOwvyJVmrv .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uOwvyJVmrv .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOwvyJVmrv .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOwvyJVmrv .mbr-figure__img {
  object-fit: cover;
}
.cid-uOwvyJVmrv .app-video-wrapper::before {
  color: #5cf274;
  box-shadow: none;
}
.cid-uOwvyJVmrv .mbr-section-title {
  color: #000000;
}
.cid-uOwvyJVmrv .mbr-text {
  color: #000000;
}
.cid-uOwv9H7dAc {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #d8d8d8;
}
.cid-uOwv9H7dAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOwv9H7dAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOwv9H7dAc .items-wrap {
  justify-content: space-between;
}
.cid-uOwv9H7dAc .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOwv9H7dAc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOwv9H7dAc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOwv9H7dAc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOwv9H7dAc .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uOwv9H7dAc .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOwv9H7dAc .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOwv9H7dAc .mbr-figure__img {
  object-fit: cover;
}
.cid-uOwv9H7dAc .app-video-wrapper::before {
  color: #5cf274;
  box-shadow: none;
}
.cid-uOwv9H7dAc .mbr-section-title {
  color: #000000;
}
.cid-uOwv9H7dAc .mbr-text {
  color: #000000;
}
.cid-uOwqDcTxCP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #e2f1e7;
}
.cid-uOwqDcTxCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOwqDcTxCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOwqDcTxCP .items-wrap {
  justify-content: space-between;
}
.cid-uOwqDcTxCP .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOwqDcTxCP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOwqDcTxCP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOwqDcTxCP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOwqDcTxCP .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uOwqDcTxCP .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOwqDcTxCP .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOwqDcTxCP .mbr-figure__img {
  object-fit: cover;
}
.cid-uOwqDcTxCP .app-video-wrapper::before {
  color: #5cf274;
  box-shadow: none;
}
.cid-uOwqDcTxCP .mbr-section-title {
  color: #000000;
}
.cid-uOwqDcTxCP .mbr-text {
  color: #000000;
}
.cid-uR8OivsQa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8OivsQa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8OivsQa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8OivsQa9 .cont-wrap {
  justify-content: center;
}
.cid-uR8OivsQa9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8OivsQa9 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8OivsQa9 .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8OivsQa9 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8OivsQa9 .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8OivsQa9 .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8OivsQa9 .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8OivsQa9 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8OivsQa9 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8OivsQa9 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8OivsQa9 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8OivsQa9 .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8OivsQa9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8OivsQa9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8OivsQa9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8OivsQa9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8OivsQa9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8OivsQa9 .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8OivsQa9 .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8OivsQa9 .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8OivsQa9 .mbr-section-title {
  color: #212529;
}
.cid-uR8OivsQa9 .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8OivsQa9 .mbr-text {
  color: #ffffff;
}
.cid-uR8OivsQa9 .list {
  color: #212529;
}
.cid-uR8OivsQa9 .mbr-section-title,
.cid-uR8OivsQa9 .title-wrapper {
  color: #ffffff;
}
.cid-uR8OivsQa9 .list,
.cid-uR8OivsQa9 .item-wrap,
.cid-uR8OivsQa9 .social-wrapper {
  color: #ffffff;
}
.cid-uR8OivsQa9 .mbr-section-subtitle,
.cid-uR8OivsQa9 .mbr-section-btn {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-u8jjLu5Ad6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .container {
    padding: 0 16px;
  }
}
.cid-u8jjLu5Ad6 .row {
  position: relative;
  justify-content: center;
}
.cid-u8jjLu5Ad6 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-u8jjLu5Ad6 .card {
  justify-content: center;
}
.cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-u8jjLu5Ad6 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list {
    display: block;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:hover::before,
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-u8jjLu5Ad6 .mbr-copy {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 .list,
.cid-u8jjLu5Ad6 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .list,
  .cid-u8jjLu5Ad6 .nav-wrapper {
    text-align: left;
  }
}
.cid-uOpOq6xSkM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOpOq6xSkM .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpOq6xSkM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOpOq6xSkM .menu_box .navbar.opened,
  .cid-uOpOq6xSkM .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOpOq6xSkM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOpOq6xSkM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOpOq6xSkM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOpOq6xSkM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOpOq6xSkM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOpOq6xSkM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOpOq6xSkM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-body .mbr-text,
  .cid-uOpOq6xSkM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOpOq6xSkM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOpOq6xSkM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOpOq6xSkM 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-uOpOq6xSkM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOpOq6xSkM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOpOq6xSkM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 0 !important;
  }
}
.cid-uOpOq6xSkM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .nav-item .nav-link:hover,
.cid-uOpOq6xSkM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOpOq6xSkM .nav-item .nav-link:hover::before,
.cid-uOpOq6xSkM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOpOq6xSkM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOpOq6xSkM .offcanvas_box {
    display: none;
  }
}
.cid-uOpOq6xSkM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOpOq6xSkM .container {
  display: flex;
  margin: auto;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOpOq6xSkM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOpOq6xSkM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .navbar-nav {
    margin: 0;
  }
}
.cid-uOpOq6xSkM .dropdown-menu,
.cid-uOpOq6xSkM .navbar.opened {
  background-color: false !important;
}
.cid-uOpOq6xSkM .nav-item:focus,
.cid-uOpOq6xSkM .nav-link:focus {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpOq6xSkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOpOq6xSkM .navbar.opened {
  transition: all 0.3s;
}
.cid-uOpOq6xSkM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOpOq6xSkM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOpOq6xSkM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOpOq6xSkM .navbar.collapsed {
  justify-content: center;
}
.cid-uOpOq6xSkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOpOq6xSkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOpOq6xSkM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOpOq6xSkM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOpOq6xSkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpOq6xSkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOpOq6xSkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOpOq6xSkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOpOq6xSkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOpOq6xSkM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOpOq6xSkM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOpOq6xSkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown-item.active,
.cid-uOpOq6xSkM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpOq6xSkM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpOq6xSkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpOq6xSkM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOpOq6xSkM 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-uOpOq6xSkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar {
    height: 70px;
  }
  .cid-uOpOq6xSkM .navbar.opened {
    height: auto;
  }
  .cid-uOpOq6xSkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOpOq6xSkM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOpOq6xSkM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOpOq6xSkM .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOpOq6xSkM .text_widget {
  margin-bottom: 32px;
}
.cid-uOpOq6xSkM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOpOq6xSkM .text_widget a:hover,
.cid-uOpOq6xSkM .text_widget a:focus {
  opacity: .8;
}
.cid-uOpOq6xSkM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .navbar-caption {
  color: #ffffff;
}
.cid-uOpOq6xSkM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .mbr-section-subtitle,
.cid-uOpOq6xSkM .text_widget,
.cid-uOpOq6xSkM .mbr-section-btn {
  text-align: center;
}
.cid-uOpOq6xSkM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQjcBo9Vq7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQjcBo9Vq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQjcBo9Vq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQjcBo9Vq7 .content-wrapper {
  display: flex;
  position: relative;
  padding: 80px 90px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQjcBo9Vq7 .content-wrapper {
    padding: 32px 16px;
    display: block;
  }
}
.cid-uQjcBo9Vq7 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQjcBo9Vq7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQjcBo9Vq7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
  opacity: .7;
  z-index: 1;
  pointer-events: none;
}
.cid-uQjcBo9Vq7 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQjcBo9Vq7 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQjcBo9Vq7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQjcBo9Vq7 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQjcBo9Vq7 .content-wrapper .content-wrap .mbr-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .cid-uQjcBo9Vq7 .content-wrapper .content-wrap .mbr-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
  }
}
.cid-uQjcBo9Vq7 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQjcBo9Vq7 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uQjcBo9Vq7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQjcBo9Vq7 .mbr-section-title {
  color: #050f0f;
}
.cid-uQjcBo9Vq7 .mbr-text {
  color: #050f0f;
}
.cid-uOpHmNBwEg {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #5cf274;
}
.cid-uOpHmNBwEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpHmNBwEg .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-uOpHmNBwEg .container {
    padding: 0 16px;
  }
}
.cid-uOpHmNBwEg .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOpHmNBwEg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOpHmNBwEg .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: #6a2be9;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOpHmNBwEg .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOpHmNBwEg .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uOpHmNBwEg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOpHmNBwEg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOpHmNBwEg .card-wrapper {
  background-color: #6a2be9;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uOpHmNBwEg .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uOpHmNBwEg .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uOpHmNBwEg .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uOpHmNBwEg .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uOpHmNBwEg .mbr-section-title {
  color: #ffffff;
}
.cid-uOpHmNBwEg .mbr-section-subtitle {
  color: #000000;
}
.cid-uOpHmNBwEg .mbr-text {
  color: #ffffff;
}
.cid-uOpHmNBwEg .card-text {
  text-align: center;
  color: #000000;
}
.cid-uOpHmNBwEg .mbr-text,
.cid-uOpHmNBwEg .text-wrapper {
  color: #454545;
}
.cid-uOpHmNBwEg .mbr-section-title,
.cid-uOpHmNBwEg .mbr-section-btn {
  color: #454545;
}
.cid-uPWdIUXqAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uPWdIUXqAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPWdIUXqAA .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-uPWdIUXqAA .container {
    padding: 0 16px;
  }
}
.cid-uPWdIUXqAA .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPWdIUXqAA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPWdIUXqAA .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uPWdIUXqAA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uPWdIUXqAA .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uPWdIUXqAA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPWdIUXqAA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPWdIUXqAA .card-wrapper {
  background-color: #5cf274;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uPWdIUXqAA .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uPWdIUXqAA .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uPWdIUXqAA .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uPWdIUXqAA .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uPWdIUXqAA .mbr-section-title {
  color: #ffffff;
}
.cid-uPWdIUXqAA .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWdIUXqAA .mbr-text {
  color: #ffffff;
}
.cid-uPWdIUXqAA .card-text {
  text-align: center;
  color: #000000;
}
.cid-uOpYpZTPLm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5cf274;
}
.cid-uOpYpZTPLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpYpZTPLm .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-uOpYpZTPLm .container {
    padding: 0 16px;
  }
}
.cid-uOpYpZTPLm .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOpYpZTPLm .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOpYpZTPLm .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: #6a2be9;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOpYpZTPLm .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOpYpZTPLm .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uOpYpZTPLm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOpYpZTPLm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOpYpZTPLm .card-wrapper {
  background-color: #6a2be9;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uOpYpZTPLm .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uOpYpZTPLm .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uOpYpZTPLm .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uOpYpZTPLm .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uOpYpZTPLm .mbr-section-title {
  color: #ffffff;
}
.cid-uOpYpZTPLm .mbr-section-subtitle {
  color: #000000;
}
.cid-uOpYpZTPLm .mbr-text {
  color: #ffffff;
}
.cid-uOpYpZTPLm .card-text {
  text-align: center;
  color: #000000;
}
.cid-uOpYpZTPLm .mbr-section-title,
.cid-uOpYpZTPLm .mbr-section-btn {
  color: #454545;
}
.cid-uOpYpZTPLm .mbr-text,
.cid-uOpYpZTPLm .text-wrapper {
  color: #454545;
}
.cid-uQjk2Dee2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uQjk2Dee2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQjk2Dee2v .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-uQjk2Dee2v .container {
    padding: 0 16px;
  }
}
.cid-uQjk2Dee2v .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQjk2Dee2v .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQjk2Dee2v .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uQjk2Dee2v .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uQjk2Dee2v .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uQjk2Dee2v .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQjk2Dee2v .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQjk2Dee2v .card-wrapper {
  background-color: #5cf274;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uQjk2Dee2v .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uQjk2Dee2v .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uQjk2Dee2v .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uQjk2Dee2v .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uQjk2Dee2v .mbr-section-title {
  color: #ffffff;
}
.cid-uQjk2Dee2v .mbr-section-subtitle {
  color: #000000;
}
.cid-uQjk2Dee2v .mbr-text {
  color: #ffffff;
}
.cid-uQjk2Dee2v .card-text {
  text-align: center;
  color: #000000;
}
.cid-uQjaBhKigp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5cf274;
}
.cid-uQjaBhKigp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQjaBhKigp .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-uQjaBhKigp .container {
    padding: 0 16px;
  }
}
.cid-uQjaBhKigp .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQjaBhKigp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQjaBhKigp .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: #6a2be9;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uQjaBhKigp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uQjaBhKigp .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uQjaBhKigp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQjaBhKigp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQjaBhKigp .card-wrapper {
  background-color: #6a2be9;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uQjaBhKigp .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uQjaBhKigp .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uQjaBhKigp .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uQjaBhKigp .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uQjaBhKigp .mbr-section-title {
  color: #ffffff;
}
.cid-uQjaBhKigp .mbr-section-subtitle {
  color: #000000;
}
.cid-uQjaBhKigp .mbr-text {
  color: #ffffff;
}
.cid-uQjaBhKigp .card-text {
  text-align: center;
  color: #000000;
}
.cid-uQjaBhKigp .mbr-section-title,
.cid-uQjaBhKigp .mbr-section-btn {
  color: #454545;
}
.cid-uQjaBhKigp .mbr-text,
.cid-uQjaBhKigp .text-wrapper {
  color: #454545;
}
.cid-uOZe6CNas0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uOZe6CNas0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZe6CNas0 .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-uOZe6CNas0 .container {
    padding: 0 16px;
  }
}
.cid-uOZe6CNas0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOZe6CNas0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOZe6CNas0 .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: #5cf274;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOZe6CNas0 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOZe6CNas0 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uOZe6CNas0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOZe6CNas0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOZe6CNas0 .card-wrapper {
  background-color: #5cf274;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uOZe6CNas0 .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uOZe6CNas0 .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uOZe6CNas0 .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uOZe6CNas0 .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uOZe6CNas0 .mbr-section-title {
  color: #ffffff;
}
.cid-uOZe6CNas0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uOZe6CNas0 .mbr-text {
  color: #ffffff;
}
.cid-uOZe6CNas0 .card-text {
  text-align: center;
  color: #000000;
}
.cid-uQj98IQ85c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5cf274;
}
.cid-uQj98IQ85c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQj98IQ85c .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-uQj98IQ85c .container {
    padding: 0 16px;
  }
}
.cid-uQj98IQ85c .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQj98IQ85c .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQj98IQ85c .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: #6a2be9;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uQj98IQ85c .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uQj98IQ85c .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uQj98IQ85c .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQj98IQ85c .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQj98IQ85c .card-wrapper {
  background-color: #6a2be9;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uQj98IQ85c .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uQj98IQ85c .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uQj98IQ85c .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-uQj98IQ85c .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uQj98IQ85c .mbr-section-title {
  color: #ffffff;
}
.cid-uQj98IQ85c .mbr-section-subtitle {
  color: #000000;
}
.cid-uQj98IQ85c .mbr-text {
  color: #ffffff;
}
.cid-uQj98IQ85c .card-text {
  text-align: center;
  color: #000000;
}
.cid-uQj98IQ85c .mbr-section-title,
.cid-uQj98IQ85c .mbr-section-btn {
  color: #454545;
}
.cid-uQj98IQ85c .mbr-text,
.cid-uQj98IQ85c .text-wrapper {
  color: #454545;
}
.cid-u8jjLu5Ad6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-u8jjLu5Ad6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .container {
    padding: 0 16px;
  }
}
.cid-u8jjLu5Ad6 .row {
  position: relative;
  justify-content: center;
}
.cid-u8jjLu5Ad6 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-u8jjLu5Ad6 .card {
  justify-content: center;
}
.cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-u8jjLu5Ad6 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list {
    display: block;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:hover::before,
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-u8jjLu5Ad6 .mbr-copy {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 .list,
.cid-u8jjLu5Ad6 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .list,
  .cid-u8jjLu5Ad6 .nav-wrapper {
    text-align: left;
  }
}
.cid-uOpOq6xSkM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOpOq6xSkM .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpOq6xSkM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOpOq6xSkM .menu_box .navbar.opened,
  .cid-uOpOq6xSkM .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOpOq6xSkM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOpOq6xSkM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOpOq6xSkM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOpOq6xSkM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOpOq6xSkM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOpOq6xSkM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOpOq6xSkM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-body .mbr-text,
  .cid-uOpOq6xSkM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOpOq6xSkM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOpOq6xSkM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOpOq6xSkM 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-uOpOq6xSkM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOpOq6xSkM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOpOq6xSkM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 0 !important;
  }
}
.cid-uOpOq6xSkM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .nav-item .nav-link:hover,
.cid-uOpOq6xSkM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOpOq6xSkM .nav-item .nav-link:hover::before,
.cid-uOpOq6xSkM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOpOq6xSkM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOpOq6xSkM .offcanvas_box {
    display: none;
  }
}
.cid-uOpOq6xSkM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOpOq6xSkM .container {
  display: flex;
  margin: auto;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOpOq6xSkM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOpOq6xSkM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .navbar-nav {
    margin: 0;
  }
}
.cid-uOpOq6xSkM .dropdown-menu,
.cid-uOpOq6xSkM .navbar.opened {
  background-color: false !important;
}
.cid-uOpOq6xSkM .nav-item:focus,
.cid-uOpOq6xSkM .nav-link:focus {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpOq6xSkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOpOq6xSkM .navbar.opened {
  transition: all 0.3s;
}
.cid-uOpOq6xSkM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOpOq6xSkM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOpOq6xSkM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOpOq6xSkM .navbar.collapsed {
  justify-content: center;
}
.cid-uOpOq6xSkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOpOq6xSkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOpOq6xSkM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOpOq6xSkM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOpOq6xSkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpOq6xSkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOpOq6xSkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOpOq6xSkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOpOq6xSkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOpOq6xSkM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOpOq6xSkM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOpOq6xSkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown-item.active,
.cid-uOpOq6xSkM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpOq6xSkM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpOq6xSkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpOq6xSkM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOpOq6xSkM 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-uOpOq6xSkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar {
    height: 70px;
  }
  .cid-uOpOq6xSkM .navbar.opened {
    height: auto;
  }
  .cid-uOpOq6xSkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOpOq6xSkM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOpOq6xSkM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOpOq6xSkM .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOpOq6xSkM .text_widget {
  margin-bottom: 32px;
}
.cid-uOpOq6xSkM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOpOq6xSkM .text_widget a:hover,
.cid-uOpOq6xSkM .text_widget a:focus {
  opacity: .8;
}
.cid-uOpOq6xSkM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .navbar-caption {
  color: #ffffff;
}
.cid-uOpOq6xSkM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .mbr-section-subtitle,
.cid-uOpOq6xSkM .text_widget,
.cid-uOpOq6xSkM .mbr-section-btn {
  text-align: center;
}
.cid-uOpOq6xSkM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOpVFkNyQl {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/taller-banda-rock-empresarial-armonia-lab-chile-1920x1080.png");
}
.cid-uOpVFkNyQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpVFkNyQl .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-uOpVFkNyQl .container {
    padding: 0 16px;
  }
}
.cid-uOpVFkNyQl .row {
  position: relative;
  z-index: 1;
}
.cid-uOpVFkNyQl .card {
  justify-content: flex-end;
}
.cid-uOpVFkNyQl .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: #5cf274;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uOpVFkNyQl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOpVFkNyQl .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOpVFkNyQl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOpVFkNyQl .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOpVFkNyQl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOpVFkNyQl .tabs-wrapper {
  text-align: right;
}
.cid-uOpVFkNyQl .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eadef8;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uOpVFkNyQl .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uOpVFkNyQl .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #6a2be9;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOpVFkNyQl .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uOpVFkNyQl .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6a2be9;
  color: #ffffff;
}
.cid-uOpVFkNyQl .tab-content .tab-pane:nth-child(2) .content-wrap {
  background-color: #e1fa9d;
}
.cid-uOpVFkNyQl .tab-content .tab-pane:nth-child(3) .content-wrap {
  background-color: #fbdccc;
}
.cid-uOpVFkNyQl .tab-content .tab-pane:nth-child(4) .content-wrap {
  background-color: #f7d9fa;
}
.cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #e3dbfc;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uOpVFkNyQl .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uOpVFkNyQl .mbr-section-title {
  color: #000000;
}
.cid-uOpVFkNyQl .mbr-section-subtitle {
  color: #000000;
}
.cid-uOpVFkNyQl .mbr-text {
  color: #000000;
}
.cid-uOpVFkNyQl .item-title {
  color: #000000;
}
.cid-uOpVFkNyQl .item-text {
  color: #000000;
}
.cid-uOpVFkNyQl .mbr-text,
.cid-uOpVFkNyQl .text-wrapper {
  color: #ffffff;
}
.cid-uOpVFkNyQl .mbr-section-title,
.cid-uOpVFkNyQl .tabs-wrapper {
  color: #ffffff;
}
.cid-uPPYLajEAg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPPYLajEAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPYLajEAg .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-uPPYLajEAg .container {
    padding: 0 16px;
  }
}
.cid-uPPYLajEAg .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPPYLajEAg .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uPPYLajEAg .mbr-section-title {
  color: #ffffff;
}
.cid-uPPYLajEAg .mbr-section-title,
.cid-uPPYLajEAg .mbr-section-btn {
  text-align: center;
}
.cid-uR8qoejDNu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8qoejDNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8qoejDNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8qoejDNu .cont-wrap {
  justify-content: center;
}
.cid-uR8qoejDNu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8qoejDNu .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8qoejDNu .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8qoejDNu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8qoejDNu .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8qoejDNu .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8qoejDNu .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8qoejDNu .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8qoejDNu .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8qoejDNu .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8qoejDNu .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8qoejDNu .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8qoejDNu .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8qoejDNu .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8qoejDNu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8qoejDNu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8qoejDNu .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8qoejDNu .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8qoejDNu .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8qoejDNu .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8qoejDNu .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8qoejDNu .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8qoejDNu .mbr-section-title {
  color: #212529;
}
.cid-uR8qoejDNu .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8qoejDNu .mbr-text {
  color: #ffffff;
}
.cid-uR8qoejDNu .list {
  color: #212529;
}
.cid-uR8qoejDNu .mbr-section-title,
.cid-uR8qoejDNu .title-wrapper {
  color: #ffffff;
}
.cid-uR8qoejDNu .list,
.cid-uR8qoejDNu .item-wrap,
.cid-uR8qoejDNu .social-wrapper {
  color: #ffffff;
}
.cid-uR8qoejDNu .mbr-section-subtitle,
.cid-uR8qoejDNu .mbr-section-btn {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-u8jjLu5Ad6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .container {
    padding: 0 16px;
  }
}
.cid-u8jjLu5Ad6 .row {
  position: relative;
  justify-content: center;
}
.cid-u8jjLu5Ad6 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-u8jjLu5Ad6 .card {
  justify-content: center;
}
.cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-u8jjLu5Ad6 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-u8jjLu5Ad6 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list {
    display: block;
  }
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:hover::before,
.cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u8jjLu5Ad6 .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-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-u8jjLu5Ad6 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-u8jjLu5Ad6 .mbr-copy {
  color: #ffffff;
}
.cid-u8jjLu5Ad6 .list,
.cid-u8jjLu5Ad6 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u8jjLu5Ad6 .list,
  .cid-u8jjLu5Ad6 .nav-wrapper {
    text-align: left;
  }
}
.cid-uOpOq6xSkM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOpOq6xSkM .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOpOq6xSkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpOq6xSkM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOpOq6xSkM .menu_box .navbar.opened,
  .cid-uOpOq6xSkM .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOpOq6xSkM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOpOq6xSkM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOpOq6xSkM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOpOq6xSkM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOpOq6xSkM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOpOq6xSkM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOpOq6xSkM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOpOq6xSkM .offcanvas-body .mbr-text,
  .cid-uOpOq6xSkM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOpOq6xSkM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOpOq6xSkM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOpOq6xSkM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOpOq6xSkM 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-uOpOq6xSkM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOpOq6xSkM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOpOq6xSkM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .nav-item {
    margin: 0 !important;
  }
}
.cid-uOpOq6xSkM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .nav-item .nav-link:hover,
.cid-uOpOq6xSkM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOpOq6xSkM .nav-item .nav-link:hover::before,
.cid-uOpOq6xSkM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOpOq6xSkM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOpOq6xSkM .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-uOpOq6xSkM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOpOq6xSkM .offcanvas_box {
    display: none;
  }
}
.cid-uOpOq6xSkM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOpOq6xSkM .container {
  display: flex;
  margin: auto;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOpOq6xSkM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOpOq6xSkM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .navbar-nav {
    margin: 0;
  }
}
.cid-uOpOq6xSkM .dropdown-menu,
.cid-uOpOq6xSkM .navbar.opened {
  background-color: false !important;
}
.cid-uOpOq6xSkM .nav-item:focus,
.cid-uOpOq6xSkM .nav-link:focus {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOpOq6xSkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOpOq6xSkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpOq6xSkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOpOq6xSkM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOpOq6xSkM .navbar.opened {
  transition: all 0.3s;
}
.cid-uOpOq6xSkM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOpOq6xSkM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOpOq6xSkM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOpOq6xSkM .navbar.collapsed {
  justify-content: center;
}
.cid-uOpOq6xSkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOpOq6xSkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOpOq6xSkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOpOq6xSkM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOpOq6xSkM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOpOq6xSkM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOpOq6xSkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpOq6xSkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOpOq6xSkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOpOq6xSkM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOpOq6xSkM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOpOq6xSkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOpOq6xSkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOpOq6xSkM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOpOq6xSkM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOpOq6xSkM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOpOq6xSkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpOq6xSkM .dropdown-item.active,
.cid-uOpOq6xSkM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpOq6xSkM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpOq6xSkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpOq6xSkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpOq6xSkM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOpOq6xSkM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOpOq6xSkM 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-uOpOq6xSkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpOq6xSkM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOpOq6xSkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpOq6xSkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOpOq6xSkM .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-uOpOq6xSkM .navbar {
    height: 70px;
  }
  .cid-uOpOq6xSkM .navbar.opened {
    height: auto;
  }
  .cid-uOpOq6xSkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOpOq6xSkM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOpOq6xSkM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOpOq6xSkM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOpOq6xSkM .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOpOq6xSkM .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOpOq6xSkM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOpOq6xSkM .text_widget {
  margin-bottom: 32px;
}
.cid-uOpOq6xSkM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOpOq6xSkM .text_widget a:hover,
.cid-uOpOq6xSkM .text_widget a:focus {
  opacity: .8;
}
.cid-uOpOq6xSkM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .navbar-caption {
  color: #ffffff;
}
.cid-uOpOq6xSkM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOpOq6xSkM .mbr-section-subtitle,
.cid-uOpOq6xSkM .text_widget,
.cid-uOpOq6xSkM .mbr-section-btn {
  text-align: center;
}
.cid-uOpOq6xSkM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOuyZtD3mC {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/boomwhackers-header-experiencia-musical-team-building-chile-armonia-lab-1500x998.jpg");
}
.cid-uOuyZtD3mC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuyZtD3mC .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-uOuyZtD3mC .container {
    padding: 0 16px;
  }
}
.cid-uOuyZtD3mC .row {
  position: relative;
  z-index: 1;
}
.cid-uOuyZtD3mC .card {
  justify-content: flex-end;
}
.cid-uOuyZtD3mC .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: #5cf274;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uOuyZtD3mC .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOuyZtD3mC .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOuyZtD3mC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOuyZtD3mC .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOuyZtD3mC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOuyZtD3mC .tabs-wrapper {
  text-align: right;
}
.cid-uOuyZtD3mC .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eadef8;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uOuyZtD3mC .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uOuyZtD3mC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #6a2be9;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOuyZtD3mC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uOuyZtD3mC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6a2be9;
  color: #ffffff;
}
.cid-uOuyZtD3mC .tab-content .tab-pane:nth-child(2) .content-wrap {
  background-color: #e1fa9d;
}
.cid-uOuyZtD3mC .tab-content .tab-pane:nth-child(3) .content-wrap {
  background-color: #fbdccc;
}
.cid-uOuyZtD3mC .tab-content .tab-pane:nth-child(4) .content-wrap {
  background-color: #f7d9fa;
}
.cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #e3dbfc;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uOuyZtD3mC .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uOuyZtD3mC .mbr-section-title {
  color: #000000;
}
.cid-uOuyZtD3mC .mbr-section-subtitle {
  color: #000000;
}
.cid-uOuyZtD3mC .mbr-text {
  color: #000000;
}
.cid-uOuyZtD3mC .item-title {
  color: #000000;
}
.cid-uOuyZtD3mC .item-text {
  color: #000000;
}
.cid-uOuyZtD3mC .mbr-text,
.cid-uOuyZtD3mC .text-wrapper {
  color: #ffffff;
}
.cid-uOuyZtD3mC .mbr-section-title,
.cid-uOuyZtD3mC .tabs-wrapper {
  color: #ffffff;
}
.cid-uPWbfiHwpr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPWbfiHwpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPWbfiHwpr .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-uPWbfiHwpr .container {
    padding: 0 16px;
  }
}
.cid-uPWbfiHwpr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPWbfiHwpr .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uPWbfiHwpr .mbr-section-title {
  color: #ffffff;
}
.cid-uPWbfiHwpr .mbr-section-title,
.cid-uPWbfiHwpr .mbr-section-btn {
  text-align: center;
}
.cid-uR8qZ4mzXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8qZ4mzXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8qZ4mzXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8qZ4mzXU .cont-wrap {
  justify-content: center;
}
.cid-uR8qZ4mzXU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8qZ4mzXU .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8qZ4mzXU .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8qZ4mzXU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8qZ4mzXU .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8qZ4mzXU .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8qZ4mzXU .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8qZ4mzXU .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8qZ4mzXU .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8qZ4mzXU .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8qZ4mzXU .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8qZ4mzXU .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8qZ4mzXU .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8qZ4mzXU .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8qZ4mzXU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8qZ4mzXU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8qZ4mzXU .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8qZ4mzXU .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8qZ4mzXU .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8qZ4mzXU .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8qZ4mzXU .mbr-section-title {
  color: #212529;
}
.cid-uR8qZ4mzXU .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8qZ4mzXU .mbr-text {
  color: #ffffff;
}
.cid-uR8qZ4mzXU .list {
  color: #212529;
}
.cid-uR8qZ4mzXU .mbr-section-title,
.cid-uR8qZ4mzXU .title-wrapper {
  color: #ffffff;
}
.cid-uR8qZ4mzXU .list,
.cid-uR8qZ4mzXU .item-wrap,
.cid-uR8qZ4mzXU .social-wrapper {
  color: #ffffff;
}
.cid-uR8qZ4mzXU .mbr-section-subtitle,
.cid-uR8qZ4mzXU .mbr-section-btn {
  color: #ffffff;
}
.cid-uOuyZuAEXl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uOuyZuAEXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuyZuAEXl .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-uOuyZuAEXl .container {
    padding: 0 16px;
  }
}
.cid-uOuyZuAEXl .row {
  position: relative;
  justify-content: center;
}
.cid-uOuyZuAEXl .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uOuyZuAEXl .card {
  justify-content: center;
}
.cid-uOuyZuAEXl .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOuyZuAEXl .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uOuyZuAEXl .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOuyZuAEXl .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uOuyZuAEXl .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uOuyZuAEXl .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOuyZuAEXl .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uOuyZuAEXl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uOuyZuAEXl .nav-wrapper .list {
    display: block;
  }
}
.cid-uOuyZuAEXl .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uOuyZuAEXl .nav-wrapper .list .item-wrap:hover::before,
.cid-uOuyZuAEXl .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOuyZuAEXl .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-uOuyZuAEXl .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uOuyZuAEXl .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uOuyZuAEXl .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uOuyZuAEXl .mbr-copy {
  color: #ffffff;
}
.cid-uOuyZuAEXl .list,
.cid-uOuyZuAEXl .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOuyZuAEXl .list,
  .cid-uOuyZuAEXl .nav-wrapper {
    text-align: left;
  }
}
.cid-uOuyZuPtyl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOuyZuPtyl .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOuyZuPtyl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOuyZuPtyl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOuyZuPtyl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOuyZuPtyl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOuyZuPtyl .menu_box .navbar.opened,
  .cid-uOuyZuPtyl .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOuyZuPtyl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOuyZuPtyl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOuyZuPtyl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOuyZuPtyl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOuyZuPtyl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOuyZuPtyl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOuyZuPtyl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOuyZuPtyl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOuyZuPtyl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOuyZuPtyl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOuyZuPtyl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOuyZuPtyl .offcanvas-body .mbr-text,
  .cid-uOuyZuPtyl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOuyZuPtyl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOuyZuPtyl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOuyZuPtyl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOuyZuPtyl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOuyZuPtyl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOuyZuPtyl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOuyZuPtyl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOuyZuPtyl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOuyZuPtyl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuyZuPtyl .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-uOuyZuPtyl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOuyZuPtyl 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-uOuyZuPtyl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOuyZuPtyl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOuyZuPtyl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOuyZuPtyl .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOuyZuPtyl .nav-item {
    margin: 0 !important;
  }
}
.cid-uOuyZuPtyl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOuyZuPtyl .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-uOuyZuPtyl .nav-item .nav-link:hover,
.cid-uOuyZuPtyl .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOuyZuPtyl .nav-item .nav-link:hover::before,
.cid-uOuyZuPtyl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOuyZuPtyl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOuyZuPtyl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOuyZuPtyl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOuyZuPtyl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuyZuPtyl .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-uOuyZuPtyl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOuyZuPtyl .offcanvas_box {
    display: none;
  }
}
.cid-uOuyZuPtyl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOuyZuPtyl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOuyZuPtyl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOuyZuPtyl .container {
  display: flex;
  margin: auto;
}
.cid-uOuyZuPtyl .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-uOuyZuPtyl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOuyZuPtyl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOuyZuPtyl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOuyZuPtyl .navbar-nav {
    margin: 0;
  }
}
.cid-uOuyZuPtyl .dropdown-menu,
.cid-uOuyZuPtyl .navbar.opened {
  background-color: false !important;
}
.cid-uOuyZuPtyl .nav-item:focus,
.cid-uOuyZuPtyl .nav-link:focus {
  outline: none;
}
.cid-uOuyZuPtyl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOuyZuPtyl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOuyZuPtyl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOuyZuPtyl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOuyZuPtyl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOuyZuPtyl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOuyZuPtyl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOuyZuPtyl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOuyZuPtyl .navbar.opened {
  transition: all 0.3s;
}
.cid-uOuyZuPtyl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOuyZuPtyl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOuyZuPtyl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOuyZuPtyl .navbar.collapsed {
  justify-content: center;
}
.cid-uOuyZuPtyl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOuyZuPtyl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOuyZuPtyl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOuyZuPtyl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOuyZuPtyl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOuyZuPtyl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOuyZuPtyl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOuyZuPtyl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOuyZuPtyl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOuyZuPtyl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOuyZuPtyl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOuyZuPtyl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOuyZuPtyl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOuyZuPtyl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOuyZuPtyl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOuyZuPtyl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOuyZuPtyl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOuyZuPtyl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOuyZuPtyl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOuyZuPtyl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOuyZuPtyl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOuyZuPtyl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOuyZuPtyl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOuyZuPtyl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOuyZuPtyl .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-uOuyZuPtyl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOuyZuPtyl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOuyZuPtyl .dropdown-item.active,
.cid-uOuyZuPtyl .dropdown-item:active {
  background-color: transparent;
}
.cid-uOuyZuPtyl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOuyZuPtyl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOuyZuPtyl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOuyZuPtyl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOuyZuPtyl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOuyZuPtyl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOuyZuPtyl 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-uOuyZuPtyl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOuyZuPtyl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOuyZuPtyl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuyZuPtyl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuyZuPtyl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOuyZuPtyl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuyZuPtyl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOuyZuPtyl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOuyZuPtyl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuyZuPtyl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOuyZuPtyl .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-uOuyZuPtyl .navbar {
    height: 70px;
  }
  .cid-uOuyZuPtyl .navbar.opened {
    height: auto;
  }
  .cid-uOuyZuPtyl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOuyZuPtyl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOuyZuPtyl .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOuyZuPtyl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOuyZuPtyl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOuyZuPtyl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOuyZuPtyl .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOuyZuPtyl .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOuyZuPtyl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOuyZuPtyl .text_widget {
  margin-bottom: 32px;
}
.cid-uOuyZuPtyl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOuyZuPtyl .text_widget a:hover,
.cid-uOuyZuPtyl .text_widget a:focus {
  opacity: .8;
}
.cid-uOuyZuPtyl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOuyZuPtyl .navbar-caption {
  color: #ffffff;
}
.cid-uOuyZuPtyl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOuyZuPtyl .mbr-section-subtitle,
.cid-uOuyZuPtyl .text_widget,
.cid-uOuyZuPtyl .mbr-section-btn {
  text-align: center;
}
.cid-uOuyZuPtyl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOuBMahoJ7 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/taller-teamflix-clap-cinematografica-trabajo-en-equipo-chile-2000x1125.jpg");
}
.cid-uOuBMahoJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuBMahoJ7 .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-uOuBMahoJ7 .container {
    padding: 0 16px;
  }
}
.cid-uOuBMahoJ7 .row {
  position: relative;
  z-index: 1;
}
.cid-uOuBMahoJ7 .card {
  justify-content: flex-end;
}
.cid-uOuBMahoJ7 .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: #5cf274;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uOuBMahoJ7 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOuBMahoJ7 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOuBMahoJ7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOuBMahoJ7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOuBMahoJ7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOuBMahoJ7 .tabs-wrapper {
  text-align: right;
}
.cid-uOuBMahoJ7 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eadef8;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uOuBMahoJ7 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uOuBMahoJ7 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #6a2be9;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOuBMahoJ7 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uOuBMahoJ7 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6a2be9;
  color: #ffffff;
}
.cid-uOuBMahoJ7 .tab-content .tab-pane:nth-child(2) .content-wrap {
  background-color: #e1fa9d;
}
.cid-uOuBMahoJ7 .tab-content .tab-pane:nth-child(3) .content-wrap {
  background-color: #fbdccc;
}
.cid-uOuBMahoJ7 .tab-content .tab-pane:nth-child(4) .content-wrap {
  background-color: #f7d9fa;
}
.cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #e3dbfc;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uOuBMahoJ7 .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uOuBMahoJ7 .mbr-section-title {
  color: #000000;
}
.cid-uOuBMahoJ7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uOuBMahoJ7 .mbr-text {
  color: #000000;
}
.cid-uOuBMahoJ7 .item-title {
  color: #000000;
}
.cid-uOuBMahoJ7 .item-text {
  color: #000000;
}
.cid-uOuBMahoJ7 .mbr-text,
.cid-uOuBMahoJ7 .text-wrapper {
  color: #ffffff;
}
.cid-uOuBMahoJ7 .mbr-section-title,
.cid-uOuBMahoJ7 .tabs-wrapper {
  color: #fd1004;
}
.cid-uR8roeRMb9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8roeRMb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8roeRMb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8roeRMb9 .cont-wrap {
  justify-content: center;
}
.cid-uR8roeRMb9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8roeRMb9 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8roeRMb9 .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8roeRMb9 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8roeRMb9 .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8roeRMb9 .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8roeRMb9 .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8roeRMb9 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8roeRMb9 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8roeRMb9 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8roeRMb9 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8roeRMb9 .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8roeRMb9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8roeRMb9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8roeRMb9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8roeRMb9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8roeRMb9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8roeRMb9 .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8roeRMb9 .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8roeRMb9 .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8roeRMb9 .mbr-section-title {
  color: #212529;
}
.cid-uR8roeRMb9 .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8roeRMb9 .mbr-text {
  color: #ffffff;
}
.cid-uR8roeRMb9 .list {
  color: #212529;
}
.cid-uR8roeRMb9 .mbr-section-title,
.cid-uR8roeRMb9 .title-wrapper {
  color: #ffffff;
}
.cid-uR8roeRMb9 .list,
.cid-uR8roeRMb9 .item-wrap,
.cid-uR8roeRMb9 .social-wrapper {
  color: #ffffff;
}
.cid-uR8roeRMb9 .mbr-section-subtitle,
.cid-uR8roeRMb9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOuBMbdLA0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uOuBMbdLA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuBMbdLA0 .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-uOuBMbdLA0 .container {
    padding: 0 16px;
  }
}
.cid-uOuBMbdLA0 .row {
  position: relative;
  justify-content: center;
}
.cid-uOuBMbdLA0 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uOuBMbdLA0 .card {
  justify-content: center;
}
.cid-uOuBMbdLA0 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOuBMbdLA0 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uOuBMbdLA0 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOuBMbdLA0 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uOuBMbdLA0 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uOuBMbdLA0 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOuBMbdLA0 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uOuBMbdLA0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uOuBMbdLA0 .nav-wrapper .list {
    display: block;
  }
}
.cid-uOuBMbdLA0 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uOuBMbdLA0 .nav-wrapper .list .item-wrap:hover::before,
.cid-uOuBMbdLA0 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOuBMbdLA0 .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-uOuBMbdLA0 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uOuBMbdLA0 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uOuBMbdLA0 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uOuBMbdLA0 .mbr-copy {
  color: #ffffff;
}
.cid-uOuBMbdLA0 .list,
.cid-uOuBMbdLA0 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOuBMbdLA0 .list,
  .cid-uOuBMbdLA0 .nav-wrapper {
    text-align: left;
  }
}
.cid-uOuBMboVkZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOuBMboVkZ .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOuBMboVkZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOuBMboVkZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOuBMboVkZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOuBMboVkZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOuBMboVkZ .menu_box .navbar.opened,
  .cid-uOuBMboVkZ .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOuBMboVkZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOuBMboVkZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOuBMboVkZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOuBMboVkZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOuBMboVkZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOuBMboVkZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOuBMboVkZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOuBMboVkZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOuBMboVkZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOuBMboVkZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOuBMboVkZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOuBMboVkZ .offcanvas-body .mbr-text,
  .cid-uOuBMboVkZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOuBMboVkZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOuBMboVkZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOuBMboVkZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOuBMboVkZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOuBMboVkZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOuBMboVkZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOuBMboVkZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOuBMboVkZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOuBMboVkZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuBMboVkZ .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-uOuBMboVkZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOuBMboVkZ 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-uOuBMboVkZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOuBMboVkZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOuBMboVkZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOuBMboVkZ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOuBMboVkZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uOuBMboVkZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOuBMboVkZ .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-uOuBMboVkZ .nav-item .nav-link:hover,
.cid-uOuBMboVkZ .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOuBMboVkZ .nav-item .nav-link:hover::before,
.cid-uOuBMboVkZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOuBMboVkZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOuBMboVkZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOuBMboVkZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOuBMboVkZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuBMboVkZ .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-uOuBMboVkZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOuBMboVkZ .offcanvas_box {
    display: none;
  }
}
.cid-uOuBMboVkZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOuBMboVkZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOuBMboVkZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOuBMboVkZ .container {
  display: flex;
  margin: auto;
}
.cid-uOuBMboVkZ .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-uOuBMboVkZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOuBMboVkZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOuBMboVkZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOuBMboVkZ .navbar-nav {
    margin: 0;
  }
}
.cid-uOuBMboVkZ .dropdown-menu,
.cid-uOuBMboVkZ .navbar.opened {
  background-color: false !important;
}
.cid-uOuBMboVkZ .nav-item:focus,
.cid-uOuBMboVkZ .nav-link:focus {
  outline: none;
}
.cid-uOuBMboVkZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOuBMboVkZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOuBMboVkZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOuBMboVkZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOuBMboVkZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOuBMboVkZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOuBMboVkZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOuBMboVkZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOuBMboVkZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uOuBMboVkZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOuBMboVkZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOuBMboVkZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOuBMboVkZ .navbar.collapsed {
  justify-content: center;
}
.cid-uOuBMboVkZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOuBMboVkZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOuBMboVkZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOuBMboVkZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOuBMboVkZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOuBMboVkZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOuBMboVkZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOuBMboVkZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOuBMboVkZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOuBMboVkZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOuBMboVkZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOuBMboVkZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOuBMboVkZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOuBMboVkZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOuBMboVkZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOuBMboVkZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOuBMboVkZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOuBMboVkZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOuBMboVkZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOuBMboVkZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOuBMboVkZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOuBMboVkZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOuBMboVkZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOuBMboVkZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOuBMboVkZ .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-uOuBMboVkZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOuBMboVkZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOuBMboVkZ .dropdown-item.active,
.cid-uOuBMboVkZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOuBMboVkZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOuBMboVkZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOuBMboVkZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOuBMboVkZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOuBMboVkZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOuBMboVkZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOuBMboVkZ 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-uOuBMboVkZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOuBMboVkZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOuBMboVkZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuBMboVkZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuBMboVkZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOuBMboVkZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuBMboVkZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOuBMboVkZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOuBMboVkZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuBMboVkZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOuBMboVkZ .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-uOuBMboVkZ .navbar {
    height: 70px;
  }
  .cid-uOuBMboVkZ .navbar.opened {
    height: auto;
  }
  .cid-uOuBMboVkZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOuBMboVkZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOuBMboVkZ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOuBMboVkZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOuBMboVkZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOuBMboVkZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOuBMboVkZ .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOuBMboVkZ .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOuBMboVkZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOuBMboVkZ .text_widget {
  margin-bottom: 32px;
}
.cid-uOuBMboVkZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOuBMboVkZ .text_widget a:hover,
.cid-uOuBMboVkZ .text_widget a:focus {
  opacity: .8;
}
.cid-uOuBMboVkZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOuBMboVkZ .navbar-caption {
  color: #ffffff;
}
.cid-uOuBMboVkZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOuBMboVkZ .mbr-section-subtitle,
.cid-uOuBMboVkZ .text_widget,
.cid-uOuBMboVkZ .mbr-section-btn {
  text-align: center;
}
.cid-uOuBMboVkZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOv2xJu1mM {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banda-rock-corporativa-experiencia-laboral-creativa-chile-1920x1280.jpg");
}
.cid-uOv2xJu1mM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv2xJu1mM .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-uOv2xJu1mM .container {
    padding: 0 16px;
  }
}
.cid-uOv2xJu1mM .row {
  position: relative;
  z-index: 1;
}
.cid-uOv2xJu1mM .card {
  justify-content: flex-end;
}
.cid-uOv2xJu1mM .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: #5cf274;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uOv2xJu1mM .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOv2xJu1mM .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOv2xJu1mM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOv2xJu1mM .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOv2xJu1mM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOv2xJu1mM .tabs-wrapper {
  text-align: right;
}
.cid-uOv2xJu1mM .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eadef8;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uOv2xJu1mM .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uOv2xJu1mM .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #6a2be9;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOv2xJu1mM .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uOv2xJu1mM .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6a2be9;
  color: #ffffff;
}
.cid-uOv2xJu1mM .tab-content .tab-pane:nth-child(2) .content-wrap {
  background-color: #e1fa9d;
}
.cid-uOv2xJu1mM .tab-content .tab-pane:nth-child(3) .content-wrap {
  background-color: #fbdccc;
}
.cid-uOv2xJu1mM .tab-content .tab-pane:nth-child(4) .content-wrap {
  background-color: #f7d9fa;
}
.cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #e3dbfc;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uOv2xJu1mM .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uOv2xJu1mM .mbr-section-title {
  color: #000000;
}
.cid-uOv2xJu1mM .mbr-section-subtitle {
  color: #000000;
}
.cid-uOv2xJu1mM .mbr-text {
  color: #000000;
}
.cid-uOv2xJu1mM .item-title {
  color: #000000;
}
.cid-uOv2xJu1mM .item-text {
  color: #000000;
}
.cid-uOv2xJu1mM .mbr-text,
.cid-uOv2xJu1mM .text-wrapper {
  color: #ffffff;
}
.cid-uOv2xJu1mM .mbr-section-title,
.cid-uOv2xJu1mM .tabs-wrapper {
  color: #ffffff;
}
.cid-uR8rTOgbPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8rTOgbPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8rTOgbPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8rTOgbPY .cont-wrap {
  justify-content: center;
}
.cid-uR8rTOgbPY .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8rTOgbPY .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8rTOgbPY .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8rTOgbPY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8rTOgbPY .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8rTOgbPY .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8rTOgbPY .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8rTOgbPY .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8rTOgbPY .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8rTOgbPY .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8rTOgbPY .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8rTOgbPY .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8rTOgbPY .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8rTOgbPY .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8rTOgbPY .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8rTOgbPY .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8rTOgbPY .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8rTOgbPY .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8rTOgbPY .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8rTOgbPY .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8rTOgbPY .mbr-section-title {
  color: #212529;
}
.cid-uR8rTOgbPY .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8rTOgbPY .mbr-text {
  color: #ffffff;
}
.cid-uR8rTOgbPY .list {
  color: #212529;
}
.cid-uR8rTOgbPY .mbr-section-title,
.cid-uR8rTOgbPY .title-wrapper {
  color: #ffffff;
}
.cid-uR8rTOgbPY .list,
.cid-uR8rTOgbPY .item-wrap,
.cid-uR8rTOgbPY .social-wrapper {
  color: #ffffff;
}
.cid-uR8rTOgbPY .mbr-section-subtitle,
.cid-uR8rTOgbPY .mbr-section-btn {
  color: #ffffff;
}
.cid-uOv2xKj33h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uOv2xKj33h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv2xKj33h .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-uOv2xKj33h .container {
    padding: 0 16px;
  }
}
.cid-uOv2xKj33h .row {
  position: relative;
  justify-content: center;
}
.cid-uOv2xKj33h .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uOv2xKj33h .card {
  justify-content: center;
}
.cid-uOv2xKj33h .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOv2xKj33h .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uOv2xKj33h .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOv2xKj33h .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uOv2xKj33h .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uOv2xKj33h .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOv2xKj33h .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uOv2xKj33h .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uOv2xKj33h .nav-wrapper .list {
    display: block;
  }
}
.cid-uOv2xKj33h .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uOv2xKj33h .nav-wrapper .list .item-wrap:hover::before,
.cid-uOv2xKj33h .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOv2xKj33h .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-uOv2xKj33h .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uOv2xKj33h .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uOv2xKj33h .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uOv2xKj33h .mbr-copy {
  color: #ffffff;
}
.cid-uOv2xKj33h .list,
.cid-uOv2xKj33h .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOv2xKj33h .list,
  .cid-uOv2xKj33h .nav-wrapper {
    text-align: left;
  }
}
.cid-uOv2xKzGil {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOv2xKzGil .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOv2xKzGil .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOv2xKzGil .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOv2xKzGil .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOv2xKzGil .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOv2xKzGil .menu_box .navbar.opened,
  .cid-uOv2xKzGil .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOv2xKzGil nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOv2xKzGil .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOv2xKzGil .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOv2xKzGil .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOv2xKzGil .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOv2xKzGil .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOv2xKzGil .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOv2xKzGil .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOv2xKzGil .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOv2xKzGil .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOv2xKzGil .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOv2xKzGil .offcanvas-body .mbr-text,
  .cid-uOv2xKzGil .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOv2xKzGil .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOv2xKzGil .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOv2xKzGil .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOv2xKzGil .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOv2xKzGil .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOv2xKzGil .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOv2xKzGil .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOv2xKzGil ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOv2xKzGil .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOv2xKzGil .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-uOv2xKzGil .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOv2xKzGil 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-uOv2xKzGil .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOv2xKzGil .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOv2xKzGil .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOv2xKzGil .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOv2xKzGil .nav-item {
    margin: 0 !important;
  }
}
.cid-uOv2xKzGil .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOv2xKzGil .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-uOv2xKzGil .nav-item .nav-link:hover,
.cid-uOv2xKzGil .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOv2xKzGil .nav-item .nav-link:hover::before,
.cid-uOv2xKzGil .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOv2xKzGil .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOv2xKzGil .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOv2xKzGil .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOv2xKzGil .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOv2xKzGil .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-uOv2xKzGil .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOv2xKzGil .offcanvas_box {
    display: none;
  }
}
.cid-uOv2xKzGil .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOv2xKzGil .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOv2xKzGil .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOv2xKzGil .container {
  display: flex;
  margin: auto;
}
.cid-uOv2xKzGil .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-uOv2xKzGil .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOv2xKzGil .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOv2xKzGil .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOv2xKzGil .navbar-nav {
    margin: 0;
  }
}
.cid-uOv2xKzGil .dropdown-menu,
.cid-uOv2xKzGil .navbar.opened {
  background-color: false !important;
}
.cid-uOv2xKzGil .nav-item:focus,
.cid-uOv2xKzGil .nav-link:focus {
  outline: none;
}
.cid-uOv2xKzGil .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOv2xKzGil .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOv2xKzGil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOv2xKzGil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOv2xKzGil .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOv2xKzGil .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOv2xKzGil .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOv2xKzGil .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOv2xKzGil .navbar.opened {
  transition: all 0.3s;
}
.cid-uOv2xKzGil .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOv2xKzGil .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOv2xKzGil .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOv2xKzGil .navbar.collapsed {
  justify-content: center;
}
.cid-uOv2xKzGil .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOv2xKzGil .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOv2xKzGil .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOv2xKzGil .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOv2xKzGil .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOv2xKzGil .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOv2xKzGil .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOv2xKzGil .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOv2xKzGil .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOv2xKzGil .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOv2xKzGil .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOv2xKzGil .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOv2xKzGil .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOv2xKzGil .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOv2xKzGil .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOv2xKzGil .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOv2xKzGil .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOv2xKzGil .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOv2xKzGil .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOv2xKzGil .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOv2xKzGil .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOv2xKzGil .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOv2xKzGil .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOv2xKzGil .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOv2xKzGil .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-uOv2xKzGil .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOv2xKzGil .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOv2xKzGil .dropdown-item.active,
.cid-uOv2xKzGil .dropdown-item:active {
  background-color: transparent;
}
.cid-uOv2xKzGil .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOv2xKzGil .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOv2xKzGil .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOv2xKzGil .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOv2xKzGil ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOv2xKzGil .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOv2xKzGil 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-uOv2xKzGil button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOv2xKzGil button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOv2xKzGil button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOv2xKzGil button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOv2xKzGil button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOv2xKzGil nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOv2xKzGil nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOv2xKzGil nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOv2xKzGil nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOv2xKzGil a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOv2xKzGil .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-uOv2xKzGil .navbar {
    height: 70px;
  }
  .cid-uOv2xKzGil .navbar.opened {
    height: auto;
  }
  .cid-uOv2xKzGil .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOv2xKzGil .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOv2xKzGil .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOv2xKzGil .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOv2xKzGil .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOv2xKzGil .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOv2xKzGil .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOv2xKzGil .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOv2xKzGil .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOv2xKzGil .text_widget {
  margin-bottom: 32px;
}
.cid-uOv2xKzGil .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOv2xKzGil .text_widget a:hover,
.cid-uOv2xKzGil .text_widget a:focus {
  opacity: .8;
}
.cid-uOv2xKzGil .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOv2xKzGil .navbar-caption {
  color: #ffffff;
}
.cid-uOv2xKzGil .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOv2xKzGil .mbr-section-subtitle,
.cid-uOv2xKzGil .text_widget,
.cid-uOv2xKzGil .mbr-section-btn {
  text-align: center;
}
.cid-uOv2xKzGil a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOuPQmSH7f {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/actividad-corporativa-tematica-zombie-armonia-lab-chile-1920x1064.png");
}
.cid-uOuPQmSH7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuPQmSH7f .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-uOuPQmSH7f .container {
    padding: 0 16px;
  }
}
.cid-uOuPQmSH7f .row {
  position: relative;
  z-index: 1;
}
.cid-uOuPQmSH7f .card {
  justify-content: flex-end;
}
.cid-uOuPQmSH7f .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: #5cf274;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uOuPQmSH7f .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOuPQmSH7f .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOuPQmSH7f .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOuPQmSH7f .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOuPQmSH7f .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOuPQmSH7f .tabs-wrapper {
  text-align: right;
}
.cid-uOuPQmSH7f .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eadef8;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uOuPQmSH7f .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uOuPQmSH7f .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #6a2be9;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOuPQmSH7f .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uOuPQmSH7f .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6a2be9;
  color: #ffffff;
}
.cid-uOuPQmSH7f .tab-content .tab-pane:nth-child(2) .content-wrap {
  background-color: #e1fa9d;
}
.cid-uOuPQmSH7f .tab-content .tab-pane:nth-child(3) .content-wrap {
  background-color: #fbdccc;
}
.cid-uOuPQmSH7f .tab-content .tab-pane:nth-child(4) .content-wrap {
  background-color: #f7d9fa;
}
.cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #e3dbfc;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uOuPQmSH7f .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uOuPQmSH7f .mbr-section-title {
  color: #000000;
}
.cid-uOuPQmSH7f .mbr-section-subtitle {
  color: #000000;
}
.cid-uOuPQmSH7f .mbr-text {
  color: #000000;
}
.cid-uOuPQmSH7f .item-title {
  color: #000000;
}
.cid-uOuPQmSH7f .item-text {
  color: #000000;
}
.cid-uOuPQmSH7f .mbr-text,
.cid-uOuPQmSH7f .text-wrapper {
  color: #ffffff;
}
.cid-uOuPQmSH7f .mbr-section-title,
.cid-uOuPQmSH7f .tabs-wrapper {
  color: #ffffff;
}
.cid-uR8spCY7zl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8spCY7zl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8spCY7zl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8spCY7zl .cont-wrap {
  justify-content: center;
}
.cid-uR8spCY7zl .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8spCY7zl .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8spCY7zl .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8spCY7zl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8spCY7zl .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8spCY7zl .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8spCY7zl .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8spCY7zl .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8spCY7zl .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8spCY7zl .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8spCY7zl .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8spCY7zl .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8spCY7zl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8spCY7zl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8spCY7zl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8spCY7zl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8spCY7zl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8spCY7zl .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8spCY7zl .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8spCY7zl .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8spCY7zl .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8spCY7zl .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8spCY7zl .mbr-section-title {
  color: #212529;
}
.cid-uR8spCY7zl .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8spCY7zl .mbr-text {
  color: #ffffff;
}
.cid-uR8spCY7zl .list {
  color: #212529;
}
.cid-uR8spCY7zl .mbr-section-title,
.cid-uR8spCY7zl .title-wrapper {
  color: #ffffff;
}
.cid-uR8spCY7zl .list,
.cid-uR8spCY7zl .item-wrap,
.cid-uR8spCY7zl .social-wrapper {
  color: #ffffff;
}
.cid-uR8spCY7zl .mbr-section-subtitle,
.cid-uR8spCY7zl .mbr-section-btn {
  color: #ffffff;
}
.cid-uOuPQnLnJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uOuPQnLnJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuPQnLnJl .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-uOuPQnLnJl .container {
    padding: 0 16px;
  }
}
.cid-uOuPQnLnJl .row {
  position: relative;
  justify-content: center;
}
.cid-uOuPQnLnJl .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uOuPQnLnJl .card {
  justify-content: center;
}
.cid-uOuPQnLnJl .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOuPQnLnJl .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uOuPQnLnJl .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOuPQnLnJl .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uOuPQnLnJl .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uOuPQnLnJl .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOuPQnLnJl .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uOuPQnLnJl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uOuPQnLnJl .nav-wrapper .list {
    display: block;
  }
}
.cid-uOuPQnLnJl .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uOuPQnLnJl .nav-wrapper .list .item-wrap:hover::before,
.cid-uOuPQnLnJl .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOuPQnLnJl .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-uOuPQnLnJl .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uOuPQnLnJl .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uOuPQnLnJl .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uOuPQnLnJl .mbr-copy {
  color: #ffffff;
}
.cid-uOuPQnLnJl .list,
.cid-uOuPQnLnJl .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOuPQnLnJl .list,
  .cid-uOuPQnLnJl .nav-wrapper {
    text-align: left;
  }
}
.cid-uOuPQnWyJN {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOuPQnWyJN .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOuPQnWyJN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOuPQnWyJN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOuPQnWyJN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOuPQnWyJN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOuPQnWyJN .menu_box .navbar.opened,
  .cid-uOuPQnWyJN .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOuPQnWyJN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOuPQnWyJN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOuPQnWyJN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOuPQnWyJN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOuPQnWyJN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOuPQnWyJN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOuPQnWyJN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOuPQnWyJN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOuPQnWyJN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOuPQnWyJN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOuPQnWyJN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOuPQnWyJN .offcanvas-body .mbr-text,
  .cid-uOuPQnWyJN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOuPQnWyJN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOuPQnWyJN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOuPQnWyJN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOuPQnWyJN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOuPQnWyJN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOuPQnWyJN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOuPQnWyJN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOuPQnWyJN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOuPQnWyJN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuPQnWyJN .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-uOuPQnWyJN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOuPQnWyJN 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-uOuPQnWyJN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOuPQnWyJN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOuPQnWyJN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOuPQnWyJN .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOuPQnWyJN .nav-item {
    margin: 0 !important;
  }
}
.cid-uOuPQnWyJN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOuPQnWyJN .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-uOuPQnWyJN .nav-item .nav-link:hover,
.cid-uOuPQnWyJN .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOuPQnWyJN .nav-item .nav-link:hover::before,
.cid-uOuPQnWyJN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOuPQnWyJN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOuPQnWyJN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOuPQnWyJN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOuPQnWyJN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuPQnWyJN .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-uOuPQnWyJN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOuPQnWyJN .offcanvas_box {
    display: none;
  }
}
.cid-uOuPQnWyJN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOuPQnWyJN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOuPQnWyJN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOuPQnWyJN .container {
  display: flex;
  margin: auto;
}
.cid-uOuPQnWyJN .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-uOuPQnWyJN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOuPQnWyJN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOuPQnWyJN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOuPQnWyJN .navbar-nav {
    margin: 0;
  }
}
.cid-uOuPQnWyJN .dropdown-menu,
.cid-uOuPQnWyJN .navbar.opened {
  background-color: false !important;
}
.cid-uOuPQnWyJN .nav-item:focus,
.cid-uOuPQnWyJN .nav-link:focus {
  outline: none;
}
.cid-uOuPQnWyJN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOuPQnWyJN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOuPQnWyJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOuPQnWyJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOuPQnWyJN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOuPQnWyJN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOuPQnWyJN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOuPQnWyJN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOuPQnWyJN .navbar.opened {
  transition: all 0.3s;
}
.cid-uOuPQnWyJN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOuPQnWyJN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOuPQnWyJN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOuPQnWyJN .navbar.collapsed {
  justify-content: center;
}
.cid-uOuPQnWyJN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOuPQnWyJN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOuPQnWyJN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOuPQnWyJN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOuPQnWyJN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOuPQnWyJN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOuPQnWyJN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOuPQnWyJN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOuPQnWyJN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOuPQnWyJN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOuPQnWyJN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOuPQnWyJN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOuPQnWyJN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOuPQnWyJN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOuPQnWyJN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOuPQnWyJN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOuPQnWyJN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOuPQnWyJN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOuPQnWyJN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOuPQnWyJN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOuPQnWyJN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOuPQnWyJN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOuPQnWyJN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOuPQnWyJN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOuPQnWyJN .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-uOuPQnWyJN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOuPQnWyJN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOuPQnWyJN .dropdown-item.active,
.cid-uOuPQnWyJN .dropdown-item:active {
  background-color: transparent;
}
.cid-uOuPQnWyJN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOuPQnWyJN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOuPQnWyJN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOuPQnWyJN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOuPQnWyJN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOuPQnWyJN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOuPQnWyJN 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-uOuPQnWyJN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOuPQnWyJN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOuPQnWyJN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuPQnWyJN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuPQnWyJN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOuPQnWyJN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuPQnWyJN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOuPQnWyJN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOuPQnWyJN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuPQnWyJN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOuPQnWyJN .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-uOuPQnWyJN .navbar {
    height: 70px;
  }
  .cid-uOuPQnWyJN .navbar.opened {
    height: auto;
  }
  .cid-uOuPQnWyJN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOuPQnWyJN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOuPQnWyJN .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOuPQnWyJN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOuPQnWyJN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOuPQnWyJN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOuPQnWyJN .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOuPQnWyJN .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOuPQnWyJN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOuPQnWyJN .text_widget {
  margin-bottom: 32px;
}
.cid-uOuPQnWyJN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOuPQnWyJN .text_widget a:hover,
.cid-uOuPQnWyJN .text_widget a:focus {
  opacity: .8;
}
.cid-uOuPQnWyJN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOuPQnWyJN .navbar-caption {
  color: #ffffff;
}
.cid-uOuPQnWyJN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOuPQnWyJN .mbr-section-subtitle,
.cid-uOuPQnWyJN .text_widget,
.cid-uOuPQnWyJN .mbr-section-btn {
  text-align: center;
}
.cid-uOuPQnWyJN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOuTXJegRr {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/actividad-team-building-chile-outdoor-orientatlon-colaboracion-estrategia-armonia-lab-2000x1333.jpg");
}
.cid-uOuTXJegRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuTXJegRr .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-uOuTXJegRr .container {
    padding: 0 16px;
  }
}
.cid-uOuTXJegRr .row {
  position: relative;
  z-index: 1;
}
.cid-uOuTXJegRr .card {
  justify-content: flex-end;
}
.cid-uOuTXJegRr .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: #5cf274;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uOuTXJegRr .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uOuTXJegRr .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOuTXJegRr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOuTXJegRr .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOuTXJegRr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOuTXJegRr .tabs-wrapper {
  text-align: right;
}
.cid-uOuTXJegRr .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eadef8;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uOuTXJegRr .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uOuTXJegRr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #6a2be9;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOuTXJegRr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uOuTXJegRr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6a2be9;
  color: #ffffff;
}
.cid-uOuTXJegRr .tab-content .tab-pane:nth-child(2) .content-wrap {
  background-color: #e1fa9d;
}
.cid-uOuTXJegRr .tab-content .tab-pane:nth-child(3) .content-wrap {
  background-color: #fbdccc;
}
.cid-uOuTXJegRr .tab-content .tab-pane:nth-child(4) .content-wrap {
  background-color: #f7d9fa;
}
.cid-uOuTXJegRr .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #e3dbfc;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uOuTXJegRr .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uOuTXJegRr .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOuTXJegRr .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uOuTXJegRr .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uOuTXJegRr .mbr-section-title {
  color: #000000;
}
.cid-uOuTXJegRr .mbr-section-subtitle {
  color: #000000;
}
.cid-uOuTXJegRr .mbr-text {
  color: #000000;
}
.cid-uOuTXJegRr .item-title {
  color: #000000;
}
.cid-uOuTXJegRr .item-text {
  color: #000000;
}
.cid-uOuTXJegRr .mbr-text,
.cid-uOuTXJegRr .text-wrapper {
  color: #ffffff;
}
.cid-uOuTXJegRr .mbr-section-title,
.cid-uOuTXJegRr .tabs-wrapper {
  color: #ffffff;
}
.cid-uR8sMomIuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8sMomIuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8sMomIuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8sMomIuH .cont-wrap {
  justify-content: center;
}
.cid-uR8sMomIuH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8sMomIuH .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8sMomIuH .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8sMomIuH .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8sMomIuH .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8sMomIuH .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8sMomIuH .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8sMomIuH .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8sMomIuH .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8sMomIuH .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8sMomIuH .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8sMomIuH .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8sMomIuH .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8sMomIuH .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8sMomIuH .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8sMomIuH .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8sMomIuH .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8sMomIuH .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8sMomIuH .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8sMomIuH .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8sMomIuH .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8sMomIuH .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8sMomIuH .mbr-section-title {
  color: #212529;
}
.cid-uR8sMomIuH .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8sMomIuH .mbr-text {
  color: #ffffff;
}
.cid-uR8sMomIuH .list {
  color: #212529;
}
.cid-uR8sMomIuH .mbr-section-title,
.cid-uR8sMomIuH .title-wrapper {
  color: #ffffff;
}
.cid-uR8sMomIuH .list,
.cid-uR8sMomIuH .item-wrap,
.cid-uR8sMomIuH .social-wrapper {
  color: #ffffff;
}
.cid-uR8sMomIuH .mbr-section-subtitle,
.cid-uR8sMomIuH .mbr-section-btn {
  color: #ffffff;
}
.cid-uOuTXKiFD4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uOuTXKiFD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuTXKiFD4 .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-uOuTXKiFD4 .container {
    padding: 0 16px;
  }
}
.cid-uOuTXKiFD4 .row {
  position: relative;
  justify-content: center;
}
.cid-uOuTXKiFD4 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uOuTXKiFD4 .card {
  justify-content: center;
}
.cid-uOuTXKiFD4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOuTXKiFD4 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uOuTXKiFD4 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOuTXKiFD4 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uOuTXKiFD4 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uOuTXKiFD4 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uOuTXKiFD4 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uOuTXKiFD4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uOuTXKiFD4 .nav-wrapper .list {
    display: block;
  }
}
.cid-uOuTXKiFD4 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uOuTXKiFD4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uOuTXKiFD4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOuTXKiFD4 .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-uOuTXKiFD4 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uOuTXKiFD4 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uOuTXKiFD4 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uOuTXKiFD4 .mbr-copy {
  color: #ffffff;
}
.cid-uOuTXKiFD4 .list,
.cid-uOuTXKiFD4 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOuTXKiFD4 .list,
  .cid-uOuTXKiFD4 .nav-wrapper {
    text-align: left;
  }
}
.cid-uOuTXKyRey {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOuTXKyRey .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uOuTXKyRey .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uOuTXKyRey .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOuTXKyRey .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOuTXKyRey .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOuTXKyRey .menu_box .navbar.opened,
  .cid-uOuTXKyRey .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOuTXKyRey nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOuTXKyRey .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOuTXKyRey .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOuTXKyRey .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOuTXKyRey .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOuTXKyRey .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOuTXKyRey .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uOuTXKyRey .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOuTXKyRey .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOuTXKyRey .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOuTXKyRey .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOuTXKyRey .offcanvas-body .mbr-text,
  .cid-uOuTXKyRey .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOuTXKyRey .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOuTXKyRey .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOuTXKyRey .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uOuTXKyRey .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOuTXKyRey .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOuTXKyRey .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOuTXKyRey .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOuTXKyRey ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOuTXKyRey .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuTXKyRey .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-uOuTXKyRey .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOuTXKyRey 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-uOuTXKyRey .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOuTXKyRey .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uOuTXKyRey .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uOuTXKyRey .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOuTXKyRey .nav-item {
    margin: 0 !important;
  }
}
.cid-uOuTXKyRey .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOuTXKyRey .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-uOuTXKyRey .nav-item .nav-link:hover,
.cid-uOuTXKyRey .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOuTXKyRey .nav-item .nav-link:hover::before,
.cid-uOuTXKyRey .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOuTXKyRey .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOuTXKyRey .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOuTXKyRey .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOuTXKyRey .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuTXKyRey .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-uOuTXKyRey .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOuTXKyRey .offcanvas_box {
    display: none;
  }
}
.cid-uOuTXKyRey .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOuTXKyRey .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOuTXKyRey .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOuTXKyRey .container {
  display: flex;
  margin: auto;
}
.cid-uOuTXKyRey .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-uOuTXKyRey .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOuTXKyRey .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOuTXKyRey .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOuTXKyRey .navbar-nav {
    margin: 0;
  }
}
.cid-uOuTXKyRey .dropdown-menu,
.cid-uOuTXKyRey .navbar.opened {
  background-color: false !important;
}
.cid-uOuTXKyRey .nav-item:focus,
.cid-uOuTXKyRey .nav-link:focus {
  outline: none;
}
.cid-uOuTXKyRey .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOuTXKyRey .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOuTXKyRey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOuTXKyRey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOuTXKyRey .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOuTXKyRey .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOuTXKyRey .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOuTXKyRey .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOuTXKyRey .navbar.opened {
  transition: all 0.3s;
}
.cid-uOuTXKyRey .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOuTXKyRey .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOuTXKyRey .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOuTXKyRey .navbar.collapsed {
  justify-content: center;
}
.cid-uOuTXKyRey .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOuTXKyRey .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOuTXKyRey .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOuTXKyRey .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOuTXKyRey .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOuTXKyRey .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOuTXKyRey .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOuTXKyRey .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOuTXKyRey .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOuTXKyRey .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOuTXKyRey .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOuTXKyRey .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOuTXKyRey .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOuTXKyRey .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOuTXKyRey .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOuTXKyRey .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOuTXKyRey .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOuTXKyRey .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOuTXKyRey .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOuTXKyRey .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOuTXKyRey .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOuTXKyRey .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOuTXKyRey .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOuTXKyRey .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOuTXKyRey .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-uOuTXKyRey .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOuTXKyRey .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOuTXKyRey .dropdown-item.active,
.cid-uOuTXKyRey .dropdown-item:active {
  background-color: transparent;
}
.cid-uOuTXKyRey .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOuTXKyRey .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOuTXKyRey .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOuTXKyRey .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOuTXKyRey ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOuTXKyRey .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOuTXKyRey 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-uOuTXKyRey button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uOuTXKyRey button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOuTXKyRey button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuTXKyRey button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuTXKyRey button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOuTXKyRey nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuTXKyRey nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOuTXKyRey nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOuTXKyRey nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuTXKyRey a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOuTXKyRey .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-uOuTXKyRey .navbar {
    height: 70px;
  }
  .cid-uOuTXKyRey .navbar.opened {
    height: auto;
  }
  .cid-uOuTXKyRey .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOuTXKyRey .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOuTXKyRey .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uOuTXKyRey .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOuTXKyRey .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOuTXKyRey .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOuTXKyRey .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uOuTXKyRey .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uOuTXKyRey .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOuTXKyRey .text_widget {
  margin-bottom: 32px;
}
.cid-uOuTXKyRey .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOuTXKyRey .text_widget a:hover,
.cid-uOuTXKyRey .text_widget a:focus {
  opacity: .8;
}
.cid-uOuTXKyRey .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOuTXKyRey .navbar-caption {
  color: #ffffff;
}
.cid-uOuTXKyRey .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOuTXKyRey .mbr-section-subtitle,
.cid-uOuTXKyRey .text_widget,
.cid-uOuTXKyRey .mbr-section-btn {
  text-align: center;
}
.cid-uOuTXKyRey a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQk7B5E8KA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hippie-day-bienestar-wellness-musical-team-building-chile-1-1920x1080.png");
}
.cid-uQk7B5E8KA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQk7B5E8KA .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-uQk7B5E8KA .container {
    padding: 0 16px;
  }
}
.cid-uQk7B5E8KA .row {
  position: relative;
  z-index: 1;
}
.cid-uQk7B5E8KA .card {
  justify-content: flex-end;
}
.cid-uQk7B5E8KA .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: #5cf274;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uQk7B5E8KA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uQk7B5E8KA .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQk7B5E8KA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQk7B5E8KA .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQk7B5E8KA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQk7B5E8KA .tabs-wrapper {
  text-align: right;
}
.cid-uQk7B5E8KA .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eadef8;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uQk7B5E8KA .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uQk7B5E8KA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #6a2be9;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uQk7B5E8KA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uQk7B5E8KA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #6a2be9;
  color: #ffffff;
}
.cid-uQk7B5E8KA .tab-content .tab-pane:nth-child(2) .content-wrap {
  background-color: #e1fa9d;
}
.cid-uQk7B5E8KA .tab-content .tab-pane:nth-child(3) .content-wrap {
  background-color: #fbdccc;
}
.cid-uQk7B5E8KA .tab-content .tab-pane:nth-child(4) .content-wrap {
  background-color: #f7d9fa;
}
.cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #e3dbfc;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uQk7B5E8KA .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uQk7B5E8KA .mbr-section-title {
  color: #000000;
}
.cid-uQk7B5E8KA .mbr-section-subtitle {
  color: #000000;
}
.cid-uQk7B5E8KA .mbr-text {
  color: #000000;
}
.cid-uQk7B5E8KA .item-title {
  color: #000000;
}
.cid-uQk7B5E8KA .item-text {
  color: #000000;
}
.cid-uQk7B5E8KA .mbr-text,
.cid-uQk7B5E8KA .text-wrapper {
  color: #ffffff;
}
.cid-uQk7B5E8KA .mbr-section-title,
.cid-uQk7B5E8KA .tabs-wrapper {
  color: #ffffff;
}
.cid-uR8v80raPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a2be9;
}
.cid-uR8v80raPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8v80raPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8v80raPh .cont-wrap {
  justify-content: center;
}
.cid-uR8v80raPh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uR8v80raPh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uR8v80raPh .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uR8v80raPh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uR8v80raPh .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uR8v80raPh .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uR8v80raPh .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uR8v80raPh .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uR8v80raPh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uR8v80raPh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR8v80raPh .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8v80raPh .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uR8v80raPh .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR8v80raPh .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8v80raPh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8v80raPh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uR8v80raPh .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #5b5b5b;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uR8v80raPh .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR8v80raPh .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uR8v80raPh .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8v80raPh .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR8v80raPh .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-uR8v80raPh .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uR8v80raPh .mbr-section-title {
  color: #212529;
}
.cid-uR8v80raPh .mbr-section-subtitle {
  color: #51565c;
}
.cid-uR8v80raPh .mbr-text {
  color: #ffffff;
}
.cid-uR8v80raPh .list {
  color: #212529;
}
.cid-uR8v80raPh .mbr-section-title,
.cid-uR8v80raPh .title-wrapper {
  color: #ffffff;
}
.cid-uR8v80raPh .list,
.cid-uR8v80raPh .item-wrap,
.cid-uR8v80raPh .social-wrapper {
  color: #ffffff;
}
.cid-uR8v80raPh .mbr-section-subtitle,
.cid-uR8v80raPh .mbr-section-btn {
  color: #ffffff;
}
.cid-uQk7B6hiLt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uQk7B6hiLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQk7B6hiLt .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-uQk7B6hiLt .container {
    padding: 0 16px;
  }
}
.cid-uQk7B6hiLt .row {
  position: relative;
  justify-content: center;
}
.cid-uQk7B6hiLt .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uQk7B6hiLt .card {
  justify-content: center;
}
.cid-uQk7B6hiLt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uQk7B6hiLt .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uQk7B6hiLt .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQk7B6hiLt .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uQk7B6hiLt .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uQk7B6hiLt .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uQk7B6hiLt .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uQk7B6hiLt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uQk7B6hiLt .nav-wrapper .list {
    display: block;
  }
}
.cid-uQk7B6hiLt .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uQk7B6hiLt .nav-wrapper .list .item-wrap:hover::before,
.cid-uQk7B6hiLt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uQk7B6hiLt .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-uQk7B6hiLt .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uQk7B6hiLt .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uQk7B6hiLt .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uQk7B6hiLt .mbr-copy {
  color: #ffffff;
}
.cid-uQk7B6hiLt .list,
.cid-uQk7B6hiLt .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uQk7B6hiLt .list,
  .cid-uQk7B6hiLt .nav-wrapper {
    text-align: left;
  }
}
.cid-uQk7B6spc1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uQk7B6spc1 .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uQk7B6spc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uQk7B6spc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQk7B6spc1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQk7B6spc1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQk7B6spc1 .menu_box .navbar.opened,
  .cid-uQk7B6spc1 .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQk7B6spc1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uQk7B6spc1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQk7B6spc1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQk7B6spc1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQk7B6spc1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQk7B6spc1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQk7B6spc1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uQk7B6spc1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQk7B6spc1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQk7B6spc1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQk7B6spc1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQk7B6spc1 .offcanvas-body .mbr-text,
  .cid-uQk7B6spc1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQk7B6spc1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQk7B6spc1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQk7B6spc1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #6a2be9;
  }
  .cid-uQk7B6spc1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQk7B6spc1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQk7B6spc1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQk7B6spc1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQk7B6spc1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQk7B6spc1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQk7B6spc1 .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-uQk7B6spc1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQk7B6spc1 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-uQk7B6spc1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQk7B6spc1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uQk7B6spc1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uQk7B6spc1 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uQk7B6spc1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uQk7B6spc1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQk7B6spc1 .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-uQk7B6spc1 .nav-item .nav-link:hover,
.cid-uQk7B6spc1 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uQk7B6spc1 .nav-item .nav-link:hover::before,
.cid-uQk7B6spc1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQk7B6spc1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQk7B6spc1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQk7B6spc1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQk7B6spc1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQk7B6spc1 .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-uQk7B6spc1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQk7B6spc1 .offcanvas_box {
    display: none;
  }
}
.cid-uQk7B6spc1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQk7B6spc1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQk7B6spc1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQk7B6spc1 .container {
  display: flex;
  margin: auto;
}
.cid-uQk7B6spc1 .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-uQk7B6spc1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQk7B6spc1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQk7B6spc1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQk7B6spc1 .navbar-nav {
    margin: 0;
  }
}
.cid-uQk7B6spc1 .dropdown-menu,
.cid-uQk7B6spc1 .navbar.opened {
  background-color: false !important;
}
.cid-uQk7B6spc1 .nav-item:focus,
.cid-uQk7B6spc1 .nav-link:focus {
  outline: none;
}
.cid-uQk7B6spc1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQk7B6spc1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQk7B6spc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQk7B6spc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQk7B6spc1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQk7B6spc1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQk7B6spc1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQk7B6spc1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQk7B6spc1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQk7B6spc1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQk7B6spc1 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uQk7B6spc1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQk7B6spc1 .navbar.collapsed {
  justify-content: center;
}
.cid-uQk7B6spc1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQk7B6spc1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQk7B6spc1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQk7B6spc1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQk7B6spc1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQk7B6spc1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQk7B6spc1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQk7B6spc1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQk7B6spc1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQk7B6spc1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQk7B6spc1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQk7B6spc1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQk7B6spc1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQk7B6spc1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQk7B6spc1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQk7B6spc1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQk7B6spc1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQk7B6spc1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQk7B6spc1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQk7B6spc1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQk7B6spc1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQk7B6spc1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQk7B6spc1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQk7B6spc1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQk7B6spc1 .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-uQk7B6spc1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQk7B6spc1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQk7B6spc1 .dropdown-item.active,
.cid-uQk7B6spc1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQk7B6spc1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQk7B6spc1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQk7B6spc1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQk7B6spc1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQk7B6spc1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQk7B6spc1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQk7B6spc1 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-uQk7B6spc1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #6a2be9;
}
.cid-uQk7B6spc1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQk7B6spc1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQk7B6spc1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQk7B6spc1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQk7B6spc1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQk7B6spc1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQk7B6spc1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQk7B6spc1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQk7B6spc1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQk7B6spc1 .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-uQk7B6spc1 .navbar {
    height: 70px;
  }
  .cid-uQk7B6spc1 .navbar.opened {
    height: auto;
  }
  .cid-uQk7B6spc1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQk7B6spc1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQk7B6spc1 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uQk7B6spc1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQk7B6spc1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQk7B6spc1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uQk7B6spc1 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uQk7B6spc1 .navbar-caption:hover {
  color: #bdc5cf;
}
@media (min-width: 992px) {
  .cid-uQk7B6spc1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQk7B6spc1 .text_widget {
  margin-bottom: 32px;
}
.cid-uQk7B6spc1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQk7B6spc1 .text_widget a:hover,
.cid-uQk7B6spc1 .text_widget a:focus {
  opacity: .8;
}
.cid-uQk7B6spc1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQk7B6spc1 .navbar-caption {
  color: #ffffff;
}
.cid-uQk7B6spc1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQk7B6spc1 .mbr-section-subtitle,
.cid-uQk7B6spc1 .text_widget,
.cid-uQk7B6spc1 .mbr-section-btn {
  text-align: center;
}
.cid-uQk7B6spc1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
