.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #edfafe;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 7.8rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5.8rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 3.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #f72585 !important;
}
.bg-success {
  background-color: #24c57a !important;
}
.bg-info {
  background-color: #0cbadd !important;
}
.bg-warning {
  background-color: #e9af00 !important;
}
.bg-danger {
  background-color: #c72232 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f72585 !important;
  border-color: #f72585 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fca0ca !important;
  border-color: #fca0ca !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fca0ca !important;
  border-color: #fca0ca !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e25a2 !important;
  border-color: #6e25a2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ad6add !important;
  border-color: #ad6add !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ad6add !important;
  border-color: #ad6add !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbadd !important;
  border-color: #0cbadd !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #71e1f7 !important;
  border-color: #71e1f7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #71e1f7 !important;
  border-color: #71e1f7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c57a !important;
  border-color: #24c57a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #81e8b8 !important;
  border-color: #81e8b8 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #81e8b8 !important;
  border-color: #81e8b8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e9af00 !important;
  border-color: #e9af00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffda69 !important;
  border-color: #ffda69 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffda69 !important;
  border-color: #ffda69 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c72232 !important;
  border-color: #c72232 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e97f8a !important;
  border-color: #e97f8a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e97f8a !important;
  border-color: #e97f8a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f72585;
  color: #f72585;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #be075b !important;
  background-color: transparent !important;
  border-color: #be075b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f72585 !important;
  border-color: #f72585 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6e25a2;
  color: #6e25a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3e155b !important;
  background-color: transparent !important;
  border-color: #3e155b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e25a2 !important;
  border-color: #6e25a2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbadd;
  color: #0cbadd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08758b !important;
  background-color: transparent !important;
  border-color: #08758b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbadd !important;
  border-color: #0cbadd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c57a;
  color: #24c57a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177c4d !important;
  background-color: transparent !important;
  border-color: #177c4d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c57a !important;
  border-color: #24c57a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e9af00;
  color: #e9af00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #926e00 !important;
  background-color: transparent !important;
  border-color: #926e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e9af00 !important;
  border-color: #e9af00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c72232;
  color: #c72232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7d151f !important;
  background-color: transparent !important;
  border-color: #7d151f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c72232 !important;
  border-color: #c72232 !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: #f72585 !important;
}
.text-secondary {
  color: #6e25a2 !important;
}
.text-success {
  color: #24c57a !important;
}
.text-info {
  color: #0cbadd !important;
}
.text-warning {
  color: #e9af00 !important;
}
.text-danger {
  color: #c72232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b00654 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #36124f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146f45 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07697c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #836200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #70131c !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: #f72585;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbadd;
}
.alert-warning {
  background-color: #e9af00;
}
.alert-danger {
  background-color: #c72232;
}
.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: #f72585;
  border-color: #f72585;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f72585;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feeaf3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #81e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #baf0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97f8a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #f72585 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #f72585;
}
/* 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: #f72585;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f72585;
}
.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: #f72585;
  border-bottom-color: #f72585;
}
.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: #f72585 !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: #6e25a2 !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='%23f72585' %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: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-uKEVackyLV {
  background-color: transparent;
}
.cid-uKEVackyLV .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background-color: transparent !important;
  background: #e7e7e7;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKEVackyLV .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKEVackyLV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKEVackyLV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKEVackyLV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKEVackyLV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKEVackyLV .navbar.collapsed {
  justify-content: center;
}
.cid-uKEVackyLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKEVackyLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKEVackyLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKEVackyLV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKEVackyLV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKEVackyLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKEVackyLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKEVackyLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKEVackyLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKEVackyLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKEVackyLV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKEVackyLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKEVackyLV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKEVackyLV .menu_box .navbar.opened,
  .cid-uKEVackyLV .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKEVackyLV .navbar-dropdown {
  position: relative !important;
}
.cid-uKEVackyLV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKEVackyLV .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uKEVackyLV .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uKEVackyLV .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .nav-item {
    margin: 0 !important;
  }
}
.cid-uKEVackyLV .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #000000;
  }
}
.cid-uKEVackyLV .nav-item .nav-link:hover,
.cid-uKEVackyLV .nav-item .nav-link:focus {
  color: #000000 !important;
  border-color: #4cc9f0 !important;
  background-color: #4cc9f0 !important;
}
.cid-uKEVackyLV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKEVackyLV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKEVackyLV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKEVackyLV .offcanvas_box {
    display: none;
  }
}
.cid-uKEVackyLV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKEVackyLV .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKEVackyLV .container {
  display: flex;
  margin: auto;
}
.cid-uKEVackyLV .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVackyLV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKEVackyLV .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav {
    margin: 0;
  }
}
.cid-uKEVackyLV .dropdown-menu,
.cid-uKEVackyLV .navbar.opened {
  background-color: false !important;
}
.cid-uKEVackyLV .nav-item:focus,
.cid-uKEVackyLV .nav-link:focus {
  outline: none;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKEVackyLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKEVackyLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKEVackyLV .dropdown-item.active,
.cid-uKEVackyLV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKEVackyLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKEVackyLV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKEVackyLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKEVackyLV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar {
    height: 70px;
  }
  .cid-uKEVackyLV .navbar.opened {
    height: auto;
  }
  .cid-uKEVackyLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKEVackyLV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uKEVackyLV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKEVackyLV .text_widget {
  margin-bottom: 32px;
}
.cid-uKEVackyLV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKEVackyLV .text_widget a:hover,
.cid-uKEVackyLV .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uKEVackyLV .navbar-caption {
  color: #000000;
}
.cid-uKEVackyLV .mbr-section-subtitle,
.cid-uKEVackyLV .text_widget,
.cid-uKEVackyLV .mbr-section-btn {
  text-align: center;
}
.cid-uKEVackyLV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKEVackyLV .nav-link,
.cid-uKEVackyLV .dropdown-item {
  color: #000000;
}
.cid-uKEVacoR9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacoR9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacoR9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacoR9s .items-wrap {
  justify-content: space-between;
}
.cid-uKEVacoR9s .items-wrap .card {
  justify-content: center;
}
.cid-uKEVacoR9s .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKEVacoR9s .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacoR9s .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacoR9s .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacoR9s .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKEVacoR9s .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacoR9s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacoR9s .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKEVacoR9s .image-wrapper img {
    height: 350px;
  }
}
.cid-uKEVacoR9s .mbr-desc {
  color: #000000;
}
.cid-uKEVacoR9s .mbr-section-title {
  color: #000000;
}
.cid-uKEVacoR9s .mbr-text {
  color: #000000;
}
.cid-uKEVacoR9s .mbr-text,
.cid-uKEVacoR9s .mbr-section-btn {
  color: #000000;
}
.cid-uKEVacpVcr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacpVcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacpVcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacpVcr .items-wrap {
  justify-content: space-between;
}
.cid-uKEVacpVcr .title-wrapper {
  margin-bottom: 32px;
}
.cid-uKEVacpVcr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEVacpVcr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacpVcr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEVacpVcr .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uKEVacpVcr .video-wrapper iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKEVacpVcr .video-block {
    margin-bottom: 24px;
  }
}
.cid-uKEVacpVcr .mbr-figure__img {
  object-fit: cover;
}
.cid-uKEVacpVcr .app-video-wrapper::before {
  color: #000000;
  box-shadow: none;
}
.cid-uKEVacpVcr .mbr-section-title {
  color: #000000;
}
.cid-uKEVacpVcr .mbr-text {
  color: #000000;
}
.cid-uKEVacpVcr .mbr-section-title,
.cid-uKEVacpVcr .mbr-section-btn {
  color: #000000;
}
.cid-uKEVacpVcr .mbr-text,
.cid-uKEVacpVcr .text-wrapper {
  color: #000000;
}
.cid-uKEVacq6Nl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacq6Nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacq6Nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacq6Nl .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacq6Nl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacq6Nl .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacq6Nl .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEVacq6Nl .item .item-wrapper {
  height: 100%;
}
.cid-uKEVacq6Nl .item .item-wrapper:hover .item-img img,
.cid-uKEVacq6Nl .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uKEVacq6Nl .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uKEVacq6Nl .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKEVacq6Nl .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKEVacq6Nl .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uKEVacq6Nl .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uKEVacq6Nl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKEVacq6Nl .item-title {
  color: #000000;
}
.cid-uKEVacq6Nl .item-date {
  color: #000000;
}
.cid-uKEVacrbmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacrbmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacrbmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacrbmw .card {
  justify-content: flex-end;
}
.cid-uKEVacrbmw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacrbmw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacrbmw .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacrbmw .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKEVacrbmw .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEVacrbmw .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKEVacrbmw .mbr-section-title {
  color: #000000;
}
.cid-uKEVacrbmw .mbr-desc {
  color: #000000;
}
.cid-uKEVacrbmw .mbr-text,
.cid-uKEVacrbmw .text-wrapper {
  color: #000000;
}
.cid-uKEVacs1kI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacs1kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacs1kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacs1kI .card {
  justify-content: flex-end;
}
.cid-uKEVacs1kI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacs1kI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacs1kI .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacs1kI .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacs1kI .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKEVacs1kI .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 70px 0 0;
}
@media (max-width: 1440px) {
  .cid-uKEVacs1kI .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 32px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacs1kI .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 20px 10px 0;
  }
}
.cid-uKEVacs1kI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  border: none !important;
  padding: 10px;
  animation: none;
}
@media (max-width: 992px) {
  .cid-uKEVacs1kI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 5px;
  }
}
.cid-uKEVacs1kI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uKEVacs1kI .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uKEVacs1kI .tab-content .tab-pane .item-content .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEVacs1kI .tab-content .tab-pane .item-content .content-wrap {
    display: block;
  }
}
.cid-uKEVacs1kI .tab-content .tab-pane .item-content .content-wrap .image-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uKEVacs1kI .tab-content .tab-pane .item-content .content-wrap .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEVacs1kI .tab-content .tab-pane .item-content .content-wrap .image-wrap img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKEVacs1kI .tab-content .tab-pane .item-content .content-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-uKEVacs1kI .tab-content .tab-pane .item-content .content-wrap .item-text {
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEVacs1kI .tab-content .tab-pane .item-content .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uKEVacs1kI .mbr-section-title {
  color: #000000;
}
.cid-uKEVacs1kI .item-title {
  color: #000000;
}
.cid-uKEVacs1kI .item-text {
  color: #000000;
}
.cid-uKEVacs1kI .mbr-section-title,
.cid-uKEVacs1kI .tabs-wrapper {
  color: #000000;
}
.cid-uKEVactlFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVactlFL .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVactlFL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVactlFL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uKEVactlFL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKEVactlFL .embla__slide .slide-content {
  width: 100%;
}
.cid-uKEVactlFL .embla__slide .slide-content .item-wrapper {
  padding: 42px 28px;
  min-height: 320px;
  height: 100%;
  background-color: #4cc9f0;
}
@media (max-width: 992px) {
  .cid-uKEVactlFL .embla__slide .slide-content .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEVactlFL .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uKEVactlFL .embla__slide .slide-content .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 2px solid #000000;
  display: inline-flex;
}
.cid-uKEVactlFL .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKEVactlFL .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uKEVactlFL .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 10px;
}
.cid-uKEVactlFL .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uKEVactlFL .embla__button--next,
.cid-uKEVactlFL .embla__button--prev {
  display: flex;
}
.cid-uKEVactlFL .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKEVactlFL .embla__button:hover {
  color: #e1ff04 !important;
}
.cid-uKEVactlFL .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKEVactlFL .embla__button.embla__button--next {
  right: 0;
}
.cid-uKEVactlFL .embla {
  position: relative;
  width: 100%;
}
.cid-uKEVactlFL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKEVactlFL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKEVactlFL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKEVactlFL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKEVactlFL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uKEVactlFL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKEVactlFL .item-text {
  color: #000000;
}
.cid-uKEVactlFL .item-name {
  color: #000000;
}
.cid-uKEVactlFL .item-role {
  color: #000000;
}
.cid-uKEVactlFL .mbr-section-title,
.cid-uKEVactlFL .icon-wrap {
  color: #000000;
}
.cid-uKEVactlFL .item-text,
.cid-uKEVactlFL .item-img {
  color: #000000;
}
.cid-uKEVacuRvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacuRvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacuRvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacuRvj .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacuRvj .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEVacuRvj .item .item-wrapper {
  height: 100%;
}
.cid-uKEVacuRvj .item .item-wrapper:hover .item-img img,
.cid-uKEVacuRvj .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uKEVacuRvj .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uKEVacuRvj .item .item-wrapper .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-uKEVacuRvj .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKEVacuRvj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKEVacuRvj .item-title {
  color: #000000;
}
.cid-uKEVacuRvj .item-desc {
  color: #000000;
}
.cid-uKEVacvNuo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacvNuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacvNuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacvNuo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacvNuo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacvNuo .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacvNuo .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEVacvNuo .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uKEVacvNuo .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uKEVacvNuo .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uKEVacvNuo .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEVacvNuo .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uKEVacvNuo .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uKEVacvNuo .item .item-wrapper .card-box .item-text_1,
.cid-uKEVacvNuo .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uKEVacvNuo .item .item-wrapper .card_1 {
  background-color: #4cc9f0;
}
.cid-uKEVacvNuo .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uKEVacvNuo .item .item-wrapper .card_2 {
  background-color: #f72585;
}
.cid-uKEVacvNuo .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-uKEVacvNuo .item .item-wrapper .card {
  justify-content: center;
}
.cid-uKEVacvNuo .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKEVacvNuo .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uKEVacvNuo .item-title {
  color: #000000;
}
.cid-uKEVacvNuo .item-desc {
  color: #000000;
}
.cid-uKEVacvNuo .item-text_1 {
  color: #ffffff;
}
.cid-uKEVacvNuo .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uKEVacvNuo .item-text_1,
.cid-uKEVacvNuo .icon-wrap {
  text-align: center;
  color: #000000;
}
.cid-uKEVacvNuo .item-text_2,
.cid-uKEVacvNuo .icon-wrap {
  color: #FFFFFF;
}
.cid-uKEVacv5vJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacv5vJ .item:focus,
.cid-uKEVacv5vJ span:focus {
  outline: none;
}
.cid-uKEVacv5vJ .item {
  cursor: pointer;
}
.cid-uKEVacv5vJ .grid-container {
  grid-row-gap: 20px;
}
.cid-uKEVacv5vJ .grid-container-1,
.cid-uKEVacv5vJ .grid-container-2,
.cid-uKEVacv5vJ .grid-container-3 {
  gap: 20px;
}
.cid-uKEVacv5vJ .container,
.cid-uKEVacv5vJ .container-fluid {
  overflow: hidden;
}
.cid-uKEVacv5vJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKEVacv5vJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKEVacv5vJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKEVacv5vJ .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uKEVacv5vJ .grid-container-1,
.cid-uKEVacv5vJ .grid-container-2,
.cid-uKEVacv5vJ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKEVacv5vJ .grid-container-1 {
  align-items: flex-end;
}
.cid-uKEVacv5vJ .grid-container-2 {
  align-items: flex-start;
}
.cid-uKEVacv5vJ .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKEVacv5vJ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacwdNC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4cc9f0;
}
.cid-uKEVacwdNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacwdNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacwdNC .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEVacwdNC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacwdNC .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacwdNC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacwdNC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uKEVacwdNC .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKEVacwdNC .image-wrapper img {
    height: 350px;
  }
}
.cid-uKEVacwdNC .mbr-section-title {
  color: #ffffff;
}
.cid-uKEVacwdNC .mbr-text {
  color: #ffffff;
}
.cid-uKEVacwdNC .mbr-section-title,
.cid-uKEVacwdNC .mbr-section-btn {
  color: #000000;
}
.cid-uKEVacwdNC .mbr-text,
.cid-uKEVacwdNC .text-wrapper {
  color: #000000;
}
.cid-uKEVacwPYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacwPYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacwPYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacwPYW .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uKEVacwPYW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKEVacwPYW .mbr-text,
.cid-uKEVacwPYW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uKEVacxvYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacxvYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacxvYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacxvYe .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacxvYe .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEVacxvYe .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #4cc9f0;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uKEVacxvYe .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacxvYe .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEVacxvYe .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uKEVacxvYe .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEVacxvYe .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .cid-uKEVacxvYe .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uKEVacxvYe .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uKEVacxvYe .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uKEVacxvYe .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uKEVacxvYe .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uKEVacxvYe .item .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uKEVacxvYe .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uKEVacxvYe .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uKEVacxvYe .btn-wrapper {
  margin-top: -2%;
}
.cid-uKEVacxvYe .item-price {
  color: #000000;
}
.cid-uKEVacxvYe .item-title {
  color: #000000;
}
.cid-uKEVacxvYe .item-text {
  color: #000000;
}
.cid-uKEVacxvYe .item-title,
.cid-uKEVacxvYe .mbr-section-btn {
  color: #000000;
}
.cid-uKEVacxwZk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacxwZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacxwZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacxwZk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEVacxwZk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacxwZk .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacxwZk .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEVacxwZk .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uKEVacxwZk .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKEVacxwZk .btn-wrapper {
  margin-top: -2%;
}
.cid-uKEVacxwZk .mbr-section-title {
  color: #000000;
}
.cid-uKEVacxwZk .item-title {
  color: #000000;
}
.cid-uKEVacxwZk .item-text {
  color: #000000;
}
.cid-uKEVacydVs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacydVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacydVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacydVs .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacydVs .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uKEVacydVs .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uKEVacydVs .panel-group .card_1 {
  background-color: #4cc9f0;
}
.cid-uKEVacydVs .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uKEVacydVs .panel-group .card_1 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uKEVacydVs .panel-group .card_2 {
  background-color: #f72585;
}
.cid-uKEVacydVs .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
  border: 3px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
    border: 2px solid #ffffff;
  }
}
.cid-uKEVacydVs .panel-group .card_2 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uKEVacydVs .panel-group .card_3 {
  background-color: #6e25a2;
}
.cid-uKEVacydVs .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
  border: 3px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
    border: 2px solid #ffffff;
  }
}
.cid-uKEVacydVs .panel-group .card_3 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uKEVacydVs .panel-group .card_4 {
  background-color: #4cc9f0;
}
.cid-uKEVacydVs .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uKEVacydVs .panel-group .card_4 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uKEVacydVs .panel-group .card {
  position: relative;
  padding: 64px 50px 100px;
  border: none;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card {
    padding: 36px 24px 100px;
  }
}
.cid-uKEVacydVs .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uKEVacydVs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uKEVacydVs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_1,
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_2,
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_3,
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_4 {
  width: 33%;
  margin-bottom: 0;
  padding-right: 16px;
}
@media (max-width: 1500px) {
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper {
  width: 55%;
}
@media (max-width: 1500px) {
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 43%;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper .list_1,
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper .list_2,
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper .list_3,
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper .list_4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
    padding: 8px 18px;
  }
}
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 12%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .icon-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.cid-uKEVacydVs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  transform: rotate(45deg);
}
.cid-uKEVacydVs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap {
  width: 67%;
}
@media (max-width: 1500px) {
  .cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 100%;
  }
}
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_1,
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_2,
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_3,
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_4 {
  display: inline-block;
  margin-bottom: 22px;
}
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-uKEVacydVs .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uKEVacydVs .mbr-section-title {
  color: #000000;
}
.cid-uKEVacydVs .panel-title-edit_1 {
  color: #000000;
}
.cid-uKEVacydVs .panel-title-edit_2 {
  color: #ffffff;
}
.cid-uKEVacydVs .panel-title-edit_3 {
  color: #000000;
}
.cid-uKEVacydVs .panel-title-edit_4 {
  color: #000000;
}
.cid-uKEVacydVs .list_1 {
  color: #000000;
}
.cid-uKEVacydVs .list_2 {
  color: #ffffff;
}
.cid-uKEVacydVs .list_3 {
  color: #000000;
}
.cid-uKEVacydVs .list_4 {
  color: #000000;
}
.cid-uKEVacydVs .panel-text_1 {
  color: #000000;
}
.cid-uKEVacydVs .panel-text_2 {
  color: #ffffff;
}
.cid-uKEVacydVs .panel-text_3 {
  color: #000000;
}
.cid-uKEVacydVs .panel-text_4 {
  color: #000000;
}
.cid-uKEVacydVs .mbr-section-title,
.cid-uKEVacydVs .icon-wrap {
  color: #000000;
}
.cid-uKEVacydVs .panel-title-edit_1,
.cid-uKEVacydVs .icon-wrapper {
  color: #000000;
}
.cid-uKEVacydVs .list_1,
.cid-uKEVacydVs .item-wrap_1 {
  color: #000000;
}
.cid-uKEVacydVs .panel-text_1,
.cid-uKEVacydVs .panel-body,
.cid-uKEVacydVs .mbr-section-btn {
  color: #000000;
}
.cid-uKEVacydVs .panel-title-edit_2,
.cid-uKEVacydVs .icon-wrapper {
  color: #FFFFFF;
}
.cid-uKEVacydVs .list_2,
.cid-uKEVacydVs .item-wrap_2 {
  color: #FFFFFF;
}
.cid-uKEVacydVs .panel-text_2,
.cid-uKEVacydVs .panel-body,
.cid-uKEVacydVs .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uKEVacydVs .panel-title-edit_3,
.cid-uKEVacydVs .icon-wrapper {
  color: #FFFFFF;
}
.cid-uKEVacydVs .list_3,
.cid-uKEVacydVs .item-wrap_3 {
  color: #FFFFFF;
}
.cid-uKEVacydVs .panel-text_3,
.cid-uKEVacydVs .panel-body,
.cid-uKEVacydVs .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uKEVacA3A7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacA3A7 .content-wrap {
  overflow: hidden;
}
.cid-uKEVacA3A7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacA3A7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacA3A7 .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uKEVacA3A7 .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uKEVacA3A7 .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uKEVacA3A7 .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uKEVacA3A7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-uKEVacA3A7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKEVacA3A7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uKEVacA3A7 .embla__slide .slide-content .item-wrapper {
  padding: 42px 28px;
  min-height: 320px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKEVacA3A7 .embla__slide .slide-content .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEVacA3A7 .embla__slide .slide-content .item-wrapper .item-text_1,
.cid-uKEVacA3A7 .embla__slide .slide-content .item-wrapper .item-text_2,
.cid-uKEVacA3A7 .embla__slide .slide-content .item-wrapper .item-text_3 {
  margin-bottom: 0;
}
.cid-uKEVacA3A7 .embla__slide .slide-content .card_1 {
  background-color: #4cc9f0;
}
.cid-uKEVacA3A7 .embla__slide .slide-content .card_2 {
  background-color: #f72585;
}
.cid-uKEVacA3A7 .embla__slide .slide-content .card_3 {
  background-color: #6e25a2;
}
.cid-uKEVacA3A7 .embla__button--next,
.cid-uKEVacA3A7 .embla__button--prev {
  display: flex;
}
.cid-uKEVacA3A7 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background-color: transparent !important;
  color: #f72585 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKEVacA3A7 .embla__button:hover {
  color: #4cc9f0 !important;
}
.cid-uKEVacA3A7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKEVacA3A7 .embla__button.embla__button--next {
  right: 0;
}
.cid-uKEVacA3A7 .embla {
  position: relative;
  width: 100%;
}
.cid-uKEVacA3A7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  overflow: visible;
}
.cid-uKEVacA3A7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKEVacA3A7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKEVacA3A7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKEVacA3A7 .mbr-section-title {
  color: #000000;
}
.cid-uKEVacA3A7 .item-text_1 {
  color: #000000;
}
.cid-uKEVacA3A7 .item-text_2 {
  color: #FFFFFF;
}
.cid-uKEVacA3A7 .item-text_3 {
  color: #FFFFFF;
}
.cid-uKEVacA3A7 .mbr-section-title,
.cid-uKEVacA3A7 .icon-wrap {
  color: #000000;
}
.cid-uKEVacBsfQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacBsfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacBsfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacBsfQ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacBsfQ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEVacBsfQ .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #4cc9f0;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uKEVacBsfQ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacBsfQ .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEVacBsfQ .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uKEVacBsfQ .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEVacBsfQ .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .cid-uKEVacBsfQ .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uKEVacBsfQ .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uKEVacBsfQ .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uKEVacBsfQ .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uKEVacBsfQ .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uKEVacBsfQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uKEVacBsfQ .item .item-wrapper .item-content .item-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacBsfQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uKEVacBsfQ .btn-wrapper {
  margin-top: -2%;
}
.cid-uKEVacBsfQ .item-title {
  color: #000000;
}
.cid-uKEVacBsfQ .item-text {
  color: #000000;
}
.cid-uKEVacCzIh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacCzIh .item:focus,
.cid-uKEVacCzIh span:focus {
  outline: none;
}
.cid-uKEVacCzIh .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uKEVacCzIh .content-head {
  max-width: 800px;
}
.cid-uKEVacCzIh .item {
  color: #000000;
  min-height: 120px;
}
@media (max-width: 768px) {
  .cid-uKEVacCzIh .item {
    min-height: 60px;
  }
}
.cid-uKEVacCzIh .loop-container {
  padding-top: 10px;
}
.cid-uKEVacC8Tz {
  background-image: url("../../../assets/images/photo-1504711434969-e33886168f5c.jpeg");
}
.cid-uKEVacC8Tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacC8Tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacC8Tz .image-wrapper {
  height: 600px;
}
.cid-uKEVacC9oN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacC9oN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacC9oN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacC9oN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacC9oN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacC9oN .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uKEVacC9oN .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uKEVacC9oN .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uKEVacC9oN .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uKEVacC9oN .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacC9oN .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEVacC9oN .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uKEVacC9oN .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uKEVacC9oN .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uKEVacC9oN .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uKEVacC9oN .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #4cc9f0;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uKEVacC9oN .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEVacC9oN .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uKEVacC9oN .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uKEVacC9oN .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKEVacC9oN .mbr-section-title {
  color: #000000;
}
.cid-uKEVacC9oN .item-title {
  color: #000000;
}
.cid-uKEVacC9oN .item-number {
  color: #000000;
}
.cid-uKEVacC9oN .item-text {
  color: #000000;
}
.cid-uKEVacC9oN .mbr-section-title,
.cid-uKEVacC9oN .icon-wrap {
  color: #000000;
}
.cid-uKEVacDzIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacDzIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacDzIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacDzIU .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacDzIU .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEVacDzIU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacDzIU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacDzIU .item .item-wrapper {
  height: 100%;
}
.cid-uKEVacDzIU .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKEVacDzIU .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEVacDzIU .item .item-wrapper .card-box .item-title_1,
.cid-uKEVacDzIU .item .item-wrapper .card-box .item-title_2,
.cid-uKEVacDzIU .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-uKEVacDzIU .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEVacDzIU .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKEVacDzIU .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #000000;
  }
}
.cid-uKEVacDzIU .item .item-wrapper .card-box .item-text_2,
.cid-uKEVacDzIU .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-uKEVacDzIU .item .item-wrapper .card_1 {
  background-color: #4cc9f0;
}
.cid-uKEVacDzIU .item .item-wrapper .card_2 {
  background-color: #f72585;
}
.cid-uKEVacDzIU .item .item-wrapper .card_3 {
  background-color: #6e25a2;
}
.cid-uKEVacDzIU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKEVacDzIU .list {
  color: #000000;
}
.cid-uKEVacDzIU .item-title_1 {
  color: #000000;
}
.cid-uKEVacDzIU .item-title_2 {
  color: #FFFFFF;
}
.cid-uKEVacDzIU .item-title_3 {
  color: #FFFFFF;
}
.cid-uKEVacDzIU .item-text_2 {
  color: #FFFFFF;
}
.cid-uKEVacDzIU .item-text_3 {
  color: #FFFFFF;
}
.cid-uKEVacDzIU .list,
.cid-uKEVacDzIU .item-wrap {
  color: #000000;
}
.cid-uKEVacEIFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacEIFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacEIFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacEIFg .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uKEVacEIFg .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacEIFg .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEVacEIFg .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKEVacEIFg .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edfafe;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uKEVacEIFg .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacEIFg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacEIFg .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uKEVacEIFg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKEVacEIFg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uKEVacEIFg .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uKEVacEIFg .mbr-section-title {
  color: #000000;
}
.cid-uKEVacEIFg .mbr-text {
  color: #000000;
}
.cid-uKEVacEIFg .mbr-section-title,
.cid-uKEVacEIFg .mbr-section-btn {
  color: #000000;
}
.cid-uKEVacEIFg .mbr-text,
.cid-uKEVacEIFg .text-wrapper {
  color: #000000;
}
.cid-uKEVacE8W8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacE8W8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacE8W8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacE8W8 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKEVacE8W8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKEVacE8W8 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEVacE8W8 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKEVacE8W8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKEVacE8W8 .mbr-section-title {
  color: #000000;
}
.cid-uKEVacE8W8 .mbr-desc {
  color: #000000;
}
.cid-uKEVacE8W8 .mbr-text {
  color: #000000;
}
.cid-uKEVacE8W8 .mbr-section-title,
.cid-uKEVacE8W8 .mbr-section-btn {
  color: #000000;
}
.cid-uKEVacE8W8 .mbr-text,
.cid-uKEVacE8W8 .text-wrapper {
  color: #000000;
}
.cid-uKEVacFyEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacFyEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacFyEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacFyEU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacFyEU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacFyEU .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uKEVacFyEU .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uKEVacFyEU .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uKEVacFyEU .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uKEVacFyEU .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacFyEU .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEVacFyEU .item .item-wrapper {
  height: 100%;
  padding: 42px 28px;
  background-color: #4cc9f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEVacFyEU .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEVacFyEU .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uKEVacFyEU .item .item-wrapper .card-box .item-desc {
  margin-bottom: 32px;
}
.cid-uKEVacFyEU .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uKEVacFyEU .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 22px 0;
  list-style-type: none;
}
.cid-uKEVacFyEU .item .item-wrapper .card-box .list .item-wrap {
  border-top: 2px solid #000000;
  padding: 22px 0;
}
.cid-uKEVacFyEU .item .item-wrapper .card-box .list .item-wrap:first-child {
  border-top: none;
  padding-top: 0;
}
.cid-uKEVacFyEU .item .item-wrapper .card-box .list .item-wrap:last-child {
  padding-bottom: 0;
}
.cid-uKEVacFyEU .mbr-section-title {
  color: #000000;
}
.cid-uKEVacFyEU .item-price {
  color: #000000;
  text-align: center;
}
.cid-uKEVacFyEU .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uKEVacFyEU .item-title {
  color: #ffffff;
}
.cid-uKEVacFyEU .list {
  color: #ffffff;
}
.cid-uKEVacFyEU .item-title,
.cid-uKEVacFyEU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uKEVacFyEU .mbr-section-title,
.cid-uKEVacFyEU .icon-wrap {
  color: #000000;
}
.cid-uKEVacFyEU .list,
.cid-uKEVacFyEU .item-wrap {
  color: #000000;
}
.cid-uKEVacGNur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacGNur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacGNur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacGNur .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEVacGNur .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEVacGNur .item .item-wrapper {
  height: 100%;
}
.cid-uKEVacGNur .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uKEVacGNur .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uKEVacGNur .item .item-wrapper:hover .item-img img,
.cid-uKEVacGNur .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uKEVacGNur .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uKEVacGNur .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uKEVacGNur .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uKEVacGNur .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4cc9f0;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uKEVacGNur .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uKEVacGNur .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uKEVacGNur .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKEVacGNur .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKEVacGNur .item-name {
  color: #000000;
}
.cid-uKEVacGNur .item-role {
  color: #000000;
}
.cid-uKEVacGNur .item-name,
.cid-uKEVacGNur .name-wrapper {
  color: #000000;
}
.cid-uKEVacG4kU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacG4kU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacG4kU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacG4kU .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKEVacG4kU .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uKEVacG4kU .card {
  justify-content: center;
}
.cid-uKEVacG4kU .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEVacG4kU .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uKEVacG4kU .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKEVacG4kU .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uKEVacG4kU .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKEVacG4kU .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uKEVacG4kU .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uKEVacG4kU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEVacG4kU .mbr-section-title {
  color: #000000;
}
.cid-uKEVacG4kU .mbr-number {
  color: #000000;
}
.cid-uKEVacG4kU .list {
  color: #000000;
}
.cid-uKEVacG4kU .list,
.cid-uKEVacG4kU .item-wrap {
  color: #000000;
}
.cid-uKEVacH9zF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacH9zF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacH9zF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacH9zF .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEVacH9zF .google-map {
    margin-bottom: 32px;
  }
}
.cid-uKEVacH9zF .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uKEVacH9zF .google-map iframe {
    height: 350px;
  }
}
.cid-uKEVacH9zF .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEVacH9zF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKEVacH9zF .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKEVacH9zF .mbr-section-title {
  color: #000000;
}
.cid-uKEVacH9zF label {
  color: #000000;
}
.cid-uKEVacH8Y7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacH8Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacH8Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacH8Y7 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKEVacH8Y7 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uKEVacH8Y7 .card {
  justify-content: center;
}
.cid-uKEVacH8Y7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEVacH8Y7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEVacH8Y7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEVacH8Y7 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #000000;
}
.cid-uKEVacH8Y7 .list-wrapper .list .item-wrap:hover,
.cid-uKEVacH8Y7 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uKEVacH8Y7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEVacH8Y7 .mbr-section-title {
  color: #000000;
}
.cid-uKEVacH8Y7 .list {
  color: #000000;
}
.cid-uKEVacH8Y7 .list,
.cid-uKEVacH8Y7 .item-wrap {
  color: #000000;
}
.cid-uKEVacI2iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacI2iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacI2iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacI2iD .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uKEVacI2iD .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uKEVacI2iD .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:hover,
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:hover,
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uKEVacI2iD .mbr-section-title {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-section-subtitle {
  color: #000000;
}
.cid-uKEVacI2iD .list {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-link {
  color: #000000;
}
.cid-uKEYxguDI2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYxguDI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYxguDI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYxguDI2 .items-wrap {
  justify-content: space-between;
}
.cid-uKEYxguDI2 .items-wrap .card {
  justify-content: center;
}
.cid-uKEYxguDI2 .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKEYxguDI2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEYxguDI2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKEYxguDI2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEYxguDI2 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKEYxguDI2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKEYxguDI2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEYxguDI2 .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKEYxguDI2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uKEYxguDI2 .mbr-desc {
  color: #000000;
}
.cid-uKEYxguDI2 .mbr-section-title {
  color: #000000;
}
.cid-uKEYxguDI2 .mbr-text {
  color: #000000;
}
.cid-uKEYxguDI2 .mbr-text,
.cid-uKEYxguDI2 .mbr-section-btn {
  color: #000000;
}
.cid-uKEYxgud7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYxgud7O .item:focus,
.cid-uKEYxgud7O span:focus {
  outline: none;
}
.cid-uKEYxgud7O .item {
  cursor: pointer;
}
.cid-uKEYxgud7O .grid-container {
  grid-row-gap: 20px;
}
.cid-uKEYxgud7O .grid-container-1,
.cid-uKEYxgud7O .grid-container-2,
.cid-uKEYxgud7O .grid-container-3 {
  gap: 20px;
}
.cid-uKEYxgud7O .container,
.cid-uKEYxgud7O .container-fluid {
  overflow: hidden;
}
.cid-uKEYxgud7O .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKEYxgud7O .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKEYxgud7O .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKEYxgud7O .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uKEYxgud7O .grid-container-1,
.cid-uKEYxgud7O .grid-container-2,
.cid-uKEYxgud7O .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKEYxgud7O .grid-container-1 {
  align-items: flex-end;
}
.cid-uKEYxgud7O .grid-container-2 {
  align-items: flex-start;
}
.cid-uKEYxgud7O .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKEYxgud7O .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYxgu6m8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYxgu6m8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYxgu6m8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYxgu6m8 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEYxgu6m8 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEYxgu6m8 .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #8d0801;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uKEYxgu6m8 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uKEYxgu6m8 .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEYxgu6m8 .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uKEYxgu6m8 .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEYxgu6m8 .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 1600px) {
  .cid-uKEYxgu6m8 .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uKEYxgu6m8 .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uKEYxgu6m8 .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uKEYxgu6m8 .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uKEYxgu6m8 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uKEYxgu6m8 .item .item-wrapper .item-content .item-title {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uKEYxgu6m8 .item .item-wrapper .item-content .item-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYxgu6m8 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uKEYxgu6m8 .btn-wrapper {
  margin-top: -2%;
}
.cid-uKEYxgu6m8 .item-title {
  color: #FFFFFF;
}
.cid-uKEYxgu6m8 .item-text {
  color: #FFFFFF;
}
.cid-uKEYxguaQP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYxguaQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYxguaQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYxguaQP .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEYxguaQP .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEYxguaQP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEYxguaQP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYxguaQP .item .item-wrapper {
  height: 100%;
}
.cid-uKEYxguaQP .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKEYxguaQP .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEYxguaQP .item .item-wrapper .card-box .item-title_1,
.cid-uKEYxguaQP .item .item-wrapper .card-box .item-title_2,
.cid-uKEYxguaQP .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-uKEYxguaQP .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEYxguaQP .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKEYxguaQP .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #ffffff;
  }
}
.cid-uKEYxguaQP .item .item-wrapper .card-box .item-text_2,
.cid-uKEYxguaQP .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-uKEYxguaQP .item .item-wrapper .card_1 {
  background-color: #8d0801;
}
.cid-uKEYxguaQP .item .item-wrapper .card_2 {
  background-color: #f4d58d;
}
.cid-uKEYxguaQP .item .item-wrapper .card_3 {
  background-color: #ae301c;
}
.cid-uKEYxguaQP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKEYxguaQP .list {
  color: #000000;
}
.cid-uKEYxguaQP .item-title_1 {
  color: #FFFFFF;
}
.cid-uKEYxguaQP .item-title_2 {
  color: #000000;
}
.cid-uKEYxguaQP .item-title_3 {
  color: #FFFFFF;
}
.cid-uKEYxguaQP .item-text_2 {
  color: #000000;
}
.cid-uKEYxguaQP .item-text_3 {
  color: #FFFFFF;
}
.cid-uKEYxguaQP .list,
.cid-uKEYxguaQP .item-wrap {
  color: #FFFFFF;
}
.cid-uKEYxguvY6 {
  background-image: url("../../../assets/images/photo-1564859117892-8c3657465bfb.jpeg");
}
.cid-uKEYxguvY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYxguvY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYxguvY6 .image-wrapper {
  height: 600px;
}
.cid-uKEYxgueOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYxgueOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYxgueOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYxgueOA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEYxgueOA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYxgueOA .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEYxgueOA .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEYxgueOA .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uKEYxgueOA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKEYxgueOA .btn-wrapper {
  margin-top: -2%;
}
.cid-uKEYxgueOA .mbr-section-title {
  color: #000000;
}
.cid-uKEYxgueOA .item-title {
  color: #000000;
}
.cid-uKEYxgueOA .item-text {
  color: #000000;
}
.cid-uKEYxgucm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYxgucm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYxgucm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYxgucm7 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEYxgucm7 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEYxgucm7 .item .item-wrapper {
  height: 100%;
}
.cid-uKEYxgucm7 .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uKEYxgucm7 .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uKEYxgucm7 .item .item-wrapper:hover .item-img img,
.cid-uKEYxgucm7 .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uKEYxgucm7 .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uKEYxgucm7 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uKEYxgucm7 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uKEYxgucm7 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8d0801;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uKEYxgucm7 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.cid-uKEYxgucm7 .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uKEYxgucm7 .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKEYxgucm7 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKEYxgucm7 .item-name {
  color: #000000;
}
.cid-uKEYxgucm7 .item-role {
  color: #000000;
}
.cid-uKEYxgucm7 .item-name,
.cid-uKEYxgucm7 .name-wrapper {
  color: #000000;
}
.cid-uKEYxguQqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYxguQqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYxguQqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYxguQqU .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEYxguQqU .google-map {
    margin-bottom: 32px;
  }
}
.cid-uKEYxguQqU .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uKEYxguQqU .google-map iframe {
    height: 350px;
  }
}
.cid-uKEYxguQqU .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEYxguQqU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKEYxguQqU .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKEYxguQqU .mbr-section-title {
  color: #000000;
}
.cid-uKEYxguQqU label {
  color: #000000;
}
.cid-uKEYxgvIwc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYxgvIwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYxgvIwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYxgvIwc .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKEYxgvIwc .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uKEYxgvIwc .card {
  justify-content: center;
}
.cid-uKEYxgvIwc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEYxgvIwc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYxgvIwc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEYxgvIwc .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #000000;
}
.cid-uKEYxgvIwc .list-wrapper .list .item-wrap:hover,
.cid-uKEYxgvIwc .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uKEYxgvIwc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEYxgvIwc .mbr-section-title {
  color: #000000;
}
.cid-uKEYxgvIwc .list {
  color: #000000;
}
.cid-uKEYxgvIwc .list,
.cid-uKEYxgvIwc .item-wrap {
  color: #000000;
}
.cid-uKEVackyLV {
  background-color: transparent;
}
.cid-uKEVackyLV .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background-color: transparent !important;
  background: #e7e7e7;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKEVackyLV .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKEVackyLV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKEVackyLV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKEVackyLV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKEVackyLV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKEVackyLV .navbar.collapsed {
  justify-content: center;
}
.cid-uKEVackyLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKEVackyLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKEVackyLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKEVackyLV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKEVackyLV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKEVackyLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKEVackyLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKEVackyLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKEVackyLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKEVackyLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKEVackyLV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKEVackyLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKEVackyLV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKEVackyLV .menu_box .navbar.opened,
  .cid-uKEVackyLV .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKEVackyLV .navbar-dropdown {
  position: relative !important;
}
.cid-uKEVackyLV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKEVackyLV .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uKEVackyLV .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uKEVackyLV .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .nav-item {
    margin: 0 !important;
  }
}
.cid-uKEVackyLV .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #000000;
  }
}
.cid-uKEVackyLV .nav-item .nav-link:hover,
.cid-uKEVackyLV .nav-item .nav-link:focus {
  color: #000000 !important;
  border-color: #4cc9f0 !important;
  background-color: #4cc9f0 !important;
}
.cid-uKEVackyLV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKEVackyLV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKEVackyLV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKEVackyLV .offcanvas_box {
    display: none;
  }
}
.cid-uKEVackyLV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKEVackyLV .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKEVackyLV .container {
  display: flex;
  margin: auto;
}
.cid-uKEVackyLV .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVackyLV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKEVackyLV .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav {
    margin: 0;
  }
}
.cid-uKEVackyLV .dropdown-menu,
.cid-uKEVackyLV .navbar.opened {
  background-color: false !important;
}
.cid-uKEVackyLV .nav-item:focus,
.cid-uKEVackyLV .nav-link:focus {
  outline: none;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKEVackyLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKEVackyLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKEVackyLV .dropdown-item.active,
.cid-uKEVackyLV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKEVackyLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKEVackyLV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKEVackyLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKEVackyLV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar {
    height: 70px;
  }
  .cid-uKEVackyLV .navbar.opened {
    height: auto;
  }
  .cid-uKEVackyLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKEVackyLV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uKEVackyLV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKEVackyLV .text_widget {
  margin-bottom: 32px;
}
.cid-uKEVackyLV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKEVackyLV .text_widget a:hover,
.cid-uKEVackyLV .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uKEVackyLV .navbar-caption {
  color: #000000;
}
.cid-uKEVackyLV .mbr-section-subtitle,
.cid-uKEVackyLV .text_widget,
.cid-uKEVackyLV .mbr-section-btn {
  text-align: center;
}
.cid-uKEVackyLV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKEVackyLV .nav-link,
.cid-uKEVackyLV .dropdown-item {
  color: #000000;
}
.cid-uKEVacI2iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacI2iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacI2iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacI2iD .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uKEVacI2iD .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uKEVacI2iD .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:hover,
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:hover,
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uKEVacI2iD .mbr-section-title {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-section-subtitle {
  color: #000000;
}
.cid-uKEVacI2iD .list {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-link {
  color: #000000;
}
.cid-uKEYREJLMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYREJLMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYREJLMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYREJLMr .items-wrap {
  justify-content: space-between;
}
.cid-uKEYREJLMr .items-wrap .card {
  justify-content: center;
}
.cid-uKEYREJLMr .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKEYREJLMr .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEYREJLMr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKEYREJLMr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEYREJLMr .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKEYREJLMr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKEYREJLMr .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEYREJLMr .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKEYREJLMr .image-wrapper img {
    height: 350px;
  }
}
.cid-uKEYREJLMr .mbr-desc {
  color: #000000;
}
.cid-uKEYREJLMr .mbr-section-title {
  color: #000000;
}
.cid-uKEYREJLMr .mbr-text {
  color: #000000;
}
.cid-uKEYREJLMr .mbr-text,
.cid-uKEYREJLMr .mbr-section-btn {
  color: #000000;
}
.cid-uKEYREJ565 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYREJ565 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYREJ565 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYREJ565 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEYREJ565 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYREJ565 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEYREJ565 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEYREJ565 .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uKEYREJ565 .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uKEYREJ565 .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uKEYREJ565 .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEYREJ565 .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uKEYREJ565 .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uKEYREJ565 .item .item-wrapper .card-box .item-text_1,
.cid-uKEYREJ565 .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uKEYREJ565 .item .item-wrapper .card_1 {
  background-color: #dcdcd0;
}
.cid-uKEYREJ565 .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uKEYREJ565 .item .item-wrapper .card_2 {
  background-color: #d3bab1;
}
.cid-uKEYREJ565 .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uKEYREJ565 .item .item-wrapper .card {
  justify-content: center;
}
.cid-uKEYREJ565 .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKEYREJ565 .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uKEYREJ565 .item-title {
  color: #000000;
}
.cid-uKEYREJ565 .item-desc {
  color: #000000;
}
.cid-uKEYREJ565 .item-text_1 {
  color: #ffffff;
}
.cid-uKEYREJ565 .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uKEYREJ565 .item-text_1,
.cid-uKEYREJ565 .icon-wrap {
  text-align: center;
  color: #000000;
}
.cid-uKEYREJ565 .item-text_2,
.cid-uKEYREJ565 .icon-wrap {
  color: #000000;
}
.cid-uKEYREJXss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYREJXss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYREJXss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYREJXss .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEYREJXss .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEYREJXss .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #dcdcd0;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uKEYREJXss .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uKEYREJXss .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEYREJXss .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uKEYREJXss .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEYREJXss .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .cid-uKEYREJXss .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uKEYREJXss .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uKEYREJXss .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uKEYREJXss .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uKEYREJXss .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uKEYREJXss .item .item-wrapper .item-content .item-title {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uKEYREJXss .item .item-wrapper .item-content .item-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYREJXss .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uKEYREJXss .btn-wrapper {
  margin-top: -2%;
}
.cid-uKEYREJXss .item-title {
  color: #000000;
}
.cid-uKEYREJXss .item-text {
  color: #000000;
}
.cid-uKEYREJ4Jc {
  background-image: url("../../../assets/images/photo-1581404788767-726320400cea.jpeg");
}
.cid-uKEYREJ4Jc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYREJ4Jc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYREJ4Jc .image-wrapper {
  height: 600px;
}
.cid-uKEYREKHOe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYREKHOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYREKHOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYREKHOe .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYREKHOe .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uKEYREKHOe .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uKEYREKHOe .panel-group .card_1 {
  background-color: #dcdcd0;
}
.cid-uKEYREKHOe .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uKEYREKHOe .panel-group .card_1 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uKEYREKHOe .panel-group .card_2 {
  background-color: #d3bab1;
}
.cid-uKEYREKHOe .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uKEYREKHOe .panel-group .card_2 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uKEYREKHOe .panel-group .card_3 {
  background-color: #79808a;
}
.cid-uKEYREKHOe .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
  border: 3px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
    border: 2px solid #ffffff;
  }
}
.cid-uKEYREKHOe .panel-group .card_3 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uKEYREKHOe .panel-group .card_4 {
  background-color: #dcdcd0;
}
.cid-uKEYREKHOe .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uKEYREKHOe .panel-group .card_4 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uKEYREKHOe .panel-group .card {
  position: relative;
  padding: 64px 50px 100px;
  border: none;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card {
    padding: 36px 24px 100px;
  }
}
.cid-uKEYREKHOe .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uKEYREKHOe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_1,
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_2,
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_3,
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_4 {
  width: 33%;
  margin-bottom: 0;
  padding-right: 16px;
}
@media (max-width: 1500px) {
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper {
  width: 55%;
}
@media (max-width: 1500px) {
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 43%;
  }
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper .list_1,
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper .list_2,
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper .list_3,
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper .list_4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
    padding: 8px 18px;
  }
}
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 12%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .icon-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  transform: rotate(45deg);
}
.cid-uKEYREKHOe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap {
  width: 67%;
}
@media (max-width: 1500px) {
  .cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 100%;
  }
}
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_1,
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_2,
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_3,
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_4 {
  display: inline-block;
  margin-bottom: 22px;
}
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-uKEYREKHOe .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uKEYREKHOe .mbr-section-title {
  color: #000000;
}
.cid-uKEYREKHOe .panel-title-edit_1 {
  color: #000000;
}
.cid-uKEYREKHOe .panel-title-edit_2 {
  color: #ffffff;
}
.cid-uKEYREKHOe .panel-title-edit_3 {
  color: #000000;
}
.cid-uKEYREKHOe .panel-title-edit_4 {
  color: #000000;
}
.cid-uKEYREKHOe .list_1 {
  color: #000000;
}
.cid-uKEYREKHOe .list_2 {
  color: #ffffff;
}
.cid-uKEYREKHOe .list_3 {
  color: #000000;
}
.cid-uKEYREKHOe .list_4 {
  color: #000000;
}
.cid-uKEYREKHOe .panel-text_1 {
  color: #000000;
}
.cid-uKEYREKHOe .panel-text_2 {
  color: #ffffff;
}
.cid-uKEYREKHOe .panel-text_3 {
  color: #000000;
}
.cid-uKEYREKHOe .panel-text_4 {
  color: #000000;
}
.cid-uKEYREKHOe .mbr-section-title,
.cid-uKEYREKHOe .icon-wrap {
  color: #000000;
}
.cid-uKEYREKHOe .panel-title-edit_1,
.cid-uKEYREKHOe .icon-wrapper {
  color: #000000;
}
.cid-uKEYREKHOe .list_1,
.cid-uKEYREKHOe .item-wrap_1 {
  color: #000000;
}
.cid-uKEYREKHOe .panel-text_1,
.cid-uKEYREKHOe .panel-body,
.cid-uKEYREKHOe .mbr-section-btn {
  color: #000000;
}
.cid-uKEYREKHOe .panel-title-edit_2,
.cid-uKEYREKHOe .icon-wrapper {
  color: #000000;
}
.cid-uKEYREKHOe .list_2,
.cid-uKEYREKHOe .item-wrap_2 {
  color: #000000;
}
.cid-uKEYREKHOe .panel-text_2,
.cid-uKEYREKHOe .panel-body,
.cid-uKEYREKHOe .mbr-section-btn {
  color: #000000;
}
.cid-uKEYREKHOe .panel-title-edit_3,
.cid-uKEYREKHOe .icon-wrapper {
  color: #FFFFFF;
}
.cid-uKEYREKHOe .list_3,
.cid-uKEYREKHOe .item-wrap_3 {
  color: #FFFFFF;
}
.cid-uKEYREKHOe .panel-text_3,
.cid-uKEYREKHOe .panel-body,
.cid-uKEYREKHOe .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uKEYREK5m1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYREK5m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYREK5m1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYREK5m1 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEYREK5m1 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEYREK5m1 .item .item-wrapper {
  height: 100%;
}
.cid-uKEYREK5m1 .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uKEYREK5m1 .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uKEYREK5m1 .item .item-wrapper:hover .item-img img,
.cid-uKEYREK5m1 .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uKEYREK5m1 .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uKEYREK5m1 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uKEYREK5m1 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uKEYREK5m1 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dcdcd0;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uKEYREK5m1 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uKEYREK5m1 .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uKEYREK5m1 .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKEYREK5m1 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKEYREK5m1 .item-name {
  color: #000000;
}
.cid-uKEYREK5m1 .item-role {
  color: #000000;
}
.cid-uKEYREK5m1 .item-name,
.cid-uKEYREK5m1 .name-wrapper {
  color: #000000;
}
.cid-uKEYREKuNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYREKuNl .item:focus,
.cid-uKEYREKuNl span:focus {
  outline: none;
}
.cid-uKEYREKuNl .item {
  cursor: pointer;
}
.cid-uKEYREKuNl .grid-container {
  grid-row-gap: 20px;
}
.cid-uKEYREKuNl .grid-container-1,
.cid-uKEYREKuNl .grid-container-2,
.cid-uKEYREKuNl .grid-container-3 {
  gap: 20px;
}
.cid-uKEYREKuNl .container,
.cid-uKEYREKuNl .container-fluid {
  overflow: hidden;
}
.cid-uKEYREKuNl .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKEYREKuNl .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKEYREKuNl .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKEYREKuNl .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uKEYREKuNl .grid-container-1,
.cid-uKEYREKuNl .grid-container-2,
.cid-uKEYREKuNl .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKEYREKuNl .grid-container-1 {
  align-items: flex-end;
}
.cid-uKEYREKuNl .grid-container-2 {
  align-items: flex-start;
}
.cid-uKEYREKuNl .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKEYREKuNl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYREKSKF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYREKSKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYREKSKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYREKSKF .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEYREKSKF .google-map {
    margin-bottom: 32px;
  }
}
.cid-uKEYREKSKF .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uKEYREKSKF .google-map iframe {
    height: 350px;
  }
}
.cid-uKEYREKSKF .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEYREKSKF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKEYREKSKF .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKEYREKSKF .mbr-section-title {
  color: #000000;
}
.cid-uKEYREKSKF label {
  color: #000000;
}
.cid-uKEYREKiVl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEYREKiVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYREKiVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEYREKiVl .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKEYREKiVl .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uKEYREKiVl .card {
  justify-content: center;
}
.cid-uKEYREKiVl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEYREKiVl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEYREKiVl .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEYREKiVl .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #000000;
}
.cid-uKEYREKiVl .list-wrapper .list .item-wrap:hover,
.cid-uKEYREKiVl .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uKEYREKiVl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEYREKiVl .mbr-section-title {
  color: #000000;
}
.cid-uKEYREKiVl .list {
  color: #000000;
}
.cid-uKEYREKiVl .list,
.cid-uKEYREKiVl .item-wrap {
  color: #000000;
}
.cid-uKEVackyLV {
  background-color: transparent;
}
.cid-uKEVackyLV .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background-color: transparent !important;
  background: #e7e7e7;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKEVackyLV .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKEVackyLV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKEVackyLV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKEVackyLV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKEVackyLV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKEVackyLV .navbar.collapsed {
  justify-content: center;
}
.cid-uKEVackyLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKEVackyLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKEVackyLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKEVackyLV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKEVackyLV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKEVackyLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKEVackyLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKEVackyLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKEVackyLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKEVackyLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKEVackyLV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKEVackyLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKEVackyLV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKEVackyLV .menu_box .navbar.opened,
  .cid-uKEVackyLV .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKEVackyLV .navbar-dropdown {
  position: relative !important;
}
.cid-uKEVackyLV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKEVackyLV .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uKEVackyLV .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uKEVackyLV .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .nav-item {
    margin: 0 !important;
  }
}
.cid-uKEVackyLV .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #000000;
  }
}
.cid-uKEVackyLV .nav-item .nav-link:hover,
.cid-uKEVackyLV .nav-item .nav-link:focus {
  color: #000000 !important;
  border-color: #4cc9f0 !important;
  background-color: #4cc9f0 !important;
}
.cid-uKEVackyLV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKEVackyLV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKEVackyLV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKEVackyLV .offcanvas_box {
    display: none;
  }
}
.cid-uKEVackyLV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKEVackyLV .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKEVackyLV .container {
  display: flex;
  margin: auto;
}
.cid-uKEVackyLV .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVackyLV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKEVackyLV .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav {
    margin: 0;
  }
}
.cid-uKEVackyLV .dropdown-menu,
.cid-uKEVackyLV .navbar.opened {
  background-color: false !important;
}
.cid-uKEVackyLV .nav-item:focus,
.cid-uKEVackyLV .nav-link:focus {
  outline: none;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKEVackyLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKEVackyLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKEVackyLV .dropdown-item.active,
.cid-uKEVackyLV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKEVackyLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKEVackyLV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKEVackyLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKEVackyLV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar {
    height: 70px;
  }
  .cid-uKEVackyLV .navbar.opened {
    height: auto;
  }
  .cid-uKEVackyLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKEVackyLV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uKEVackyLV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKEVackyLV .text_widget {
  margin-bottom: 32px;
}
.cid-uKEVackyLV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKEVackyLV .text_widget a:hover,
.cid-uKEVackyLV .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uKEVackyLV .navbar-caption {
  color: #000000;
}
.cid-uKEVackyLV .mbr-section-subtitle,
.cid-uKEVackyLV .text_widget,
.cid-uKEVackyLV .mbr-section-btn {
  text-align: center;
}
.cid-uKEVackyLV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKEVackyLV .nav-link,
.cid-uKEVackyLV .dropdown-item {
  color: #000000;
}
.cid-uKEVacI2iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacI2iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacI2iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacI2iD .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uKEVacI2iD .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uKEVacI2iD .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:hover,
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:hover,
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uKEVacI2iD .mbr-section-title {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-section-subtitle {
  color: #000000;
}
.cid-uKEVacI2iD .list {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-link {
  color: #000000;
}
.cid-uKEZkK09JX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZkK09JX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZkK09JX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZkK09JX .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uKEZkK09JX .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEZkK09JX .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEZkK09JX .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKEZkK09JX .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f7fa;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uKEZkK09JX .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZkK09JX .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZkK09JX .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uKEZkK09JX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKEZkK09JX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uKEZkK09JX .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uKEZkK09JX .mbr-section-title {
  color: #000000;
}
.cid-uKEZkK09JX .mbr-text {
  color: #000000;
}
.cid-uKEZkK09JX .mbr-section-title,
.cid-uKEZkK09JX .mbr-section-btn {
  color: #000000;
}
.cid-uKEZkK09JX .mbr-text,
.cid-uKEZkK09JX .text-wrapper {
  color: #000000;
}
.cid-uKEZkK0J6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZkK0J6J .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZkK0J6J .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZkK0J6J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uKEZkK0J6J .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKEZkK0J6J .embla__slide .slide-content {
  width: 100%;
}
.cid-uKEZkK0J6J .embla__slide .slide-content .item-wrapper {
  padding: 42px 28px;
  min-height: 320px;
  height: 100%;
  background-color: #74b3ce;
}
@media (max-width: 992px) {
  .cid-uKEZkK0J6J .embla__slide .slide-content .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEZkK0J6J .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uKEZkK0J6J .embla__slide .slide-content .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 2px solid #000000;
  display: inline-flex;
}
.cid-uKEZkK0J6J .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKEZkK0J6J .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uKEZkK0J6J .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 10px;
}
.cid-uKEZkK0J6J .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uKEZkK0J6J .embla__button--next,
.cid-uKEZkK0J6J .embla__button--prev {
  display: flex;
}
.cid-uKEZkK0J6J .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKEZkK0J6J .embla__button:hover {
  color: #e1ff04 !important;
}
.cid-uKEZkK0J6J .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKEZkK0J6J .embla__button.embla__button--next {
  right: 0;
}
.cid-uKEZkK0J6J .embla {
  position: relative;
  width: 100%;
}
.cid-uKEZkK0J6J .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKEZkK0J6J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKEZkK0J6J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKEZkK0J6J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKEZkK0J6J .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uKEZkK0J6J .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKEZkK0J6J .item-text {
  color: #000000;
}
.cid-uKEZkK0J6J .item-name {
  color: #000000;
}
.cid-uKEZkK0J6J .item-role {
  color: #000000;
}
.cid-uKEZkK0J6J .mbr-section-title,
.cid-uKEZkK0J6J .icon-wrap {
  color: #000000;
}
.cid-uKEZkK0J6J .item-text,
.cid-uKEZkK0J6J .item-img {
  color: #000000;
}
.cid-uKEZkK0RAH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZkK0RAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZkK0RAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZkK0RAH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZkK0RAH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZkK0RAH .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEZkK0RAH .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEZkK0RAH .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uKEZkK0RAH .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uKEZkK0RAH .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uKEZkK0RAH .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEZkK0RAH .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uKEZkK0RAH .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uKEZkK0RAH .item .item-wrapper .card-box .item-text_1,
.cid-uKEZkK0RAH .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uKEZkK0RAH .item .item-wrapper .card_1 {
  background-color: #74b3ce;
}
.cid-uKEZkK0RAH .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uKEZkK0RAH .item .item-wrapper .card_2 {
  background-color: #09bc8a;
}
.cid-uKEZkK0RAH .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-uKEZkK0RAH .item .item-wrapper .card {
  justify-content: center;
}
.cid-uKEZkK0RAH .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKEZkK0RAH .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uKEZkK0RAH .item-title {
  color: #000000;
}
.cid-uKEZkK0RAH .item-desc {
  color: #000000;
}
.cid-uKEZkK0RAH .item-text_1 {
  color: #ffffff;
}
.cid-uKEZkK0RAH .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uKEZkK0RAH .item-text_1,
.cid-uKEZkK0RAH .icon-wrap {
  text-align: center;
  color: #000000;
}
.cid-uKEZkK0RAH .item-text_2,
.cid-uKEZkK0RAH .icon-wrap {
  color: #FFFFFF;
}
.cid-uKEZkK0D21 {
  background-image: url("../../../assets/images/photo-1619272627799-52edd3802dba.jpeg");
}
.cid-uKEZkK0D21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZkK0D21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZkK0D21 .image-wrapper {
  height: 600px;
}
.cid-uKEZkK0dwi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZkK0dwi .item:focus,
.cid-uKEZkK0dwi span:focus {
  outline: none;
}
.cid-uKEZkK0dwi .item {
  cursor: pointer;
}
.cid-uKEZkK0dwi .grid-container {
  grid-row-gap: 20px;
}
.cid-uKEZkK0dwi .grid-container-1,
.cid-uKEZkK0dwi .grid-container-2,
.cid-uKEZkK0dwi .grid-container-3 {
  gap: 20px;
}
.cid-uKEZkK0dwi .container,
.cid-uKEZkK0dwi .container-fluid {
  overflow: hidden;
}
.cid-uKEZkK0dwi .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKEZkK0dwi .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKEZkK0dwi .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKEZkK0dwi .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uKEZkK0dwi .grid-container-1,
.cid-uKEZkK0dwi .grid-container-2,
.cid-uKEZkK0dwi .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKEZkK0dwi .grid-container-1 {
  align-items: flex-end;
}
.cid-uKEZkK0dwi .grid-container-2 {
  align-items: flex-start;
}
.cid-uKEZkK0dwi .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKEZkK0dwi .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZkK0bTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZkK0bTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZkK0bTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZkK0bTr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEZkK0bTr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZkK0bTr .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEZkK0bTr .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEZkK0bTr .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uKEZkK0bTr .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKEZkK0bTr .btn-wrapper {
  margin-top: -2%;
}
.cid-uKEZkK0bTr .mbr-section-title {
  color: #000000;
}
.cid-uKEZkK0bTr .item-title {
  color: #000000;
}
.cid-uKEZkK0bTr .item-text {
  color: #000000;
}
.cid-uKEZkK0O3R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZkK0O3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZkK0O3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZkK0O3R .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEZkK0O3R .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEZkK0O3R .item .item-wrapper {
  height: 100%;
}
.cid-uKEZkK0O3R .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uKEZkK0O3R .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uKEZkK0O3R .item .item-wrapper:hover .item-img img,
.cid-uKEZkK0O3R .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uKEZkK0O3R .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uKEZkK0O3R .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uKEZkK0O3R .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uKEZkK0O3R .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #74b3ce;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uKEZkK0O3R .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uKEZkK0O3R .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uKEZkK0O3R .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKEZkK0O3R .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKEZkK0O3R .item-name {
  color: #000000;
}
.cid-uKEZkK0O3R .item-role {
  color: #000000;
}
.cid-uKEZkK0O3R .item-name,
.cid-uKEZkK0O3R .name-wrapper {
  color: #000000;
}
.cid-uKEZkK0oj3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZkK0oj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZkK0oj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZkK0oj3 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEZkK0oj3 .google-map {
    margin-bottom: 32px;
  }
}
.cid-uKEZkK0oj3 .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uKEZkK0oj3 .google-map iframe {
    height: 350px;
  }
}
.cid-uKEZkK0oj3 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZkK0oj3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKEZkK0oj3 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKEZkK0oj3 .mbr-section-title {
  color: #000000;
}
.cid-uKEZkK0oj3 label {
  color: #000000;
}
.cid-uKEZkK1Wui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZkK1Wui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZkK1Wui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZkK1Wui .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKEZkK1Wui .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uKEZkK1Wui .card {
  justify-content: center;
}
.cid-uKEZkK1Wui .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEZkK1Wui .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZkK1Wui .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEZkK1Wui .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #000000;
}
.cid-uKEZkK1Wui .list-wrapper .list .item-wrap:hover,
.cid-uKEZkK1Wui .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uKEZkK1Wui .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEZkK1Wui .mbr-section-title {
  color: #000000;
}
.cid-uKEZkK1Wui .list {
  color: #000000;
}
.cid-uKEZkK1Wui .list,
.cid-uKEZkK1Wui .item-wrap {
  color: #000000;
}
.cid-uKEVackyLV {
  background-color: transparent;
}
.cid-uKEVackyLV .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background-color: transparent !important;
  background: #e7e7e7;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKEVackyLV .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKEVackyLV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKEVackyLV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKEVackyLV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKEVackyLV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKEVackyLV .navbar.collapsed {
  justify-content: center;
}
.cid-uKEVackyLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKEVackyLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKEVackyLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKEVackyLV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKEVackyLV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKEVackyLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKEVackyLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKEVackyLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKEVackyLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKEVackyLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKEVackyLV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKEVackyLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKEVackyLV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKEVackyLV .menu_box .navbar.opened,
  .cid-uKEVackyLV .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKEVackyLV .navbar-dropdown {
  position: relative !important;
}
.cid-uKEVackyLV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKEVackyLV .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uKEVackyLV .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uKEVackyLV .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .nav-item {
    margin: 0 !important;
  }
}
.cid-uKEVackyLV .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #000000;
  }
}
.cid-uKEVackyLV .nav-item .nav-link:hover,
.cid-uKEVackyLV .nav-item .nav-link:focus {
  color: #000000 !important;
  border-color: #4cc9f0 !important;
  background-color: #4cc9f0 !important;
}
.cid-uKEVackyLV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKEVackyLV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKEVackyLV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKEVackyLV .offcanvas_box {
    display: none;
  }
}
.cid-uKEVackyLV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKEVackyLV .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKEVackyLV .container {
  display: flex;
  margin: auto;
}
.cid-uKEVackyLV .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVackyLV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKEVackyLV .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav {
    margin: 0;
  }
}
.cid-uKEVackyLV .dropdown-menu,
.cid-uKEVackyLV .navbar.opened {
  background-color: false !important;
}
.cid-uKEVackyLV .nav-item:focus,
.cid-uKEVackyLV .nav-link:focus {
  outline: none;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKEVackyLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKEVackyLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKEVackyLV .dropdown-item.active,
.cid-uKEVackyLV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKEVackyLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKEVackyLV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKEVackyLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKEVackyLV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar {
    height: 70px;
  }
  .cid-uKEVackyLV .navbar.opened {
    height: auto;
  }
  .cid-uKEVackyLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKEVackyLV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uKEVackyLV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKEVackyLV .text_widget {
  margin-bottom: 32px;
}
.cid-uKEVackyLV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKEVackyLV .text_widget a:hover,
.cid-uKEVackyLV .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uKEVackyLV .navbar-caption {
  color: #000000;
}
.cid-uKEVackyLV .mbr-section-subtitle,
.cid-uKEVackyLV .text_widget,
.cid-uKEVackyLV .mbr-section-btn {
  text-align: center;
}
.cid-uKEVackyLV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKEVackyLV .nav-link,
.cid-uKEVackyLV .dropdown-item {
  color: #000000;
}
.cid-uKEVacI2iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacI2iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacI2iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacI2iD .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uKEVacI2iD .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uKEVacI2iD .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:hover,
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:hover,
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uKEVacI2iD .mbr-section-title {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-section-subtitle {
  color: #000000;
}
.cid-uKEVacI2iD .list {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-link {
  color: #000000;
}
.cid-uKEZKHPva8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZKHPva8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZKHPva8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZKHPva8 .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uKEZKHPva8 .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEZKHPva8 .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKEZKHPva8 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKEZKHPva8 .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaeaec;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uKEZKHPva8 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZKHPva8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHPva8 .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uKEZKHPva8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKEZKHPva8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uKEZKHPva8 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uKEZKHPva8 .mbr-section-title {
  color: #000000;
}
.cid-uKEZKHPva8 .mbr-text {
  color: #000000;
}
.cid-uKEZKHPva8 .mbr-section-title,
.cid-uKEZKHPva8 .mbr-section-btn {
  color: #000000;
}
.cid-uKEZKHPva8 .mbr-text,
.cid-uKEZKHPva8 .text-wrapper {
  color: #000000;
}
.cid-uKEZKHPPa3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZKHPPa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZKHPPa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZKHPPa3 .card {
  justify-content: flex-end;
}
.cid-uKEZKHPPa3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZKHPPa3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHPPa3 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZKHPPa3 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHPPa3 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEZKHPPa3 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKEZKHPPa3 .mbr-section-title {
  color: #000000;
}
.cid-uKEZKHPPa3 .mbr-desc {
  color: #000000;
}
.cid-uKEZKHPPa3 .mbr-text,
.cid-uKEZKHPPa3 .text-wrapper {
  color: #000000;
}
.cid-uKEZKHPhUz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZKHPhUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZKHPhUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZKHPhUz .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEZKHPhUz .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKEZKHPhUz .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #2b2d42;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uKEZKHPhUz .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uKEZKHPhUz .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKEZKHPhUz .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uKEZKHPhUz .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEZKHPhUz .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 1600px) {
  .cid-uKEZKHPhUz .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uKEZKHPhUz .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uKEZKHPhUz .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uKEZKHPhUz .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uKEZKHPhUz .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uKEZKHPhUz .item .item-wrapper .item-content .item-title {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uKEZKHPhUz .item .item-wrapper .item-content .item-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHPhUz .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uKEZKHPhUz .btn-wrapper {
  margin-top: -2%;
}
.cid-uKEZKHPhUz .item-title {
  color: #FFFFFF;
}
.cid-uKEZKHPhUz .item-text {
  color: #FFFFFF;
}
.cid-uKEZKHQUjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZKHQUjP .item:focus,
.cid-uKEZKHQUjP span:focus {
  outline: none;
}
.cid-uKEZKHQUjP .item {
  cursor: pointer;
}
.cid-uKEZKHQUjP .grid-container {
  grid-row-gap: 20px;
}
.cid-uKEZKHQUjP .grid-container-1,
.cid-uKEZKHQUjP .grid-container-2,
.cid-uKEZKHQUjP .grid-container-3 {
  gap: 20px;
}
.cid-uKEZKHQUjP .container,
.cid-uKEZKHQUjP .container-fluid {
  overflow: hidden;
}
.cid-uKEZKHQUjP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKEZKHQUjP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKEZKHQUjP .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKEZKHQUjP .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uKEZKHQUjP .grid-container-1,
.cid-uKEZKHQUjP .grid-container-2,
.cid-uKEZKHQUjP .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKEZKHQUjP .grid-container-1 {
  align-items: flex-end;
}
.cid-uKEZKHQUjP .grid-container-2 {
  align-items: flex-start;
}
.cid-uKEZKHQUjP .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKEZKHQUjP .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHQsL6 {
  background-image: url("../../../assets/images/photo-1644973926162-c899a536a5c4.jpeg");
}
.cid-uKEZKHQsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZKHQsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZKHQsL6 .image-wrapper {
  height: 600px;
}
.cid-uKEZKHQWTQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZKHQWTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZKHQWTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZKHQWTQ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKEZKHQWTQ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKEZKHQWTQ .item .item-wrapper {
  height: 100%;
}
.cid-uKEZKHQWTQ .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uKEZKHQWTQ .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uKEZKHQWTQ .item .item-wrapper:hover .item-img img,
.cid-uKEZKHQWTQ .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uKEZKHQWTQ .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uKEZKHQWTQ .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uKEZKHQWTQ .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uKEZKHQWTQ .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2b2d42;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uKEZKHQWTQ .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.cid-uKEZKHQWTQ .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uKEZKHQWTQ .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKEZKHQWTQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKEZKHQWTQ .item-name {
  color: #000000;
}
.cid-uKEZKHQWTQ .item-role {
  color: #000000;
}
.cid-uKEZKHQWTQ .item-name,
.cid-uKEZKHQWTQ .name-wrapper {
  color: #000000;
}
.cid-uKEZKHQaEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZKHQaEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZKHQaEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZKHQaEZ .card {
  justify-content: flex-end;
}
.cid-uKEZKHQaEZ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZKHQaEZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHQaEZ .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZKHQaEZ .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHQaEZ .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKEZKHQaEZ .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 70px 0 0;
}
@media (max-width: 1440px) {
  .cid-uKEZKHQaEZ .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 32px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uKEZKHQaEZ .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 20px 10px 0;
  }
}
.cid-uKEZKHQaEZ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  border: none !important;
  padding: 10px;
  animation: none;
}
@media (max-width: 992px) {
  .cid-uKEZKHQaEZ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 5px;
  }
}
.cid-uKEZKHQaEZ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .content-wrap {
    display: block;
  }
}
.cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .content-wrap .image-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .content-wrap .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .content-wrap .image-wrap img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .content-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .content-wrap .item-text {
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEZKHQaEZ .tab-content .tab-pane .item-content .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uKEZKHQaEZ .mbr-section-title {
  color: #000000;
}
.cid-uKEZKHQaEZ .item-title {
  color: #000000;
}
.cid-uKEZKHQaEZ .item-text {
  color: #000000;
}
.cid-uKEZKHQaEZ .mbr-section-title,
.cid-uKEZKHQaEZ .tabs-wrapper {
  color: #000000;
}
.cid-uKEZKHQf2m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZKHQf2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZKHQf2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZKHQf2m .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKEZKHQf2m .google-map {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHQf2m .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uKEZKHQf2m .google-map iframe {
    height: 350px;
  }
}
.cid-uKEZKHQf2m .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKEZKHQf2m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKEZKHQf2m .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKEZKHQf2m .mbr-section-title {
  color: #000000;
}
.cid-uKEZKHQf2m label {
  color: #000000;
}
.cid-uKEZKHQRJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEZKHQRJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEZKHQRJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEZKHQRJ3 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKEZKHQRJ3 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uKEZKHQRJ3 .card {
  justify-content: center;
}
.cid-uKEZKHQRJ3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEZKHQRJ3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKEZKHQRJ3 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKEZKHQRJ3 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #000000;
}
.cid-uKEZKHQRJ3 .list-wrapper .list .item-wrap:hover,
.cid-uKEZKHQRJ3 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uKEZKHQRJ3 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEZKHQRJ3 .mbr-section-title {
  color: #000000;
}
.cid-uKEZKHQRJ3 .list {
  color: #000000;
}
.cid-uKEZKHQRJ3 .list,
.cid-uKEZKHQRJ3 .item-wrap {
  color: #000000;
}
.cid-uKEVackyLV {
  background-color: transparent;
}
.cid-uKEVackyLV .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background-color: transparent !important;
  background: #e7e7e7;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKEVackyLV .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKEVackyLV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKEVackyLV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKEVackyLV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKEVackyLV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKEVackyLV .navbar.collapsed {
  justify-content: center;
}
.cid-uKEVackyLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKEVackyLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKEVackyLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKEVackyLV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKEVackyLV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKEVackyLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKEVackyLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKEVackyLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKEVackyLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKEVackyLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKEVackyLV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKEVackyLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKEVackyLV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKEVackyLV .menu_box .navbar.opened,
  .cid-uKEVackyLV .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKEVackyLV .navbar-dropdown {
  position: relative !important;
}
.cid-uKEVackyLV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKEVackyLV .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uKEVackyLV .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uKEVackyLV .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .nav-item {
    margin: 0 !important;
  }
}
.cid-uKEVackyLV .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #000000;
  }
}
.cid-uKEVackyLV .nav-item .nav-link:hover,
.cid-uKEVackyLV .nav-item .nav-link:focus {
  color: #000000 !important;
  border-color: #4cc9f0 !important;
  background-color: #4cc9f0 !important;
}
.cid-uKEVackyLV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKEVackyLV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKEVackyLV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKEVackyLV .offcanvas_box {
    display: none;
  }
}
.cid-uKEVackyLV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKEVackyLV .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKEVackyLV .container {
  display: flex;
  margin: auto;
}
.cid-uKEVackyLV .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVackyLV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKEVackyLV .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav {
    margin: 0;
  }
}
.cid-uKEVackyLV .dropdown-menu,
.cid-uKEVackyLV .navbar.opened {
  background-color: false !important;
}
.cid-uKEVackyLV .nav-item:focus,
.cid-uKEVackyLV .nav-link:focus {
  outline: none;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKEVackyLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKEVackyLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKEVackyLV .dropdown-item.active,
.cid-uKEVackyLV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKEVackyLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKEVackyLV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKEVackyLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKEVackyLV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar {
    height: 70px;
  }
  .cid-uKEVackyLV .navbar.opened {
    height: auto;
  }
  .cid-uKEVackyLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKEVackyLV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uKEVackyLV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKEVackyLV .text_widget {
  margin-bottom: 32px;
}
.cid-uKEVackyLV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKEVackyLV .text_widget a:hover,
.cid-uKEVackyLV .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uKEVackyLV .navbar-caption {
  color: #000000;
}
.cid-uKEVackyLV .mbr-section-subtitle,
.cid-uKEVackyLV .text_widget,
.cid-uKEVackyLV .mbr-section-btn {
  text-align: center;
}
.cid-uKEVackyLV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKEVackyLV .nav-link,
.cid-uKEVackyLV .dropdown-item {
  color: #000000;
}
.cid-uKEVacI2iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacI2iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacI2iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacI2iD .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uKEVacI2iD .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uKEVacI2iD .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:hover,
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:hover,
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uKEVacI2iD .mbr-section-title {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-section-subtitle {
  color: #000000;
}
.cid-uKEVacI2iD .list {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-link {
  color: #000000;
}
.cid-uKF0avVTpo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKF0avVTpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF0avVTpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF0avVTpo .items-wrap {
  justify-content: space-between;
}
.cid-uKF0avVTpo .items-wrap .card {
  justify-content: center;
}
.cid-uKF0avVTpo .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKF0avVTpo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKF0avVTpo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKF0avVTpo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKF0avVTpo .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKF0avVTpo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKF0avVTpo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKF0avVTpo .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKF0avVTpo .image-wrapper img {
    height: 350px;
  }
}
.cid-uKF0avVTpo .mbr-desc {
  color: #000000;
}
.cid-uKF0avVTpo .mbr-section-title {
  color: #000000;
}
.cid-uKF0avVTpo .mbr-text {
  color: #000000;
}
.cid-uKF0avVTpo .mbr-text,
.cid-uKF0avVTpo .mbr-section-btn {
  color: #000000;
}
.cid-uKF0avV3De {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKF0avV3De .item:focus,
.cid-uKF0avV3De span:focus {
  outline: none;
}
.cid-uKF0avV3De .item {
  cursor: pointer;
}
.cid-uKF0avV3De .grid-container {
  grid-row-gap: 20px;
}
.cid-uKF0avV3De .grid-container-1,
.cid-uKF0avV3De .grid-container-2,
.cid-uKF0avV3De .grid-container-3 {
  gap: 20px;
}
.cid-uKF0avV3De .container,
.cid-uKF0avV3De .container-fluid {
  overflow: hidden;
}
.cid-uKF0avV3De .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKF0avV3De .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKF0avV3De .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKF0avV3De .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uKF0avV3De .grid-container-1,
.cid-uKF0avV3De .grid-container-2,
.cid-uKF0avV3De .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKF0avV3De .grid-container-1 {
  align-items: flex-end;
}
.cid-uKF0avV3De .grid-container-2 {
  align-items: flex-start;
}
.cid-uKF0avV3De .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKF0avV3De .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKF0avV42L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKF0avV42L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF0avV42L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF0avV42L .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKF0avV42L .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKF0avV42L .item .item-wrapper {
  height: 100%;
}
.cid-uKF0avV42L .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uKF0avV42L .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uKF0avV42L .item .item-wrapper:hover .item-img img,
.cid-uKF0avV42L .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uKF0avV42L .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uKF0avV42L .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uKF0avV42L .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uKF0avV42L .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cfdbd5;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uKF0avV42L .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uKF0avV42L .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uKF0avV42L .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKF0avV42L .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKF0avV42L .item-name {
  color: #000000;
}
.cid-uKF0avV42L .item-role {
  color: #000000;
}
.cid-uKF0avV42L .item-name,
.cid-uKF0avV42L .name-wrapper {
  color: #000000;
}
.cid-uKF0avVIlD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKF0avVIlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF0avVIlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF0avVIlD .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKF0avVIlD .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uKF0avVIlD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKF0avVIlD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKF0avVIlD .item .item-wrapper {
  height: 100%;
}
.cid-uKF0avVIlD .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKF0avVIlD .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uKF0avVIlD .item .item-wrapper .card-box .item-title_1,
.cid-uKF0avVIlD .item .item-wrapper .card-box .item-title_2,
.cid-uKF0avVIlD .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-uKF0avVIlD .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKF0avVIlD .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKF0avVIlD .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #000000;
  }
}
.cid-uKF0avVIlD .item .item-wrapper .card-box .item-text_2,
.cid-uKF0avVIlD .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-uKF0avVIlD .item .item-wrapper .card_1 {
  background-color: #cfdbd5;
}
.cid-uKF0avVIlD .item .item-wrapper .card_2 {
  background-color: #f5cb5c;
}
.cid-uKF0avVIlD .item .item-wrapper .card_3 {
  background-color: #4c4c4b;
}
.cid-uKF0avVIlD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKF0avVIlD .list {
  color: #000000;
}
.cid-uKF0avVIlD .item-title_1 {
  color: #000000;
}
.cid-uKF0avVIlD .item-title_2 {
  color: #000000;
}
.cid-uKF0avVIlD .item-title_3 {
  color: #FFFFFF;
}
.cid-uKF0avVIlD .item-text_2 {
  color: #000000;
}
.cid-uKF0avVIlD .item-text_3 {
  color: #FFFFFF;
}
.cid-uKF0avVIlD .list,
.cid-uKF0avVIlD .item-wrap {
  color: #000000;
}
.cid-uKF0avV4N5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKF0avV4N5 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKF0avV4N5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKF0avV4N5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uKF0avV4N5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKF0avV4N5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uKF0avV4N5 .embla__slide .slide-content .item-wrapper {
  padding: 42px 28px;
  min-height: 320px;
  height: 100%;
  background-color: #cfdbd5;
}
@media (max-width: 992px) {
  .cid-uKF0avV4N5 .embla__slide .slide-content .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uKF0avV4N5 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uKF0avV4N5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 2px solid #000000;
  display: inline-flex;
}
.cid-uKF0avV4N5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKF0avV4N5 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uKF0avV4N5 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 10px;
}
.cid-uKF0avV4N5 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uKF0avV4N5 .embla__button--next,
.cid-uKF0avV4N5 .embla__button--prev {
  display: flex;
}
.cid-uKF0avV4N5 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKF0avV4N5 .embla__button:hover {
  color: #e1ff04 !important;
}
.cid-uKF0avV4N5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKF0avV4N5 .embla__button.embla__button--next {
  right: 0;
}
.cid-uKF0avV4N5 .embla {
  position: relative;
  width: 100%;
}
.cid-uKF0avV4N5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKF0avV4N5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKF0avV4N5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKF0avV4N5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKF0avV4N5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uKF0avV4N5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKF0avV4N5 .item-text {
  color: #000000;
}
.cid-uKF0avV4N5 .item-name {
  color: #000000;
}
.cid-uKF0avV4N5 .item-role {
  color: #000000;
}
.cid-uKF0avV4N5 .mbr-section-title,
.cid-uKF0avV4N5 .icon-wrap {
  color: #000000;
}
.cid-uKF0avV4N5 .item-text,
.cid-uKF0avV4N5 .item-img {
  color: #000000;
}
.cid-uKF0avVHCY {
  background-image: url("../../../assets/images/photo-1663794250229-b5a33aa918d4.jpeg");
}
.cid-uKF0avVHCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF0avVHCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF0avVHCY .image-wrapper {
  height: 600px;
}
.cid-uKF0avVshe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKF0avVshe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF0avVshe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF0avVshe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKF0avVshe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKF0avVshe .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKF0avVshe .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKF0avVshe .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uKF0avVshe .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKF0avVshe .btn-wrapper {
  margin-top: -2%;
}
.cid-uKF0avVshe .mbr-section-title {
  color: #000000;
}
.cid-uKF0avVshe .item-title {
  color: #000000;
}
.cid-uKF0avVshe .item-text {
  color: #000000;
}
.cid-uKF0avVcCr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKF0avVcCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF0avVcCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF0avVcCr .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKF0avVcCr .google-map {
    margin-bottom: 32px;
  }
}
.cid-uKF0avVcCr .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uKF0avVcCr .google-map iframe {
    height: 350px;
  }
}
.cid-uKF0avVcCr .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKF0avVcCr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKF0avVcCr .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKF0avVcCr .mbr-section-title {
  color: #000000;
}
.cid-uKF0avVcCr label {
  color: #000000;
}
.cid-uKF0avVxMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKF0avVxMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF0avVxMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF0avVxMg .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKF0avVxMg .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uKF0avVxMg .card {
  justify-content: center;
}
.cid-uKF0avVxMg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKF0avVxMg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKF0avVxMg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKF0avVxMg .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #000000;
}
.cid-uKF0avVxMg .list-wrapper .list .item-wrap:hover,
.cid-uKF0avVxMg .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uKF0avVxMg .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKF0avVxMg .mbr-section-title {
  color: #000000;
}
.cid-uKF0avVxMg .list {
  color: #000000;
}
.cid-uKF0avVxMg .list,
.cid-uKF0avVxMg .item-wrap {
  color: #000000;
}
.cid-uKEVackyLV {
  background-color: transparent;
}
.cid-uKEVackyLV .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background-color: transparent !important;
  background: #e7e7e7;
}
.cid-uKEVackyLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKEVackyLV .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKEVackyLV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKEVackyLV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKEVackyLV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKEVackyLV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKEVackyLV .navbar.collapsed {
  justify-content: center;
}
.cid-uKEVackyLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKEVackyLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKEVackyLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKEVackyLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKEVackyLV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKEVackyLV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKEVackyLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKEVackyLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKEVackyLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKEVackyLV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKEVackyLV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKEVackyLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKEVackyLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKEVackyLV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKEVackyLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKEVackyLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKEVackyLV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKEVackyLV .menu_box .navbar.opened,
  .cid-uKEVackyLV .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKEVackyLV .navbar-dropdown {
  position: relative !important;
}
.cid-uKEVackyLV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKEVackyLV .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uKEVackyLV .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uKEVackyLV .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .nav-item {
    margin: 0 !important;
  }
}
.cid-uKEVackyLV .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKEVackyLV .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #000000;
  }
}
.cid-uKEVackyLV .nav-item .nav-link:hover,
.cid-uKEVackyLV .nav-item .nav-link:focus {
  color: #000000 !important;
  border-color: #4cc9f0 !important;
  background-color: #4cc9f0 !important;
}
.cid-uKEVackyLV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKEVackyLV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKEVackyLV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKEVackyLV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKEVackyLV .offcanvas_box {
    display: none;
  }
}
.cid-uKEVackyLV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKEVackyLV .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKEVackyLV .container {
  display: flex;
  margin: auto;
}
.cid-uKEVackyLV .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVackyLV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKEVackyLV .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav {
    margin: 0;
  }
}
.cid-uKEVackyLV .dropdown-menu,
.cid-uKEVackyLV .navbar.opened {
  background-color: false !important;
}
.cid-uKEVackyLV .nav-item:focus,
.cid-uKEVackyLV .nav-link:focus {
  outline: none;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKEVackyLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEVackyLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKEVackyLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKEVackyLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKEVackyLV .dropdown-item.active,
.cid-uKEVackyLV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKEVackyLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKEVackyLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKEVackyLV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKEVackyLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKEVackyLV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEVackyLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKEVackyLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEVackyLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKEVackyLV .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-uKEVackyLV .navbar {
    height: 70px;
  }
  .cid-uKEVackyLV .navbar.opened {
    height: auto;
  }
  .cid-uKEVackyLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKEVackyLV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uKEVackyLV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKEVackyLV .text_widget {
  margin-bottom: 32px;
}
.cid-uKEVackyLV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKEVackyLV .text_widget a:hover,
.cid-uKEVackyLV .text_widget a:focus {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .cid-uKEVackyLV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uKEVackyLV .navbar-caption {
  color: #000000;
}
.cid-uKEVackyLV .mbr-section-subtitle,
.cid-uKEVackyLV .text_widget,
.cid-uKEVackyLV .mbr-section-btn {
  text-align: center;
}
.cid-uKEVackyLV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKEVackyLV .nav-link,
.cid-uKEVackyLV .dropdown-item {
  color: #000000;
}
.cid-uKEVacI2iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKEVacI2iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVacI2iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVacI2iD .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uKEVacI2iD .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uKEVacI2iD .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:hover,
.cid-uKEVacI2iD .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uKEVacI2iD .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:hover,
.cid-uKEVacI2iD .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uKEVacI2iD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uKEVacI2iD .mbr-section-title {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-section-subtitle {
  color: #000000;
}
.cid-uKEVacI2iD .list {
  color: #000000;
}
.cid-uKEVacI2iD .mbr-link {
  color: #000000;
}
