.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #18212d !important;
}
.bg-success {
  background-color: #fbfaf9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #6e4d64 !important;
}
.bg-danger {
  background-color: #896067 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18212d !important;
  border-color: #18212d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b818c !important;
  border-color: #6b818c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
  color: #937a62 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #937a62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6e4d64 !important;
  border-color: #6e4d64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8c627f !important;
  border-color: #8c627f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8c627f !important;
  border-color: #8c627f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #896067 !important;
  border-color: #896067 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #a27a81 !important;
  border-color: #a27a81 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a27a81 !important;
  border-color: #a27a81 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #18212d;
  color: #18212d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18212d !important;
  border-color: #18212d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6b818c;
  color: #6b818c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #45545b !important;
  background-color: transparent !important;
  border-color: #45545b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b818c !important;
  border-color: #6b818c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fbfaf9;
  color: #fbfaf9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d8cfc5 !important;
  background-color: transparent !important;
  border-color: #d8cfc5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #937a62 !important;
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6e4d64;
  color: #6e4d64;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3b2936 !important;
  background-color: transparent !important;
  border-color: #3b2936 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6e4d64 !important;
  border-color: #6e4d64 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #896067;
  color: #896067;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #563c41 !important;
  background-color: transparent !important;
  border-color: #563c41 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #896067 !important;
  border-color: #896067 !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: #18212d !important;
}
.text-secondary {
  color: #6b818c !important;
}
.text-success {
  color: #fbfaf9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #6e4d64 !important;
}
.text-danger {
  color: #896067 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f4c52 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c7bc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #32232d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4d363a !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: #18212d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #6e4d64;
}
.alert-danger {
  background-color: #896067;
}
.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: #18212d;
  border-color: #18212d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18212d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8d3e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #af8ca4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c1a7ac;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #18212d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #18212d;
}
/* 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: #18212d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18212d;
}
.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: #18212d;
  border-bottom-color: #18212d;
}
.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: #18212d !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: #6b818c !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='%2318212d' %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: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #18212d !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #18212d !important;
}
.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 {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #18212d;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #6b818c;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #fbfaf9;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #6e4d64;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #896067;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-uLE7D1kSWb {
  background-color: transparent;
}
.cid-uLE7D1kSWb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLE7D1kSWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLE7D1kSWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLE7D1kSWb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLE7D1kSWb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLE7D1kSWb .menu_box .navbar.opened,
  .cid-uLE7D1kSWb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLE7D1kSWb .navbar-dropdown {
  position: relative !important;
}
.cid-uLE7D1kSWb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLE7D1kSWb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLE7D1kSWb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLE7D1kSWb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLE7D1kSWb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLE7D1kSWb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uLE7D1kSWb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLE7D1kSWb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLE7D1kSWb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLE7D1kSWb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLE7D1kSWb .offcanvas-body .mbr-text,
  .cid-uLE7D1kSWb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLE7D1kSWb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLE7D1kSWb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLE7D1kSWb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uLE7D1kSWb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLE7D1kSWb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLE7D1kSWb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLE7D1kSWb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLE7D1kSWb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLE7D1kSWb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLE7D1kSWb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLE7D1kSWb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLE7D1kSWb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLE7D1kSWb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLE7D1kSWb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLE7D1kSWb .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uLE7D1kSWb .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uLE7D1kSWb .nav-item {
    margin: 0 !important;
  }
}
.cid-uLE7D1kSWb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uLE7D1kSWb .nav-item .nav-link:hover,
.cid-uLE7D1kSWb .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uLE7D1kSWb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLE7D1kSWb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLE7D1kSWb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLE7D1kSWb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLE7D1kSWb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLE7D1kSWb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLE7D1kSWb .offcanvas_box {
    display: none;
  }
}
.cid-uLE7D1kSWb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLE7D1kSWb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLE7D1kSWb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLE7D1kSWb .container {
  display: flex;
  margin: auto;
}
.cid-uLE7D1kSWb .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLE7D1kSWb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLE7D1kSWb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLE7D1kSWb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLE7D1kSWb .navbar-nav {
    margin: 0;
  }
}
.cid-uLE7D1kSWb .dropdown-menu,
.cid-uLE7D1kSWb .navbar.opened {
  background-color: false !important;
}
.cid-uLE7D1kSWb .nav-item:focus,
.cid-uLE7D1kSWb .nav-link:focus {
  outline: none;
}
.cid-uLE7D1kSWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLE7D1kSWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLE7D1kSWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLE7D1kSWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLE7D1kSWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLE7D1kSWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLE7D1kSWb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLE7D1kSWb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLE7D1kSWb .navbar.opened {
  transition: all 0.3s;
}
.cid-uLE7D1kSWb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLE7D1kSWb .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLE7D1kSWb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLE7D1kSWb .navbar.collapsed {
  justify-content: center;
}
.cid-uLE7D1kSWb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLE7D1kSWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLE7D1kSWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLE7D1kSWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLE7D1kSWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLE7D1kSWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLE7D1kSWb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLE7D1kSWb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLE7D1kSWb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLE7D1kSWb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLE7D1kSWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLE7D1kSWb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLE7D1kSWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLE7D1kSWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLE7D1kSWb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLE7D1kSWb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLE7D1kSWb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLE7D1kSWb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLE7D1kSWb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLE7D1kSWb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLE7D1kSWb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLE7D1kSWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLE7D1kSWb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLE7D1kSWb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLE7D1kSWb .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-uLE7D1kSWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLE7D1kSWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLE7D1kSWb .dropdown-item.active,
.cid-uLE7D1kSWb .dropdown-item:active {
  background-color: transparent;
}
.cid-uLE7D1kSWb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uLE7D1kSWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLE7D1kSWb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLE7D1kSWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLE7D1kSWb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLE7D1kSWb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLE7D1kSWb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uLE7D1kSWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uLE7D1kSWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLE7D1kSWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE7D1kSWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE7D1kSWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLE7D1kSWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE7D1kSWb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLE7D1kSWb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLE7D1kSWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE7D1kSWb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLE7D1kSWb .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-uLE7D1kSWb .navbar {
    height: 70px;
  }
  .cid-uLE7D1kSWb .navbar.opened {
    height: auto;
  }
  .cid-uLE7D1kSWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLE7D1kSWb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLE7D1kSWb .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uLE7D1kSWb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uLE7D1kSWb .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7D1kSWb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLE7D1kSWb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uLE7D1kSWb .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uLE7D1kSWb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLE7D1kSWb .text_widget {
  margin-bottom: 32px;
}
.cid-uLE7D1kSWb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLE7D1kSWb .text_widget a:hover,
.cid-uLE7D1kSWb .text_widget a:focus {
  opacity: .8;
}
.cid-uLE7D1kSWb .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uLE7D1kSWb .navbar-caption {
  color: #18212d;
}
.cid-uLE7D1kSWb .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uLE7D1kSWb .mbr-section-subtitle,
.cid-uLE7D1kSWb .text_widget,
.cid-uLE7D1kSWb .mbr-section-btn {
  text-align: center;
}
.cid-uLE7D1kSWb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLE7Dg1c5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-151.png-995x658.png");
}
.cid-uLE7Dg1c5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE7Dg1c5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE7Dg1c5D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLE7Dg1c5D .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7Dg1c5D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7Dg1c5D .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7Dg1c5D .container {
    padding: 0 24px;
  }
}
.cid-uLE7Dg1c5D .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uLE7Dg1c5D .content-wrapper {
    padding: 0;
  }
}
.cid-uLE7Dg1c5D .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uLE7Dg1c5D .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLE7Dg1c5D .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uLE7Dg1c5D .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLE7Dg1c5D .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLE7Dg1c5D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLE7Dg1c5D .mbr-section-title {
  color: #ffffff;
}
.cid-uLE7Dg1c5D .mbr-desc,
.cid-uLE7Dg1c5D .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLE7Dg1c5D .mbr-text,
.cid-uLE7Dg1c5D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLE7Dg1c5D .mbr-section-title,
.cid-uLE7Dg1c5D .mbr-section-btn {
  text-align: center;
}
.cid-uLE7HWyR5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLE7HWyR5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE7HWyR5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE7HWyR5R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLE7HWyR5R .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7HWyR5R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7HWyR5R .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7HWyR5R .container {
    padding: 0 24px;
  }
}
.cid-uLE7HWyR5R .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uLE7HWyR5R .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uLE7HWyR5R .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLE7HWyR5R .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLE7HWyR5R .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uLE7HWyR5R .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLE7HWyR5R .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLE7HWyR5R .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLE7HWyR5R .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uLE7HWyR5R .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLE7HWyR5R .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uLE7HWyR5R .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uLE7HWyR5R .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uLE7HWyR5R .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uLE7HWyR5R .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLE7HWyR5R .item-title {
  color: #18212d;
}
.cid-uLE7HWyR5R .item-text {
  color: #18212d;
}
.cid-uLE7HWyR5R .item-date {
  color: #ffffff;
}
.cid-uLE7IXU9tD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLE7IXU9tD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE7IXU9tD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE7IXU9tD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLE7IXU9tD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7IXU9tD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7IXU9tD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7IXU9tD .container {
    padding: 0 24px;
  }
}
.cid-uLE7IXU9tD .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLE7IXU9tD .content-wrapper {
    display: block;
  }
}
.cid-uLE7IXU9tD .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uLE7IXU9tD .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7IXU9tD .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uLE7IXU9tD .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLE7IXU9tD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLE7IXU9tD .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uLE7IXU9tD .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLE7IXU9tD .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uLE7IXU9tD .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLE7IXU9tD .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uLE7IXU9tD .mbr-section-title {
  color: #18212d;
}
.cid-uLE7IXU9tD .mbr-desc {
  color: #18212d;
}
.cid-uLE7IXU9tD .mbr-text {
  color: #18212d;
}
.cid-uLE7MEHXnA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLE7MEHXnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE7MEHXnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE7MEHXnA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLE7MEHXnA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7MEHXnA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7MEHXnA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7MEHXnA .container {
    padding: 0 24px;
  }
}
.cid-uLE7MEHXnA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uLE7MEHXnA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uLE7MEHXnA .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLE7MEHXnA .item .item-wrapper {
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2rem !important;
  background-color: #18212d;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-uLE7MEHXnA .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7MEHXnA .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uLE7MEHXnA .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uLE7MEHXnA .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uLE7MEHXnA .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uLE7MEHXnA .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uLE7MEHXnA .item-title {
  color: #ffffff;
}
.cid-uLE7MEHXnA .item-text {
  color: #ffffff;
}
.cid-uLE7OsyasZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLE7OsyasZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE7OsyasZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE7OsyasZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLE7OsyasZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7OsyasZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7OsyasZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7OsyasZ .container {
    padding: 0 24px;
  }
}
.cid-uLE7OsyasZ .row {
  justify-content: center;
}
.cid-uLE7OsyasZ .title-wrapper {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uLE7OsyasZ .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7OsyasZ .title-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uLE7OsyasZ .title-wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7OsyasZ .title-wrapper {
    padding-left: 0;
  }
}
.cid-uLE7OsyasZ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLE7OsyasZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLE7OsyasZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLE7OsyasZ .text-wrapper {
  padding-left: 48px;
  padding-left: 0;
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uLE7OsyasZ .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7OsyasZ .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uLE7OsyasZ .text-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7OsyasZ .text-wrapper {
    padding-right: 0;
  }
}
.cid-uLE7OsyasZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLE7OsyasZ .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uLE7OsyasZ .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uLE7OsyasZ .mbr-section-title {
  color: #18212d;
}
.cid-uLE7OsyasZ .mbr-desc {
  color: #18212d;
}
.cid-uLE7OsyasZ .mbr-text {
  color: #18212d;
}
.cid-uLE7Q0jblq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLE7Q0jblq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE7Q0jblq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE7Q0jblq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLE7Q0jblq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7Q0jblq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLE7Q0jblq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLE7Q0jblq .container {
    padding: 0 24px;
  }
}
.cid-uLE7Q0jblq .row {
  justify-content: center;
}
.cid-uLE7Q0jblq .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLE7Q0jblq .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLE7Q0jblq .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLE7Q0jblq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uLE7Q0jblq .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uLE7Q0jblq .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uLE7Q0jblq .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uLE7Q0jblq .mbr-desc,
.cid-uLE7Q0jblq .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uLE7Q0jblq .panel-title-edit {
  color: #18212d;
}
.cid-uLE7Q0jblq .panel-text {
  color: #18212d;
}
.cid-uLE84VPYQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLE84VPYQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE84VPYQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE84VPYQS .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -30%, #ffffff 20%, #ffffff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLE84VPYQS .card-wrapper {
    padding: 16px;
  }
}
.cid-uLE84VPYQS .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uLE84VPYQS .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLE84VPYQS .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLE84VPYQS .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLE84VPYQS .mbr-section-title {
  color: #0e1724;
  text-align: center;
}
.cid-uLE84VPYQS .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLE84VPYQS .list,
.cid-uLE84VPYQS .item-wrap,
.cid-uLE84VPYQS .tabs-wrapper {
  color: #0e1724;
}
.cid-uLE82qtmZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLE82qtmZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE82qtmZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE82qtmZp .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLE82qtmZp .google-map {
    margin-bottom: 32px;
  }
}
.cid-uLE82qtmZp .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uLE82qtmZp .google-map iframe {
    height: 350px;
  }
}
.cid-uLE82qtmZp .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLE82qtmZp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uLE82qtmZp .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 #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uLE82qtmZp .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLE82qtmZp .mbr-section-title {
  color: #000000;
}
.cid-uLE82qtmZp label {
  color: #000000;
}
.cid-uLE85OQDWF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLE85OQDWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE85OQDWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE85OQDWF .copyright {
  color: #ffffff;
}
.cid-uLE85OQDWF .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLE85OQDWF .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLE85OQDWF .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uLE85OQDWF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLE85OQDWF .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLE85OQDWF .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLE85OQDWF .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLE85OQDWF .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLE85OQDWF .row-links-soc,
.cid-uLE85OQDWF .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uLE85OQDWF .copyright,
.cid-uLE85OQDWF .line {
  color: #ffffff;
}
.cid-uLE85OQDWF .row-links-soc {
  color: #ffffff;
}
.cid-uLEesXZhXb {
  background-color: transparent;
}
.cid-uLEesXZhXb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLEesXZhXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLEesXZhXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEesXZhXb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEesXZhXb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEesXZhXb .menu_box .navbar.opened,
  .cid-uLEesXZhXb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEesXZhXb .navbar-dropdown {
  position: relative !important;
}
.cid-uLEesXZhXb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLEesXZhXb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEesXZhXb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEesXZhXb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEesXZhXb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEesXZhXb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uLEesXZhXb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEesXZhXb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEesXZhXb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEesXZhXb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEesXZhXb .offcanvas-body .mbr-text,
  .cid-uLEesXZhXb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEesXZhXb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEesXZhXb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEesXZhXb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uLEesXZhXb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEesXZhXb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEesXZhXb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEesXZhXb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEesXZhXb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEesXZhXb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEesXZhXb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEesXZhXb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEesXZhXb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEesXZhXb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEesXZhXb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLEesXZhXb .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uLEesXZhXb .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uLEesXZhXb .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEesXZhXb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uLEesXZhXb .nav-item .nav-link:hover,
.cid-uLEesXZhXb .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uLEesXZhXb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEesXZhXb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEesXZhXb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEesXZhXb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEesXZhXb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEesXZhXb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEesXZhXb .offcanvas_box {
    display: none;
  }
}
.cid-uLEesXZhXb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEesXZhXb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEesXZhXb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEesXZhXb .container {
  display: flex;
  margin: auto;
}
.cid-uLEesXZhXb .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEesXZhXb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEesXZhXb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEesXZhXb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEesXZhXb .navbar-nav {
    margin: 0;
  }
}
.cid-uLEesXZhXb .dropdown-menu,
.cid-uLEesXZhXb .navbar.opened {
  background-color: false !important;
}
.cid-uLEesXZhXb .nav-item:focus,
.cid-uLEesXZhXb .nav-link:focus {
  outline: none;
}
.cid-uLEesXZhXb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEesXZhXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEesXZhXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEesXZhXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEesXZhXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEesXZhXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEesXZhXb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEesXZhXb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEesXZhXb .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEesXZhXb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEesXZhXb .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLEesXZhXb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEesXZhXb .navbar.collapsed {
  justify-content: center;
}
.cid-uLEesXZhXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEesXZhXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEesXZhXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEesXZhXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEesXZhXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEesXZhXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEesXZhXb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEesXZhXb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEesXZhXb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLEesXZhXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEesXZhXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEesXZhXb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEesXZhXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEesXZhXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEesXZhXb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEesXZhXb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEesXZhXb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEesXZhXb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEesXZhXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEesXZhXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEesXZhXb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEesXZhXb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEesXZhXb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEesXZhXb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEesXZhXb .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-uLEesXZhXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEesXZhXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEesXZhXb .dropdown-item.active,
.cid-uLEesXZhXb .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEesXZhXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uLEesXZhXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEesXZhXb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEesXZhXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEesXZhXb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEesXZhXb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEesXZhXb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uLEesXZhXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uLEesXZhXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEesXZhXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEesXZhXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEesXZhXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEesXZhXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEesXZhXb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEesXZhXb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEesXZhXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEesXZhXb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEesXZhXb .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-uLEesXZhXb .navbar {
    height: 70px;
  }
  .cid-uLEesXZhXb .navbar.opened {
    height: auto;
  }
  .cid-uLEesXZhXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEesXZhXb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLEesXZhXb .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uLEesXZhXb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uLEesXZhXb .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uLEesXZhXb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLEesXZhXb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uLEesXZhXb .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uLEesXZhXb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEesXZhXb .text_widget {
  margin-bottom: 32px;
}
.cid-uLEesXZhXb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEesXZhXb .text_widget a:hover,
.cid-uLEesXZhXb .text_widget a:focus {
  opacity: .8;
}
.cid-uLEesXZhXb .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uLEesXZhXb .navbar-caption {
  color: #18212d;
}
.cid-uLEesXZhXb .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uLEesXZhXb .mbr-section-subtitle,
.cid-uLEesXZhXb .text_widget,
.cid-uLEesXZhXb .mbr-section-btn {
  text-align: center;
}
.cid-uLEesXZhXb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEexKQW34 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uLEexKQW34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEexKQW34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEexKQW34 .container {
    padding: 0 16px;
  }
}
.cid-uLEexKQW34 .row {
  justify-content: space-between;
}
.cid-uLEexKQW34 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uLEexKQW34 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLEexKQW34 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLEexKQW34 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uLEexKQW34 .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uLEexKQW34 .image-wrapper img {
    height: 350px;
  }
}
.cid-uLEexKQW34 .mbr-desc {
  color: #706cff;
}
.cid-uLEexKQW34 .mbr-section-title {
  color: #000000;
}
.cid-uLEexKQW34 .mbr-text {
  color: #000000;
}
.cid-uLEet20EfC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLEet20EfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEet20EfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEet20EfC .copyright {
  color: #ffffff;
}
.cid-uLEet20EfC .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLEet20EfC .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLEet20EfC .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uLEet20EfC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLEet20EfC .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLEet20EfC .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLEet20EfC .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLEet20EfC .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLEet20EfC .row-links-soc,
.cid-uLEet20EfC .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uLEet20EfC .copyright,
.cid-uLEet20EfC .line {
  color: #ffffff;
}
.cid-uLEet20EfC .row-links-soc {
  color: #ffffff;
}
.cid-uLEeFmUpbW {
  background-color: transparent;
}
.cid-uLEeFmUpbW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLEeFmUpbW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLEeFmUpbW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEeFmUpbW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEeFmUpbW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEeFmUpbW .menu_box .navbar.opened,
  .cid-uLEeFmUpbW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEeFmUpbW .navbar-dropdown {
  position: relative !important;
}
.cid-uLEeFmUpbW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLEeFmUpbW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEeFmUpbW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEeFmUpbW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEeFmUpbW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEeFmUpbW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uLEeFmUpbW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEeFmUpbW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEeFmUpbW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEeFmUpbW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEeFmUpbW .offcanvas-body .mbr-text,
  .cid-uLEeFmUpbW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEeFmUpbW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEeFmUpbW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEeFmUpbW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uLEeFmUpbW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEeFmUpbW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEeFmUpbW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEeFmUpbW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEeFmUpbW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEeFmUpbW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEeFmUpbW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEeFmUpbW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEeFmUpbW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEeFmUpbW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEeFmUpbW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLEeFmUpbW .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uLEeFmUpbW .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uLEeFmUpbW .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEeFmUpbW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uLEeFmUpbW .nav-item .nav-link:hover,
.cid-uLEeFmUpbW .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uLEeFmUpbW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEeFmUpbW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEeFmUpbW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEeFmUpbW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEeFmUpbW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEeFmUpbW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEeFmUpbW .offcanvas_box {
    display: none;
  }
}
.cid-uLEeFmUpbW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEeFmUpbW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEeFmUpbW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEeFmUpbW .container {
  display: flex;
  margin: auto;
}
.cid-uLEeFmUpbW .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEeFmUpbW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEeFmUpbW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEeFmUpbW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEeFmUpbW .navbar-nav {
    margin: 0;
  }
}
.cid-uLEeFmUpbW .dropdown-menu,
.cid-uLEeFmUpbW .navbar.opened {
  background-color: false !important;
}
.cid-uLEeFmUpbW .nav-item:focus,
.cid-uLEeFmUpbW .nav-link:focus {
  outline: none;
}
.cid-uLEeFmUpbW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEeFmUpbW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEeFmUpbW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEeFmUpbW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEeFmUpbW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEeFmUpbW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEeFmUpbW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEeFmUpbW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEeFmUpbW .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEeFmUpbW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEeFmUpbW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLEeFmUpbW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEeFmUpbW .navbar.collapsed {
  justify-content: center;
}
.cid-uLEeFmUpbW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEeFmUpbW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEeFmUpbW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEeFmUpbW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEeFmUpbW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEeFmUpbW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEeFmUpbW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEeFmUpbW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEeFmUpbW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLEeFmUpbW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEeFmUpbW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEeFmUpbW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEeFmUpbW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEeFmUpbW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEeFmUpbW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEeFmUpbW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEeFmUpbW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEeFmUpbW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEeFmUpbW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEeFmUpbW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEeFmUpbW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEeFmUpbW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEeFmUpbW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEeFmUpbW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEeFmUpbW .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-uLEeFmUpbW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEeFmUpbW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEeFmUpbW .dropdown-item.active,
.cid-uLEeFmUpbW .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEeFmUpbW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uLEeFmUpbW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEeFmUpbW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEeFmUpbW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEeFmUpbW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEeFmUpbW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEeFmUpbW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uLEeFmUpbW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uLEeFmUpbW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEeFmUpbW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEeFmUpbW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEeFmUpbW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEeFmUpbW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEeFmUpbW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEeFmUpbW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEeFmUpbW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEeFmUpbW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEeFmUpbW .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-uLEeFmUpbW .navbar {
    height: 70px;
  }
  .cid-uLEeFmUpbW .navbar.opened {
    height: auto;
  }
  .cid-uLEeFmUpbW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEeFmUpbW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLEeFmUpbW .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uLEeFmUpbW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uLEeFmUpbW .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uLEeFmUpbW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLEeFmUpbW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uLEeFmUpbW .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uLEeFmUpbW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEeFmUpbW .text_widget {
  margin-bottom: 32px;
}
.cid-uLEeFmUpbW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEeFmUpbW .text_widget a:hover,
.cid-uLEeFmUpbW .text_widget a:focus {
  opacity: .8;
}
.cid-uLEeFmUpbW .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uLEeFmUpbW .navbar-caption {
  color: #18212d;
}
.cid-uLEeFmUpbW .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uLEeFmUpbW .mbr-section-subtitle,
.cid-uLEeFmUpbW .text_widget,
.cid-uLEeFmUpbW .mbr-section-btn {
  text-align: center;
}
.cid-uLEeFmUpbW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEeFnukKR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uLEeFnukKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEeFnukKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEeFnukKR .container {
    padding: 0 16px;
  }
}
.cid-uLEeFnukKR .row {
  justify-content: space-between;
}
.cid-uLEeFnukKR .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uLEeFnukKR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLEeFnukKR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLEeFnukKR .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uLEeFnukKR .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uLEeFnukKR .image-wrapper img {
    height: 350px;
  }
}
.cid-uLEeFnukKR .mbr-desc {
  color: #706cff;
}
.cid-uLEeFnukKR .mbr-section-title {
  color: #000000;
}
.cid-uLEeFnukKR .mbr-text {
  color: #000000;
}
.cid-uLEeFnSaVm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLEeFnSaVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEeFnSaVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEeFnSaVm .copyright {
  color: #ffffff;
}
.cid-uLEeFnSaVm .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLEeFnSaVm .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLEeFnSaVm .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uLEeFnSaVm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLEeFnSaVm .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLEeFnSaVm .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLEeFnSaVm .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLEeFnSaVm .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLEeFnSaVm .row-links-soc,
.cid-uLEeFnSaVm .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uLEeFnSaVm .copyright,
.cid-uLEeFnSaVm .line {
  color: #ffffff;
}
.cid-uLEeFnSaVm .row-links-soc {
  color: #ffffff;
}
.cid-uLEeLCdLmZ {
  background-color: transparent;
}
.cid-uLEeLCdLmZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLEeLCdLmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLEeLCdLmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEeLCdLmZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEeLCdLmZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEeLCdLmZ .menu_box .navbar.opened,
  .cid-uLEeLCdLmZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEeLCdLmZ .navbar-dropdown {
  position: relative !important;
}
.cid-uLEeLCdLmZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLEeLCdLmZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEeLCdLmZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEeLCdLmZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEeLCdLmZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEeLCdLmZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uLEeLCdLmZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEeLCdLmZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEeLCdLmZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEeLCdLmZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEeLCdLmZ .offcanvas-body .mbr-text,
  .cid-uLEeLCdLmZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEeLCdLmZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEeLCdLmZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEeLCdLmZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uLEeLCdLmZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEeLCdLmZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEeLCdLmZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEeLCdLmZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEeLCdLmZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEeLCdLmZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEeLCdLmZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEeLCdLmZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEeLCdLmZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEeLCdLmZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEeLCdLmZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLEeLCdLmZ .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uLEeLCdLmZ .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uLEeLCdLmZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEeLCdLmZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uLEeLCdLmZ .nav-item .nav-link:hover,
.cid-uLEeLCdLmZ .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uLEeLCdLmZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEeLCdLmZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEeLCdLmZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEeLCdLmZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEeLCdLmZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEeLCdLmZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEeLCdLmZ .offcanvas_box {
    display: none;
  }
}
.cid-uLEeLCdLmZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEeLCdLmZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEeLCdLmZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEeLCdLmZ .container {
  display: flex;
  margin: auto;
}
.cid-uLEeLCdLmZ .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEeLCdLmZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEeLCdLmZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEeLCdLmZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEeLCdLmZ .navbar-nav {
    margin: 0;
  }
}
.cid-uLEeLCdLmZ .dropdown-menu,
.cid-uLEeLCdLmZ .navbar.opened {
  background-color: false !important;
}
.cid-uLEeLCdLmZ .nav-item:focus,
.cid-uLEeLCdLmZ .nav-link:focus {
  outline: none;
}
.cid-uLEeLCdLmZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEeLCdLmZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEeLCdLmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEeLCdLmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEeLCdLmZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEeLCdLmZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEeLCdLmZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEeLCdLmZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEeLCdLmZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEeLCdLmZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEeLCdLmZ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLEeLCdLmZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEeLCdLmZ .navbar.collapsed {
  justify-content: center;
}
.cid-uLEeLCdLmZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEeLCdLmZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEeLCdLmZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEeLCdLmZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEeLCdLmZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEeLCdLmZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEeLCdLmZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEeLCdLmZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEeLCdLmZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLEeLCdLmZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEeLCdLmZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEeLCdLmZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEeLCdLmZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEeLCdLmZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEeLCdLmZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEeLCdLmZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEeLCdLmZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEeLCdLmZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEeLCdLmZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEeLCdLmZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEeLCdLmZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEeLCdLmZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEeLCdLmZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEeLCdLmZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEeLCdLmZ .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-uLEeLCdLmZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEeLCdLmZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEeLCdLmZ .dropdown-item.active,
.cid-uLEeLCdLmZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEeLCdLmZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uLEeLCdLmZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEeLCdLmZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEeLCdLmZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEeLCdLmZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEeLCdLmZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEeLCdLmZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uLEeLCdLmZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uLEeLCdLmZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEeLCdLmZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEeLCdLmZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEeLCdLmZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEeLCdLmZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEeLCdLmZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEeLCdLmZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEeLCdLmZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEeLCdLmZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEeLCdLmZ .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-uLEeLCdLmZ .navbar {
    height: 70px;
  }
  .cid-uLEeLCdLmZ .navbar.opened {
    height: auto;
  }
  .cid-uLEeLCdLmZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEeLCdLmZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLEeLCdLmZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uLEeLCdLmZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uLEeLCdLmZ .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uLEeLCdLmZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLEeLCdLmZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uLEeLCdLmZ .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uLEeLCdLmZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEeLCdLmZ .text_widget {
  margin-bottom: 32px;
}
.cid-uLEeLCdLmZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEeLCdLmZ .text_widget a:hover,
.cid-uLEeLCdLmZ .text_widget a:focus {
  opacity: .8;
}
.cid-uLEeLCdLmZ .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uLEeLCdLmZ .navbar-caption {
  color: #18212d;
}
.cid-uLEeLCdLmZ .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uLEeLCdLmZ .mbr-section-subtitle,
.cid-uLEeLCdLmZ .text_widget,
.cid-uLEeLCdLmZ .mbr-section-btn {
  text-align: center;
}
.cid-uLEeLCdLmZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEeLCISxi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uLEeLCISxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEeLCISxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEeLCISxi .container {
    padding: 0 16px;
  }
}
.cid-uLEeLCISxi .row {
  justify-content: space-between;
}
.cid-uLEeLCISxi .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uLEeLCISxi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLEeLCISxi .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLEeLCISxi .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uLEeLCISxi .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uLEeLCISxi .image-wrapper img {
    height: 350px;
  }
}
.cid-uLEeLCISxi .mbr-desc {
  color: #706cff;
}
.cid-uLEeLCISxi .mbr-section-title {
  color: #000000;
}
.cid-uLEeLCISxi .mbr-text {
  color: #000000;
}
.cid-uLEeLD66Mr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLEeLD66Mr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEeLD66Mr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEeLD66Mr .copyright {
  color: #ffffff;
}
.cid-uLEeLD66Mr .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLEeLD66Mr .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLEeLD66Mr .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uLEeLD66Mr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLEeLD66Mr .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLEeLD66Mr .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLEeLD66Mr .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLEeLD66Mr .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLEeLD66Mr .row-links-soc,
.cid-uLEeLD66Mr .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uLEeLD66Mr .copyright,
.cid-uLEeLD66Mr .line {
  color: #ffffff;
}
.cid-uLEeLD66Mr .row-links-soc {
  color: #ffffff;
}
.cid-uLEeRGEjif {
  background-color: transparent;
}
.cid-uLEeRGEjif .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLEeRGEjif .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLEeRGEjif .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEeRGEjif .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEeRGEjif .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEeRGEjif .menu_box .navbar.opened,
  .cid-uLEeRGEjif .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEeRGEjif .navbar-dropdown {
  position: relative !important;
}
.cid-uLEeRGEjif .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLEeRGEjif .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEeRGEjif .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEeRGEjif .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEeRGEjif .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEeRGEjif .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uLEeRGEjif .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEeRGEjif .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEeRGEjif .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEeRGEjif .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEeRGEjif .offcanvas-body .mbr-text,
  .cid-uLEeRGEjif .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEeRGEjif .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEeRGEjif .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEeRGEjif .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uLEeRGEjif .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEeRGEjif .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEeRGEjif .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEeRGEjif .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEeRGEjif ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEeRGEjif .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEeRGEjif .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEeRGEjif .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEeRGEjif li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEeRGEjif .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEeRGEjif .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLEeRGEjif .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uLEeRGEjif .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uLEeRGEjif .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEeRGEjif .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uLEeRGEjif .nav-item .nav-link:hover,
.cid-uLEeRGEjif .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uLEeRGEjif .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEeRGEjif .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEeRGEjif .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEeRGEjif .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEeRGEjif .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEeRGEjif .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEeRGEjif .offcanvas_box {
    display: none;
  }
}
.cid-uLEeRGEjif .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEeRGEjif .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEeRGEjif .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEeRGEjif .container {
  display: flex;
  margin: auto;
}
.cid-uLEeRGEjif .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEeRGEjif .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEeRGEjif .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEeRGEjif .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEeRGEjif .navbar-nav {
    margin: 0;
  }
}
.cid-uLEeRGEjif .dropdown-menu,
.cid-uLEeRGEjif .navbar.opened {
  background-color: false !important;
}
.cid-uLEeRGEjif .nav-item:focus,
.cid-uLEeRGEjif .nav-link:focus {
  outline: none;
}
.cid-uLEeRGEjif .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEeRGEjif .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEeRGEjif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEeRGEjif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEeRGEjif .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEeRGEjif .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEeRGEjif .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEeRGEjif .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEeRGEjif .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEeRGEjif .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEeRGEjif .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLEeRGEjif .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEeRGEjif .navbar.collapsed {
  justify-content: center;
}
.cid-uLEeRGEjif .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEeRGEjif .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEeRGEjif .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEeRGEjif .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEeRGEjif .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEeRGEjif .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEeRGEjif .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEeRGEjif .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEeRGEjif .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLEeRGEjif .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEeRGEjif .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEeRGEjif .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEeRGEjif .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEeRGEjif .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEeRGEjif .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEeRGEjif .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEeRGEjif .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEeRGEjif .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEeRGEjif .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEeRGEjif .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEeRGEjif .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEeRGEjif .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEeRGEjif .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEeRGEjif .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEeRGEjif .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-uLEeRGEjif .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEeRGEjif .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEeRGEjif .dropdown-item.active,
.cid-uLEeRGEjif .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEeRGEjif .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uLEeRGEjif .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEeRGEjif .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEeRGEjif .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEeRGEjif ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEeRGEjif .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEeRGEjif button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uLEeRGEjif button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uLEeRGEjif button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEeRGEjif button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEeRGEjif button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEeRGEjif button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEeRGEjif nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEeRGEjif nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEeRGEjif nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEeRGEjif nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEeRGEjif a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEeRGEjif .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-uLEeRGEjif .navbar {
    height: 70px;
  }
  .cid-uLEeRGEjif .navbar.opened {
    height: auto;
  }
  .cid-uLEeRGEjif .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEeRGEjif .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLEeRGEjif .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uLEeRGEjif .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uLEeRGEjif .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uLEeRGEjif .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLEeRGEjif .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uLEeRGEjif .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uLEeRGEjif .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEeRGEjif .text_widget {
  margin-bottom: 32px;
}
.cid-uLEeRGEjif .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEeRGEjif .text_widget a:hover,
.cid-uLEeRGEjif .text_widget a:focus {
  opacity: .8;
}
.cid-uLEeRGEjif .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uLEeRGEjif .navbar-caption {
  color: #18212d;
}
.cid-uLEeRGEjif .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uLEeRGEjif .mbr-section-subtitle,
.cid-uLEeRGEjif .text_widget,
.cid-uLEeRGEjif .mbr-section-btn {
  text-align: center;
}
.cid-uLEeRGEjif a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEeRH8oRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uLEeRH8oRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEeRH8oRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEeRH8oRu .container {
    padding: 0 16px;
  }
}
.cid-uLEeRH8oRu .row {
  justify-content: space-between;
}
.cid-uLEeRH8oRu .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uLEeRH8oRu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLEeRH8oRu .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLEeRH8oRu .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uLEeRH8oRu .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uLEeRH8oRu .image-wrapper img {
    height: 350px;
  }
}
.cid-uLEeRH8oRu .mbr-desc {
  color: #706cff;
}
.cid-uLEeRH8oRu .mbr-section-title {
  color: #000000;
}
.cid-uLEeRH8oRu .mbr-text {
  color: #000000;
}
.cid-uLEeRHxIAZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLEeRHxIAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEeRHxIAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEeRHxIAZ .copyright {
  color: #ffffff;
}
.cid-uLEeRHxIAZ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLEeRHxIAZ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLEeRHxIAZ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uLEeRHxIAZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLEeRHxIAZ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLEeRHxIAZ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLEeRHxIAZ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLEeRHxIAZ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLEeRHxIAZ .row-links-soc,
.cid-uLEeRHxIAZ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uLEeRHxIAZ .copyright,
.cid-uLEeRHxIAZ .line {
  color: #ffffff;
}
.cid-uLEeRHxIAZ .row-links-soc {
  color: #ffffff;
}
.cid-uLEeWYGT1x {
  background-color: transparent;
}
.cid-uLEeWYGT1x .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLEeWYGT1x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLEeWYGT1x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEeWYGT1x .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEeWYGT1x .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEeWYGT1x .menu_box .navbar.opened,
  .cid-uLEeWYGT1x .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEeWYGT1x .navbar-dropdown {
  position: relative !important;
}
.cid-uLEeWYGT1x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLEeWYGT1x .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEeWYGT1x .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEeWYGT1x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEeWYGT1x .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEeWYGT1x .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uLEeWYGT1x .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEeWYGT1x .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEeWYGT1x .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEeWYGT1x .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEeWYGT1x .offcanvas-body .mbr-text,
  .cid-uLEeWYGT1x .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEeWYGT1x .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEeWYGT1x .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEeWYGT1x .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uLEeWYGT1x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEeWYGT1x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEeWYGT1x .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEeWYGT1x .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEeWYGT1x ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEeWYGT1x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEeWYGT1x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEeWYGT1x .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEeWYGT1x li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEeWYGT1x .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEeWYGT1x .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLEeWYGT1x .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uLEeWYGT1x .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uLEeWYGT1x .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEeWYGT1x .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uLEeWYGT1x .nav-item .nav-link:hover,
.cid-uLEeWYGT1x .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uLEeWYGT1x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEeWYGT1x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEeWYGT1x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEeWYGT1x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEeWYGT1x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEeWYGT1x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEeWYGT1x .offcanvas_box {
    display: none;
  }
}
.cid-uLEeWYGT1x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEeWYGT1x .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEeWYGT1x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEeWYGT1x .container {
  display: flex;
  margin: auto;
}
.cid-uLEeWYGT1x .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEeWYGT1x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEeWYGT1x .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEeWYGT1x .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEeWYGT1x .navbar-nav {
    margin: 0;
  }
}
.cid-uLEeWYGT1x .dropdown-menu,
.cid-uLEeWYGT1x .navbar.opened {
  background-color: false !important;
}
.cid-uLEeWYGT1x .nav-item:focus,
.cid-uLEeWYGT1x .nav-link:focus {
  outline: none;
}
.cid-uLEeWYGT1x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEeWYGT1x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEeWYGT1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEeWYGT1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEeWYGT1x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEeWYGT1x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEeWYGT1x .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEeWYGT1x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEeWYGT1x .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEeWYGT1x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEeWYGT1x .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLEeWYGT1x .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEeWYGT1x .navbar.collapsed {
  justify-content: center;
}
.cid-uLEeWYGT1x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEeWYGT1x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEeWYGT1x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEeWYGT1x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEeWYGT1x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEeWYGT1x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEeWYGT1x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEeWYGT1x .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEeWYGT1x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLEeWYGT1x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEeWYGT1x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEeWYGT1x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEeWYGT1x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEeWYGT1x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEeWYGT1x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEeWYGT1x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEeWYGT1x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEeWYGT1x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEeWYGT1x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEeWYGT1x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEeWYGT1x .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEeWYGT1x .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEeWYGT1x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEeWYGT1x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEeWYGT1x .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-uLEeWYGT1x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEeWYGT1x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEeWYGT1x .dropdown-item.active,
.cid-uLEeWYGT1x .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEeWYGT1x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uLEeWYGT1x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEeWYGT1x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEeWYGT1x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEeWYGT1x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEeWYGT1x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEeWYGT1x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uLEeWYGT1x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uLEeWYGT1x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEeWYGT1x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEeWYGT1x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEeWYGT1x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEeWYGT1x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEeWYGT1x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEeWYGT1x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEeWYGT1x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEeWYGT1x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEeWYGT1x .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-uLEeWYGT1x .navbar {
    height: 70px;
  }
  .cid-uLEeWYGT1x .navbar.opened {
    height: auto;
  }
  .cid-uLEeWYGT1x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEeWYGT1x .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLEeWYGT1x .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uLEeWYGT1x .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uLEeWYGT1x .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uLEeWYGT1x .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLEeWYGT1x .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uLEeWYGT1x .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uLEeWYGT1x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEeWYGT1x .text_widget {
  margin-bottom: 32px;
}
.cid-uLEeWYGT1x .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEeWYGT1x .text_widget a:hover,
.cid-uLEeWYGT1x .text_widget a:focus {
  opacity: .8;
}
.cid-uLEeWYGT1x .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uLEeWYGT1x .navbar-caption {
  color: #18212d;
}
.cid-uLEeWYGT1x .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uLEeWYGT1x .mbr-section-subtitle,
.cid-uLEeWYGT1x .text_widget,
.cid-uLEeWYGT1x .mbr-section-btn {
  text-align: center;
}
.cid-uLEeWYGT1x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEeYtdo1u {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uLEeYtdo1u {
    align-items: center;
  }
  .cid-uLEeYtdo1u .row {
    justify-content: center;
  }
}
.cid-uLEeYtdo1u p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLEeYtdo1u .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLEeYtdo1u {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLEeYtdo1u .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLEeYtdo1u .content-wrap {
    width: 100%;
  }
}
.cid-uLEeYtdo1u .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLEeYtdo1u .mbr-text,
.cid-uLEeYtdo1u .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uLEeYtdo1u .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLEeWZzzQJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLEeWZzzQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEeWZzzQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEeWZzzQJ .copyright {
  color: #ffffff;
}
.cid-uLEeWZzzQJ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLEeWZzzQJ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLEeWZzzQJ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uLEeWZzzQJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLEeWZzzQJ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLEeWZzzQJ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLEeWZzzQJ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLEeWZzzQJ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLEeWZzzQJ .row-links-soc,
.cid-uLEeWZzzQJ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uLEeWZzzQJ .copyright,
.cid-uLEeWZzzQJ .line {
  color: #ffffff;
}
.cid-uLEeWZzzQJ .row-links-soc {
  color: #ffffff;
}
