.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: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.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: 2.75rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.6125rem + (2.75 - 1.6125) * ((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: #17b758 !important;
}
.bg-danger {
  background-color: #ffcb00 !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: #17b758 !important;
  border-color: #17b758 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1ee36e !important;
  border-color: #1ee36e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1ee36e !important;
  border-color: #1ee36e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcb00 !important;
  border-color: #ffcb00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffd533 !important;
  border-color: #ffd533 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffd533 !important;
  border-color: #ffd533 !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: #17b758;
  color: #17b758;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0d6a33 !important;
  background-color: transparent !important;
  border-color: #0d6a33 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #17b758 !important;
  border-color: #17b758 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffcb00;
  color: #ffcb00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88600 !important;
  background-color: transparent !important;
  border-color: #a88600 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffcb00 !important;
  border-color: #ffcb00 !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: #17b758 !important;
}
.text-danger {
  color: #ffcb00 !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: #0c5c2c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #997a00 !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: #17b758;
}
.alert-danger {
  background-color: #ffcb00;
}
.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: #62eb9a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5cc;
}
/* 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: #17b758;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ffcb00;
}
.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-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7mila81Fq {
  background-color: #ffffff;
}
.cid-u7mila81Fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mila81Fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mila81Fq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mila81Fq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mila81Fq .container {
    padding: 0 24px;
  }
}
.cid-u7mila81Fq .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 80px 48px 0;
  padding: 80px 48px;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper {
    padding: 48px 24px 0;
  }
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper {
    padding: 48px 24px;
  }
}
@media (max-width: 768px) {
  .cid-u7mila81Fq .content-wrapper {
    padding: 48px 16px;
  }
}
.cid-u7mila81Fq .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7mila81Fq .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffcb00;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-u7mila81Fq .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-u7mila81Fq .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-u7mila81Fq .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u7mila81Fq .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-u7mila81Fq .mbr-section-title {
  color: #18212d;
}
.cid-u7mila81Fq .mbr-desc,
.cid-u7mila81Fq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7mila81Fq .mbr-text,
.cid-u7mila81Fq .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-u7mila81Fq .mbr-rating {
  color: #EFCC4E;
}
.cid-u7mila81Fq .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-u7mila81Fq .mbr-section-title,
.cid-u7mila81Fq .mbr-section-btn {
  text-align: center;
}
.cid-u7mila81Fq .mbr-rating,
.cid-u7mila81Fq .rating-wrapper,
.cid-u7mila81Fq .people-wrapper {
  text-align: center;
}
.cid-uC1LHXtRnO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1LHXtRnO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uC1LHXtRnO .mbr-section-title {
  color: #24262b;
}
.cid-uC1LHXtRnO .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uC1LHXtRnO .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uC1LHXtRnO .card {
    padding: 1rem !important;
  }
}
.cid-uC1LHXtRnO .card:hover {
  transform: translateY(-1rem);
}
.cid-uC1LHXtRnO .card img {
  max-width: 120px;
  height: auto;
}
.cid-uC1LIYb22b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1LIYb22b .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uC1LIYb22b .mbr-section-title {
  color: #24262b;
}
.cid-uC1LIYb22b .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uC1LIYb22b .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uC1LIYb22b .card {
    padding: 1rem !important;
  }
}
.cid-uC1LIYb22b .card:hover {
  transform: translateY(-1rem);
}
.cid-uC1LIYb22b .card img {
  max-width: 120px;
  height: auto;
}
.cid-u7mizXe4og {
  background-color: #ffffff;
}
.cid-u7mizXe4og .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mizXe4og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mizXe4og .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mizXe4og .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mizXe4og .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mizXe4og .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mizXe4og .container {
    padding: 0 24px;
  }
}
.cid-u7mizXe4og .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u7mizXe4og .content-wrapper {
    display: block;
  }
}
.cid-u7mizXe4og .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-u7mizXe4og .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-u7mizXe4og .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-u7mizXe4og .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffcb00;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-u7mizXe4og .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mizXe4og .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-u7mizXe4og .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u7mizXe4og .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u7mizXe4og .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7mizXe4og .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u7mizXe4og .mbr-section-title {
  color: #18212d;
}
.cid-u7mizXe4og .mbr-desc {
  color: #18212d;
}
.cid-u7mizXe4og .mbr-text {
  color: #18212d;
}
.cid-uB56mCPlrj {
  background-color: #ffffff;
}
.cid-uB56mCPlrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB56mCPlrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB56mCPlrj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uB56mCPlrj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uB56mCPlrj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uB56mCPlrj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uB56mCPlrj .container {
    padding: 0 24px;
  }
}
.cid-uB56mCPlrj .row {
  justify-content: center;
}
.cid-uB56mCPlrj .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uB56mCPlrj .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uB56mCPlrj .title-wrapper {
    padding-right: 0;
  }
}
.cid-uB56mCPlrj .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-uB56mCPlrj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB56mCPlrj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uB56mCPlrj .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uB56mCPlrj .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uB56mCPlrj .text-wrapper {
    padding-left: 0;
  }
}
.cid-uB56mCPlrj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB56mCPlrj .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uB56mCPlrj .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uB56mCPlrj .mbr-section-title {
  color: #18212d;
}
.cid-uB56mCPlrj .mbr-desc {
  color: #18212d;
}
.cid-uB56mCPlrj .mbr-text {
  color: #18212d;
}
.cid-u7mitYWZDX {
  background-color: #ffffff;
}
.cid-u7mitYWZDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mitYWZDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mitYWZDX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mitYWZDX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mitYWZDX .container {
    padding: 0 24px;
  }
}
.cid-u7mitYWZDX .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7mitYWZDX .content-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-u7mitYWZDX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mitYWZDX .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7mitYWZDX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-u7mitYWZDX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u7mitYWZDX .item .item-wrapper {
  height: 100%;
}
.cid-u7mitYWZDX .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u7mitYWZDX .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-u7mitYWZDX .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-u7mitYWZDX .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u7mitYWZDX .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-u7mitYWZDX .mbr-desc,
.cid-u7mitYWZDX .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-u7mitYWZDX .mbr-text,
.cid-u7mitYWZDX .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-u7mitYWZDX .item-title {
  color: #18212d;
}
.cid-u7mitYWZDX .item-text {
  color: #18212d;
}
.cid-u7mitYWZDX .item-name {
  color: #18212d;
}
.cid-u7mitYWZDX .mbr-rating {
  color: #EFCC4E;
}
.cid-u7miFkv3ON {
  background-color: #ffffff;
}
.cid-u7miFkv3ON .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7miFkv3ON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7miFkv3ON .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7miFkv3ON .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7miFkv3ON .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7miFkv3ON .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7miFkv3ON .container {
    padding: 0 24px;
  }
}
.cid-u7miFkv3ON .row {
  justify-content: center;
}
.cid-u7miFkv3ON .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #edeceb;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-u7miFkv3ON .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-u7miFkv3ON .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-u7miFkv3ON .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .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-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: .5;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #ffffff;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #18212d;
  font-size: 18px;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #edeceb !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #18212d !important;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #18212d;
  font-size: 18px;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #edeceb;
  border-color: #edeceb;
  border-radius: 0;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u7miFkv3ON .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-u7miFkv3ON .mbr-section-title {
  color: #18212d;
}
.cid-u7miFkv3ON .mbr-desc {
  color: #18212d;
}
.cid-u7miFkv3ON .mbr-text {
  color: #18212d;
}
.cid-u7miFkv3ON .mbr-soc {
  color: #18212d;
}
.cid-u7miFkv3ON label {
  color: #18212d;
}
.cid-u7miFNY35X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-u7miFNY35X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7miFNY35X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7miFNY35X .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7miFNY35X .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7miFNY35X .container {
    padding: 0 24px;
  }
}
.cid-u7miFNY35X .row {
  justify-content: center;
}
.cid-u7miFNY35X .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7miFNY35X .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-u7miFNY35X .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-u7miFNY35X .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-u7miFNY35X .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7miFNY35X .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u7miFNY35X .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u7miFNY35X .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-u7miFNY35X .list-wrapper .list .item-wrap:hover,
.cid-u7miFNY35X .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-u7miFNY35X .list-wrapper .list .item-wrap:hover::before,
.cid-u7miFNY35X .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u7miFNY35X .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7miFNY35X .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-u7miFNY35X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7miFNY35X .mbr-soc {
  color: #ffffff;
}
.cid-u7miFNY35X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7miFNY35X .list {
  color: #ffffff;
}
.cid-u7miFNY35X .mbr-soc,
.cid-u7miFNY35X .social-wrapper {
  text-align: center;
}
.cid-uC1IrHIykZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uC1IrHIykZ .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uC1IrHIykZ img,
.cid-uC1IrHIykZ .item-img {
  width: 100%;
}
.cid-uC1IrHIykZ .item:focus,
.cid-uC1IrHIykZ span:focus {
  outline: none;
}
.cid-uC1IrHIykZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC1IrHIykZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uC1IrHIykZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC1IrHIykZ .mbr-section-title {
  color: #232323;
}
.cid-uC1IrHIykZ .mbr-text,
.cid-uC1IrHIykZ .mbr-section-btn {
  color: #232323;
}
.cid-uC1IrHIykZ .item-title {
  color: #232323;
  text-align: center;
}
.cid-uC1IrHIykZ .content-head {
  max-width: 800px;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzLjvNJI8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzLjvNJI8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLjvNJI8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLjvNJI8i .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzLjvNJI8i .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzLjvNJI8i .container {
    padding: 0 24px;
  }
}
.cid-uzLjvNJI8i .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uzLjvNJI8i .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uzLjvNJI8i .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uzLjvNJI8i .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uzLjvNJI8i .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .content-wrapper {
    padding: 24px;
  }
}
.cid-uzLjvNJI8i .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uzLjvNJI8i .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-uzLjvNJI8i .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzLjvNJI8i .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzLjvNJI8i .item {
  margin-bottom: 16px;
}
.cid-uzLjvNJI8i .item:last-child {
  margin-bottom: 0;
}
.cid-uzLjvNJI8i .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uzLjvNJI8i .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uzLjvNJI8i .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uzLjvNJI8i .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uzLjvNJI8i .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uzLjvNJI8i .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uzLjvNJI8i .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uzLjvNJI8i .mbr-section-title {
  color: #18212d;
}
.cid-uzLjvNJI8i .mbr-desc {
  color: #18212d;
}
.cid-uzLjvNJI8i .mbr-text {
  color: #18212d;
}
.cid-uzLjvNJI8i .mbr-recall {
  color: #ffffff;
}
.cid-uzLjvNJI8i .mbr-name {
  color: #ffffff;
}
.cid-uzLjvNJI8i .mbr-rating {
  color: #EFCC4E;
}
.cid-uzLjvNJI8i .item-title {
  color: #18212d;
}
.cid-uzLjvNJI8i .item-text {
  color: #18212d;
}
.cid-uzLjvNJI8i .item-desc {
  color: #18212d;
}
.cid-uzLgXV9AcX {
  background-color: #ffffff;
}
.cid-uzLgXV9AcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLgXV9AcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLgXV9AcX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzLgXV9AcX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzLgXV9AcX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzLgXV9AcX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzLgXV9AcX .container {
    padding: 0 24px;
  }
}
.cid-uzLgXV9AcX .row {
  justify-content: center;
}
.cid-uzLgXV9AcX .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #edeceb;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uzLgXV9AcX .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-uzLgXV9AcX .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzLgXV9AcX .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffcb00;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: .5;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #ffffff;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #18212d;
  font-size: 18px;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #edeceb !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #18212d !important;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #18212d;
  font-size: 18px;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #edeceb;
  border-color: #edeceb;
  border-radius: 0;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uzLgXV9AcX .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-uzLgXV9AcX .mbr-section-title {
  color: #18212d;
}
.cid-uzLgXV9AcX .mbr-desc {
  color: #18212d;
}
.cid-uzLgXV9AcX .mbr-text {
  color: #18212d;
}
.cid-uzLgXV9AcX .mbr-soc {
  color: #18212d;
}
.cid-uzLgXV9AcX label {
  color: #18212d;
}
.cid-u7miFNY35X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-u7miFNY35X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7miFNY35X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7miFNY35X .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7miFNY35X .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7miFNY35X .container {
    padding: 0 24px;
  }
}
.cid-u7miFNY35X .row {
  justify-content: center;
}
.cid-u7miFNY35X .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7miFNY35X .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-u7miFNY35X .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-u7miFNY35X .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-u7miFNY35X .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-u7miFNY35X .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7miFNY35X .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7miFNY35X .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u7miFNY35X .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u7miFNY35X .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-u7miFNY35X .list-wrapper .list .item-wrap:hover,
.cid-u7miFNY35X .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-u7miFNY35X .list-wrapper .list .item-wrap:hover::before,
.cid-u7miFNY35X .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u7miFNY35X .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7miFNY35X .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-u7miFNY35X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7miFNY35X .mbr-soc {
  color: #ffffff;
}
.cid-u7miFNY35X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7miFNY35X .list {
  color: #ffffff;
}
.cid-u7miFNY35X .mbr-soc,
.cid-u7miFNY35X .social-wrapper {
  text-align: center;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7mkOhCwFu {
  background-color: #ffffff;
}
.cid-u7mkOhCwFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkOhCwFu .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-u7mkOhCwFu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOhCwFu .container {
    padding: 0 24px;
  }
}
.cid-u7mkOhCwFu .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .content-wrapper {
    padding: 0;
  }
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-u7mkOhCwFu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mkOhCwFu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7mkOhCwFu .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkOhCwFu .mbr-desc,
.cid-u7mkOhCwFu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7mkOhCwFu .mbr-text,
.cid-u7mkOhCwFu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7mkOhCwFu .mbr-section-title,
.cid-u7mkOhCwFu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u7mkOQn4vV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7mkOQn4vV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkOQn4vV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkOQn4vV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOQn4vV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOQn4vV .container {
    padding: 0 24px;
  }
}
.cid-u7mkOQn4vV .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-u7mkOQn4vV .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u7mkOQn4vV .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-u7mkOQn4vV .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .content-wrapper {
    padding: 24px;
  }
}
.cid-u7mkOQn4vV .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-u7mkOQn4vV .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-u7mkOQn4vV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mkOQn4vV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7mkOQn4vV .item {
  margin-bottom: 16px;
}
.cid-u7mkOQn4vV .item:last-child {
  margin-bottom: 0;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-u7mkOQn4vV .mbr-section-title {
  color: #18212d;
}
.cid-u7mkOQn4vV .mbr-desc {
  color: #18212d;
}
.cid-u7mkOQn4vV .mbr-text {
  color: #18212d;
}
.cid-u7mkOQn4vV .mbr-recall {
  color: #ffffff;
}
.cid-u7mkOQn4vV .mbr-name {
  color: #ffffff;
}
.cid-u7mkOQn4vV .mbr-rating {
  color: #EFCC4E;
}
.cid-u7mkOQn4vV .item-title {
  color: #18212d;
}
.cid-u7mkOQn4vV .item-text {
  color: #18212d;
}
.cid-u7mkOQn4vV .item-desc {
  color: #18212d;
}
.cid-u7mkOQn4vV .mbr-text,
.cid-u7mkOQn4vV .text-wrapper {
  text-align: left;
}
.cid-u7mkPgmfgA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7mkPgmfgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkPgmfgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkPgmfgA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkPgmfgA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkPgmfgA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkPgmfgA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkPgmfgA .container {
    padding: 0 24px;
  }
}
.cid-u7mkPgmfgA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-u7mkPgmfgA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-u7mkPgmfgA .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u7mkPgmfgA .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-u7mkPgmfgA .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkPgmfgA .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-u7mkPgmfgA .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-u7mkPgmfgA .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-u7mkPgmfgA .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u7mkPgmfgA .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-u7mkPgmfgA .item-title {
  color: #ffffff;
}
.cid-u7mkPgmfgA .item-text {
  color: #ffffff;
}
.cid-u7mkUxpZMH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7mkUxpZMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkUxpZMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkUxpZMH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkUxpZMH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkUxpZMH .container {
    padding: 0 24px;
  }
}
.cid-u7mkUxpZMH .row {
  justify-content: center;
}
.cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-u7mkUxpZMH .tabs-wrapper {
  text-align: center;
}
.cid-u7mkUxpZMH .item-title {
  color: #18212d;
}
.cid-u7mkUxpZMH .item-text {
  color: #18212d;
}
.cid-u7mkTdeH0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-u7mkTdeH0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkTdeH0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkTdeH0s .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 24px;
  }
}
.cid-u7mkTdeH0s .row {
  justify-content: center;
}
.cid-u7mkTdeH0s .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-u7mkTdeH0s .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u7mkTdeH0s .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover::before,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-soc {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7mkTdeH0s .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzXjR4E8XU {
  background-color: #ffffff;
}
.cid-uzXjR4E8XU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXjR4E8XU .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-uzXjR4E8XU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXjR4E8XU .container {
    padding: 0 24px;
  }
}
.cid-uzXjR4E8XU .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uzXjR4E8XU .content-wrapper {
    padding: 0;
  }
}
.cid-uzXjR4E8XU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uzXjR4E8XU .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uzXjR4E8XU .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uzXjR4E8XU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzXjR4E8XU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzXjR4E8XU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzXjR4E8XU .mbr-section-title {
  color: #ffffff;
}
.cid-uzXjR4E8XU .mbr-desc,
.cid-uzXjR4E8XU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzXjR4E8XU .mbr-text,
.cid-uzXjR4E8XU .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzXjR4E8XU .mbr-section-title,
.cid-uzXjR4E8XU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAO7aQoOql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAO7aQoOql .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAO7aQoOql .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAO7aQoOql .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAO7aQoOql .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAO7aQoOql .container {
    padding: 0 24px;
  }
}
.cid-uAO7aQoOql .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 140px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .cid-uAO7aQoOql .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAO7aQoOql .embla__slide .slide-content {
  width: 100%;
}
.cid-uAO7aQoOql .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAO7aQoOql .embla__button--next,
.cid-uAO7aQoOql .embla__button--prev {
  display: flex;
}
.cid-uAO7aQoOql .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #6b818c !important;
  color: #18212d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uAO7aQoOql .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAO7aQoOql .embla__button:hover {
  opacity: .5 !important;
}
.cid-uAO7aQoOql .embla__button.embla__button--prev {
  right: 8rem;
}
@media (max-width: 992px) {
  .cid-uAO7aQoOql .embla__button.embla__button--prev {
    right: 4rem;
  }
}
.cid-uAO7aQoOql .embla__button.embla__button--next {
  right: 64px;
}
@media (max-width: 992px) {
  .cid-uAO7aQoOql .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uAO7aQoOql .embla {
  position: relative;
  width: 100%;
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAO7aQoOql .embla {
    padding: 0;
  }
}
.cid-uAO7aQoOql .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAO7aQoOql .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAO7aQoOql .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAO7aQoOql .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzXjR8YIok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uzXjR8YIok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXjR8YIok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXjR8YIok .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzXjR8YIok .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXjR8YIok .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzXjR8YIok .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXjR8YIok .container {
    padding: 0 24px;
  }
}
.cid-uzXjR8YIok .row {
  justify-content: center;
}
.cid-uzXjR8YIok .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzXjR8YIok .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzXjR8YIok .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uzXjR8YIok .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uzXjR8YIok .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uzXjR8YIok .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzXjR8YIok .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uzXjR8YIok .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uzXjR8YIok .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzXjR8YIok .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzXjR8YIok .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uzXjR8YIok .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uzXjR8YIok .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uzXjR8YIok .list-wrapper .list .item-wrap:hover,
.cid-uzXjR8YIok .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uzXjR8YIok .list-wrapper .list .item-wrap:hover::before,
.cid-uzXjR8YIok .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uzXjR8YIok .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzXjR8YIok .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uzXjR8YIok .mbr-section-title {
  color: #ffffff;
}
.cid-uzXjR8YIok .mbr-soc {
  color: #ffffff;
}
.cid-uzXjR8YIok .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzXjR8YIok .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzXqXA3Dsj {
  background-color: #ffffff;
}
.cid-uzXqXA3Dsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXqXA3Dsj .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-uzXqXA3Dsj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXA3Dsj .container {
    padding: 0 24px;
  }
}
.cid-uzXqXA3Dsj .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uzXqXA3Dsj .content-wrapper {
    padding: 0;
  }
}
.cid-uzXqXA3Dsj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uzXqXA3Dsj .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uzXqXA3Dsj .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uzXqXA3Dsj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzXqXA3Dsj .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzXqXA3Dsj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzXqXA3Dsj .mbr-section-title {
  color: #ffffff;
}
.cid-uzXqXA3Dsj .mbr-desc,
.cid-uzXqXA3Dsj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzXqXA3Dsj .mbr-text,
.cid-uzXqXA3Dsj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzXqXA3Dsj .mbr-section-title,
.cid-uzXqXA3Dsj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzXqXBKSNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzXqXBKSNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXqXBKSNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXqXBKSNp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXBKSNp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXBKSNp .container {
    padding: 0 24px;
  }
}
.cid-uzXqXBKSNp .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uzXqXBKSNp .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uzXqXBKSNp .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uzXqXBKSNp .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uzXqXBKSNp .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .content-wrapper {
    padding: 24px;
  }
}
.cid-uzXqXBKSNp .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uzXqXBKSNp .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-uzXqXBKSNp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzXqXBKSNp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzXqXBKSNp .item {
  margin-bottom: 16px;
}
.cid-uzXqXBKSNp .item:last-child {
  margin-bottom: 0;
}
.cid-uzXqXBKSNp .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uzXqXBKSNp .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uzXqXBKSNp .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uzXqXBKSNp .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uzXqXBKSNp .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uzXqXBKSNp .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uzXqXBKSNp .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uzXqXBKSNp .mbr-section-title {
  color: #18212d;
}
.cid-uzXqXBKSNp .mbr-desc {
  color: #18212d;
}
.cid-uzXqXBKSNp .mbr-text {
  color: #18212d;
}
.cid-uzXqXBKSNp .mbr-recall {
  color: #ffffff;
}
.cid-uzXqXBKSNp .mbr-name {
  color: #ffffff;
}
.cid-uzXqXBKSNp .mbr-rating {
  color: #EFCC4E;
}
.cid-uzXqXBKSNp .item-title {
  color: #18212d;
}
.cid-uzXqXBKSNp .item-text {
  color: #18212d;
}
.cid-uzXqXBKSNp .item-desc {
  color: #18212d;
}
.cid-uzXqXBKSNp .mbr-text,
.cid-uzXqXBKSNp .text-wrapper {
  text-align: left;
}
.cid-uzXqXF45pf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzXqXF45pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXqXF45pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXqXF45pf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzXqXF45pf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXF45pf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXF45pf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXF45pf .container {
    padding: 0 24px;
  }
}
.cid-uzXqXF45pf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uzXqXF45pf .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXF45pf .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uzXqXF45pf .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-uzXqXF45pf .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXF45pf .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uzXqXF45pf .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uzXqXF45pf .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uzXqXF45pf .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uzXqXF45pf .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uzXqXF45pf .item-title {
  color: #ffffff;
}
.cid-uzXqXF45pf .item-text {
  color: #ffffff;
}
.cid-uzXqXFYlE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzXqXFYlE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXqXFYlE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXqXFYlE9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzXqXFYlE9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXFYlE9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXFYlE9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXFYlE9 .container {
    padding: 0 24px;
  }
}
.cid-uzXqXFYlE9 .row {
  justify-content: center;
}
.cid-uzXqXFYlE9 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzXqXFYlE9 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uzXqXFYlE9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uzXqXFYlE9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uzXqXFYlE9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzXqXFYlE9 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uzXqXFYlE9 .tabs-wrapper {
  text-align: center;
}
.cid-uzXqXFYlE9 .item-title {
  color: #18212d;
}
.cid-uzXqXFYlE9 .item-text {
  color: #18212d;
}
.cid-uzXqXHC9O5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzXqXHC9O5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXqXHC9O5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXqXHC9O5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzXqXHC9O5 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXHC9O5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXHC9O5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXHC9O5 .container {
    padding: 0 24px;
  }
}
.cid-uzXqXHC9O5 .row {
  justify-content: center;
}
.cid-uzXqXHC9O5 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzXqXHC9O5 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzXqXHC9O5 .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-uzXqXHC9O5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzXqXHC9O5 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uzXqXHC9O5 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uzXqXHC9O5 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uzXqXHC9O5 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzXqXHC9O5 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzXqXHC9O5 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzXqXHC9O5 .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-uzXqXHC9O5 .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-uzXqXHC9O5 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uzXqXHC9O5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uzXqXHC9O5 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uzXqXHC9O5 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uzXqXHC9O5 .mbr-desc,
.cid-uzXqXHC9O5 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzXqXHC9O5 .panel-title-edit {
  color: #18212d;
}
.cid-uzXqXHC9O5 .panel-text {
  color: #18212d;
}
.cid-uzXqXIGiJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uzXqXIGiJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXqXIGiJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXqXIGiJe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzXqXIGiJe .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXIGiJe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzXqXIGiJe .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzXqXIGiJe .container {
    padding: 0 24px;
  }
}
.cid-uzXqXIGiJe .row {
  justify-content: center;
}
.cid-uzXqXIGiJe .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzXqXIGiJe .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzXqXIGiJe .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uzXqXIGiJe .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uzXqXIGiJe .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uzXqXIGiJe .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzXqXIGiJe .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uzXqXIGiJe .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uzXqXIGiJe .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzXqXIGiJe .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzXqXIGiJe .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uzXqXIGiJe .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uzXqXIGiJe .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uzXqXIGiJe .list-wrapper .list .item-wrap:hover,
.cid-uzXqXIGiJe .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uzXqXIGiJe .list-wrapper .list .item-wrap:hover::before,
.cid-uzXqXIGiJe .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uzXqXIGiJe .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzXqXIGiJe .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uzXqXIGiJe .mbr-section-title {
  color: #ffffff;
}
.cid-uzXqXIGiJe .mbr-soc {
  color: #ffffff;
}
.cid-uzXqXIGiJe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzXqXIGiJe .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA44VoF9KI {
  background-color: #ffffff;
}
.cid-uA44VoF9KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA44VoF9KI .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-uA44VoF9KI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44VoF9KI .container {
    padding: 0 24px;
  }
}
.cid-uA44VoF9KI .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uA44VoF9KI .content-wrapper {
    padding: 0;
  }
}
.cid-uA44VoF9KI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uA44VoF9KI .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uA44VoF9KI .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uA44VoF9KI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uA44VoF9KI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uA44VoF9KI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA44VoF9KI .mbr-section-title {
  color: #ffffff;
}
.cid-uA44VoF9KI .mbr-desc,
.cid-uA44VoF9KI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uA44VoF9KI .mbr-text,
.cid-uA44VoF9KI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uA44VoF9KI .mbr-section-title,
.cid-uA44VoF9KI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uA44VpkZRV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA44VpkZRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA44VpkZRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA44VpkZRV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44VpkZRV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44VpkZRV .container {
    padding: 0 24px;
  }
}
.cid-uA44VpkZRV .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uA44VpkZRV .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uA44VpkZRV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uA44VpkZRV .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uA44VpkZRV .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .content-wrapper {
    padding: 24px;
  }
}
.cid-uA44VpkZRV .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uA44VpkZRV .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-uA44VpkZRV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uA44VpkZRV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA44VpkZRV .item {
  margin-bottom: 16px;
}
.cid-uA44VpkZRV .item:last-child {
  margin-bottom: 0;
}
.cid-uA44VpkZRV .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uA44VpkZRV .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uA44VpkZRV .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uA44VpkZRV .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA44VpkZRV .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uA44VpkZRV .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uA44VpkZRV .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uA44VpkZRV .mbr-section-title {
  color: #18212d;
}
.cid-uA44VpkZRV .mbr-desc {
  color: #18212d;
}
.cid-uA44VpkZRV .mbr-text {
  color: #18212d;
}
.cid-uA44VpkZRV .mbr-recall {
  color: #ffffff;
}
.cid-uA44VpkZRV .mbr-name {
  color: #ffffff;
}
.cid-uA44VpkZRV .mbr-rating {
  color: #EFCC4E;
}
.cid-uA44VpkZRV .item-title {
  color: #18212d;
}
.cid-uA44VpkZRV .item-text {
  color: #18212d;
}
.cid-uA44VpkZRV .item-desc {
  color: #18212d;
}
.cid-uA44VpkZRV .mbr-text,
.cid-uA44VpkZRV .text-wrapper {
  text-align: left;
}
.cid-uA44Vqhxim {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA44Vqhxim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA44Vqhxim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA44Vqhxim .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA44Vqhxim .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44Vqhxim .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA44Vqhxim .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44Vqhxim .container {
    padding: 0 24px;
  }
}
.cid-uA44Vqhxim .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uA44Vqhxim .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA44Vqhxim .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA44Vqhxim .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-uA44Vqhxim .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA44Vqhxim .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uA44Vqhxim .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA44Vqhxim .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uA44Vqhxim .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA44Vqhxim .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA44Vqhxim .item-title {
  color: #ffffff;
}
.cid-uA44Vqhxim .item-text {
  color: #ffffff;
}
.cid-uA44Vr4xTC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA44Vr4xTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA44Vr4xTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA44Vr4xTC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA44Vr4xTC .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44Vr4xTC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA44Vr4xTC .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44Vr4xTC .container {
    padding: 0 24px;
  }
}
.cid-uA44Vr4xTC .row {
  justify-content: center;
}
.cid-uA44Vr4xTC .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA44Vr4xTC .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uA44Vr4xTC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uA44Vr4xTC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA44Vr4xTC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA44Vr4xTC .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uA44Vr4xTC .tabs-wrapper {
  text-align: center;
}
.cid-uA44Vr4xTC .item-title {
  color: #18212d;
}
.cid-uA44Vr4xTC .item-text {
  color: #18212d;
}
.cid-uA46wm1sWD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA46wm1sWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA46wm1sWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA46wm1sWD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA46wm1sWD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA46wm1sWD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA46wm1sWD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA46wm1sWD .container {
    padding: 0 24px;
  }
}
.cid-uA46wm1sWD .row {
  justify-content: center;
}
.cid-uA46wm1sWD .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA46wm1sWD .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA46wm1sWD .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-uA46wm1sWD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA46wm1sWD .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uA46wm1sWD .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uA46wm1sWD .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uA46wm1sWD .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA46wm1sWD .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA46wm1sWD .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA46wm1sWD .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-uA46wm1sWD .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-uA46wm1sWD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA46wm1sWD .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uA46wm1sWD .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uA46wm1sWD .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uA46wm1sWD .mbr-desc,
.cid-uA46wm1sWD .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uA46wm1sWD .panel-title-edit {
  color: #18212d;
}
.cid-uA46wm1sWD .panel-text {
  color: #18212d;
}
.cid-uA44Vs77wk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uA44Vs77wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA44Vs77wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA44Vs77wk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA44Vs77wk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44Vs77wk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA44Vs77wk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA44Vs77wk .container {
    padding: 0 24px;
  }
}
.cid-uA44Vs77wk .row {
  justify-content: center;
}
.cid-uA44Vs77wk .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uA44Vs77wk .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA44Vs77wk .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uA44Vs77wk .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uA44Vs77wk .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uA44Vs77wk .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uA44Vs77wk .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uA44Vs77wk .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uA44Vs77wk .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uA44Vs77wk .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA44Vs77wk .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uA44Vs77wk .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uA44Vs77wk .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uA44Vs77wk .list-wrapper .list .item-wrap:hover,
.cid-uA44Vs77wk .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uA44Vs77wk .list-wrapper .list .item-wrap:hover::before,
.cid-uA44Vs77wk .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uA44Vs77wk .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA44Vs77wk .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uA44Vs77wk .mbr-section-title {
  color: #ffffff;
}
.cid-uA44Vs77wk .mbr-soc {
  color: #ffffff;
}
.cid-uA44Vs77wk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA44Vs77wk .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAa2bQjHlf {
  background-color: #ffffff;
}
.cid-uAa2bQjHlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAa2bQjHlf .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-uAa2bQjHlf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bQjHlf .container {
    padding: 0 24px;
  }
}
.cid-uAa2bQjHlf .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAa2bQjHlf .content-wrapper {
    padding: 0;
  }
}
.cid-uAa2bQjHlf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAa2bQjHlf .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAa2bQjHlf .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAa2bQjHlf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAa2bQjHlf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAa2bQjHlf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAa2bQjHlf .mbr-section-title {
  color: #ffffff;
}
.cid-uAa2bQjHlf .mbr-desc,
.cid-uAa2bQjHlf .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAa2bQjHlf .mbr-text,
.cid-uAa2bQjHlf .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAa2bQjHlf .mbr-section-title,
.cid-uAa2bQjHlf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAa2bR029Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAa2bR029Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAa2bR029Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAa2bR029Z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bR029Z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bR029Z .container {
    padding: 0 24px;
  }
}
.cid-uAa2bR029Z .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAa2bR029Z .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAa2bR029Z .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAa2bR029Z .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAa2bR029Z .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .content-wrapper {
    padding: 24px;
  }
}
.cid-uAa2bR029Z .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAa2bR029Z .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-uAa2bR029Z .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAa2bR029Z .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAa2bR029Z .item {
  margin-bottom: 16px;
}
.cid-uAa2bR029Z .item:last-child {
  margin-bottom: 0;
}
.cid-uAa2bR029Z .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAa2bR029Z .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAa2bR029Z .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAa2bR029Z .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAa2bR029Z .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAa2bR029Z .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAa2bR029Z .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAa2bR029Z .mbr-section-title {
  color: #18212d;
}
.cid-uAa2bR029Z .mbr-desc {
  color: #18212d;
}
.cid-uAa2bR029Z .mbr-text {
  color: #18212d;
}
.cid-uAa2bR029Z .mbr-recall {
  color: #ffffff;
}
.cid-uAa2bR029Z .mbr-name {
  color: #ffffff;
}
.cid-uAa2bR029Z .mbr-rating {
  color: #EFCC4E;
}
.cid-uAa2bR029Z .item-title {
  color: #18212d;
}
.cid-uAa2bR029Z .item-text {
  color: #18212d;
}
.cid-uAa2bR029Z .item-desc {
  color: #18212d;
}
.cid-uAa2bR029Z .mbr-text,
.cid-uAa2bR029Z .text-wrapper {
  text-align: left;
}
.cid-uAa2bRTPzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAa2bRTPzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAa2bRTPzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAa2bRTPzC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAa2bRTPzC .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bRTPzC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bRTPzC .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bRTPzC .container {
    padding: 0 24px;
  }
}
.cid-uAa2bRTPzC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAa2bRTPzC .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bRTPzC .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAa2bRTPzC .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-uAa2bRTPzC .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bRTPzC .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAa2bRTPzC .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAa2bRTPzC .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAa2bRTPzC .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAa2bRTPzC .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAa2bRTPzC .item-title {
  color: #ffffff;
}
.cid-uAa2bRTPzC .item-text {
  color: #ffffff;
}
.cid-uAa2bSBIF9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAa2bSBIF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAa2bSBIF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAa2bSBIF9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAa2bSBIF9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bSBIF9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bSBIF9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bSBIF9 .container {
    padding: 0 24px;
  }
}
.cid-uAa2bSBIF9 .row {
  justify-content: center;
}
.cid-uAa2bSBIF9 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAa2bSBIF9 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAa2bSBIF9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAa2bSBIF9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAa2bSBIF9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAa2bSBIF9 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAa2bSBIF9 .tabs-wrapper {
  text-align: center;
}
.cid-uAa2bSBIF9 .item-title {
  color: #18212d;
}
.cid-uAa2bSBIF9 .item-text {
  color: #18212d;
}
.cid-uAa2bTvQ1w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAa2bTvQ1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAa2bTvQ1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAa2bTvQ1w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAa2bTvQ1w .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bTvQ1w .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bTvQ1w .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bTvQ1w .container {
    padding: 0 24px;
  }
}
.cid-uAa2bTvQ1w .row {
  justify-content: center;
}
.cid-uAa2bTvQ1w .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAa2bTvQ1w .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAa2bTvQ1w .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-uAa2bTvQ1w .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAa2bTvQ1w .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAa2bTvQ1w .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAa2bTvQ1w .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAa2bTvQ1w .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAa2bTvQ1w .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAa2bTvQ1w .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAa2bTvQ1w .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-uAa2bTvQ1w .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-uAa2bTvQ1w .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAa2bTvQ1w .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAa2bTvQ1w .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAa2bTvQ1w .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAa2bTvQ1w .mbr-desc,
.cid-uAa2bTvQ1w .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAa2bTvQ1w .panel-title-edit {
  color: #18212d;
}
.cid-uAa2bTvQ1w .panel-text {
  color: #18212d;
}
.cid-uAa2bUL2ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAa2bUL2ZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAa2bUL2ZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAa2bUL2ZU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAa2bUL2ZU .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bUL2ZU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAa2bUL2ZU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAa2bUL2ZU .container {
    padding: 0 24px;
  }
}
.cid-uAa2bUL2ZU .row {
  justify-content: center;
}
.cid-uAa2bUL2ZU .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAa2bUL2ZU .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAa2bUL2ZU .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAa2bUL2ZU .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAa2bUL2ZU .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAa2bUL2ZU .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAa2bUL2ZU .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAa2bUL2ZU .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAa2bUL2ZU .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAa2bUL2ZU .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAa2bUL2ZU .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAa2bUL2ZU .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAa2bUL2ZU .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAa2bUL2ZU .list-wrapper .list .item-wrap:hover,
.cid-uAa2bUL2ZU .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAa2bUL2ZU .list-wrapper .list .item-wrap:hover::before,
.cid-uAa2bUL2ZU .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAa2bUL2ZU .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAa2bUL2ZU .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAa2bUL2ZU .mbr-section-title {
  color: #ffffff;
}
.cid-uAa2bUL2ZU .mbr-soc {
  color: #ffffff;
}
.cid-uAa2bUL2ZU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAa2bUL2ZU .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAwu8o2cYT {
  background-color: #ffffff;
}
.cid-uAwu8o2cYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwu8o2cYT .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-uAwu8o2cYT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8o2cYT .container {
    padding: 0 24px;
  }
}
.cid-uAwu8o2cYT .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAwu8o2cYT .content-wrapper {
    padding: 0;
  }
}
.cid-uAwu8o2cYT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAwu8o2cYT .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAwu8o2cYT .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAwu8o2cYT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAwu8o2cYT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAwu8o2cYT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAwu8o2cYT .mbr-section-title {
  color: #ffffff;
}
.cid-uAwu8o2cYT .mbr-desc,
.cid-uAwu8o2cYT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAwu8o2cYT .mbr-text,
.cid-uAwu8o2cYT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAwu8o2cYT .mbr-section-title,
.cid-uAwu8o2cYT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAwu8oAFWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAwu8oAFWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwu8oAFWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwu8oAFWd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8oAFWd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8oAFWd .container {
    padding: 0 24px;
  }
}
.cid-uAwu8oAFWd .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAwu8oAFWd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAwu8oAFWd .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAwu8oAFWd .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAwu8oAFWd .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .content-wrapper {
    padding: 24px;
  }
}
.cid-uAwu8oAFWd .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAwu8oAFWd .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-uAwu8oAFWd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAwu8oAFWd .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAwu8oAFWd .item {
  margin-bottom: 16px;
}
.cid-uAwu8oAFWd .item:last-child {
  margin-bottom: 0;
}
.cid-uAwu8oAFWd .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAwu8oAFWd .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAwu8oAFWd .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAwu8oAFWd .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAwu8oAFWd .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAwu8oAFWd .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAwu8oAFWd .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAwu8oAFWd .mbr-section-title {
  color: #18212d;
}
.cid-uAwu8oAFWd .mbr-desc {
  color: #18212d;
}
.cid-uAwu8oAFWd .mbr-text {
  color: #18212d;
}
.cid-uAwu8oAFWd .mbr-recall {
  color: #ffffff;
}
.cid-uAwu8oAFWd .mbr-name {
  color: #ffffff;
}
.cid-uAwu8oAFWd .mbr-rating {
  color: #EFCC4E;
}
.cid-uAwu8oAFWd .item-title {
  color: #18212d;
}
.cid-uAwu8oAFWd .item-text {
  color: #18212d;
}
.cid-uAwu8oAFWd .item-desc {
  color: #18212d;
}
.cid-uAwu8oAFWd .mbr-text,
.cid-uAwu8oAFWd .text-wrapper {
  text-align: left;
}
.cid-uAwu8pkoei {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAwu8pkoei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwu8pkoei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwu8pkoei .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAwu8pkoei .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8pkoei .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8pkoei .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8pkoei .container {
    padding: 0 24px;
  }
}
.cid-uAwu8pkoei .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAwu8pkoei .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8pkoei .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAwu8pkoei .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-uAwu8pkoei .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8pkoei .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAwu8pkoei .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAwu8pkoei .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAwu8pkoei .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAwu8pkoei .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAwu8pkoei .item-title {
  color: #ffffff;
}
.cid-uAwu8pkoei .item-text {
  color: #ffffff;
}
.cid-uAwu8q8OHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAwu8q8OHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwu8q8OHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwu8q8OHy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAwu8q8OHy .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8q8OHy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8q8OHy .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8q8OHy .container {
    padding: 0 24px;
  }
}
.cid-uAwu8q8OHy .row {
  justify-content: center;
}
.cid-uAwu8q8OHy .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAwu8q8OHy .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAwu8q8OHy .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAwu8q8OHy .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAwu8q8OHy .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAwu8q8OHy .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAwu8q8OHy .tabs-wrapper {
  text-align: center;
}
.cid-uAwu8q8OHy .item-title {
  color: #18212d;
}
.cid-uAwu8q8OHy .item-text {
  color: #18212d;
}
.cid-uAwu8r67XK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAwu8r67XK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwu8r67XK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwu8r67XK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAwu8r67XK .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8r67XK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8r67XK .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8r67XK .container {
    padding: 0 24px;
  }
}
.cid-uAwu8r67XK .row {
  justify-content: center;
}
.cid-uAwu8r67XK .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAwu8r67XK .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAwu8r67XK .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-uAwu8r67XK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAwu8r67XK .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAwu8r67XK .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAwu8r67XK .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAwu8r67XK .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAwu8r67XK .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAwu8r67XK .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAwu8r67XK .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-uAwu8r67XK .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-uAwu8r67XK .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAwu8r67XK .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAwu8r67XK .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAwu8r67XK .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAwu8r67XK .mbr-desc,
.cid-uAwu8r67XK .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAwu8r67XK .panel-title-edit {
  color: #18212d;
}
.cid-uAwu8r67XK .panel-text {
  color: #18212d;
}
.cid-uAwu8rSqQs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAwu8rSqQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwu8rSqQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwu8rSqQs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAwu8rSqQs .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8rSqQs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAwu8rSqQs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAwu8rSqQs .container {
    padding: 0 24px;
  }
}
.cid-uAwu8rSqQs .row {
  justify-content: center;
}
.cid-uAwu8rSqQs .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAwu8rSqQs .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAwu8rSqQs .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAwu8rSqQs .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAwu8rSqQs .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAwu8rSqQs .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAwu8rSqQs .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAwu8rSqQs .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAwu8rSqQs .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAwu8rSqQs .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAwu8rSqQs .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAwu8rSqQs .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAwu8rSqQs .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAwu8rSqQs .list-wrapper .list .item-wrap:hover,
.cid-uAwu8rSqQs .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAwu8rSqQs .list-wrapper .list .item-wrap:hover::before,
.cid-uAwu8rSqQs .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAwu8rSqQs .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAwu8rSqQs .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAwu8rSqQs .mbr-section-title {
  color: #ffffff;
}
.cid-uAwu8rSqQs .mbr-soc {
  color: #ffffff;
}
.cid-uAwu8rSqQs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAwu8rSqQs .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAxlS0hzP1 {
  background-color: #ffffff;
}
.cid-uAxlS0hzP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxlS0hzP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxlS0hzP1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxlS0hzP1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS0hzP1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS0hzP1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS0hzP1 .container {
    padding: 0 24px;
  }
}
.cid-uAxlS0hzP1 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAxlS0hzP1 .content-wrapper {
    padding: 0;
  }
}
.cid-uAxlS0hzP1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAxlS0hzP1 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAxlS0hzP1 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAxlS0hzP1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAxlS0hzP1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAxlS0hzP1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAxlS0hzP1 .mbr-section-title {
  color: #ffffff;
}
.cid-uAxlS0hzP1 .mbr-desc,
.cid-uAxlS0hzP1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAxlS0hzP1 .mbr-text,
.cid-uAxlS0hzP1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAxlS0hzP1 .mbr-section-title,
.cid-uAxlS0hzP1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAxlS0Qe11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxlS0Qe11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxlS0Qe11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxlS0Qe11 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS0Qe11 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS0Qe11 .container {
    padding: 0 24px;
  }
}
.cid-uAxlS0Qe11 .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAxlS0Qe11 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAxlS0Qe11 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAxlS0Qe11 .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAxlS0Qe11 .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .content-wrapper {
    padding: 24px;
  }
}
.cid-uAxlS0Qe11 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAxlS0Qe11 .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-uAxlS0Qe11 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAxlS0Qe11 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAxlS0Qe11 .item {
  margin-bottom: 16px;
}
.cid-uAxlS0Qe11 .item:last-child {
  margin-bottom: 0;
}
.cid-uAxlS0Qe11 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAxlS0Qe11 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAxlS0Qe11 .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAxlS0Qe11 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAxlS0Qe11 .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAxlS0Qe11 .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAxlS0Qe11 .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAxlS0Qe11 .mbr-section-title {
  color: #18212d;
}
.cid-uAxlS0Qe11 .mbr-desc {
  color: #18212d;
}
.cid-uAxlS0Qe11 .mbr-text {
  color: #18212d;
}
.cid-uAxlS0Qe11 .mbr-recall {
  color: #ffffff;
}
.cid-uAxlS0Qe11 .mbr-name {
  color: #ffffff;
}
.cid-uAxlS0Qe11 .mbr-rating {
  color: #EFCC4E;
}
.cid-uAxlS0Qe11 .item-title {
  color: #18212d;
}
.cid-uAxlS0Qe11 .item-text {
  color: #18212d;
}
.cid-uAxlS0Qe11 .item-desc {
  color: #18212d;
}
.cid-uAxlS0Qe11 .mbr-text,
.cid-uAxlS0Qe11 .text-wrapper {
  text-align: left;
}
.cid-uAxlS1J0n8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxlS1J0n8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxlS1J0n8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxlS1J0n8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxlS1J0n8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS1J0n8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS1J0n8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS1J0n8 .container {
    padding: 0 24px;
  }
}
.cid-uAxlS1J0n8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAxlS1J0n8 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS1J0n8 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAxlS1J0n8 .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-uAxlS1J0n8 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS1J0n8 .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAxlS1J0n8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAxlS1J0n8 .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAxlS1J0n8 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAxlS1J0n8 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAxlS1J0n8 .item-title {
  color: #ffffff;
}
.cid-uAxlS1J0n8 .item-text {
  color: #ffffff;
}
.cid-uAxlS2vpBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxlS2vpBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxlS2vpBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxlS2vpBH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxlS2vpBH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS2vpBH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS2vpBH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS2vpBH .container {
    padding: 0 24px;
  }
}
.cid-uAxlS2vpBH .row {
  justify-content: center;
}
.cid-uAxlS2vpBH .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAxlS2vpBH .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAxlS2vpBH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAxlS2vpBH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAxlS2vpBH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAxlS2vpBH .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAxlS2vpBH .tabs-wrapper {
  text-align: center;
}
.cid-uAxlS2vpBH .item-title {
  color: #18212d;
}
.cid-uAxlS2vpBH .item-text {
  color: #18212d;
}
.cid-uAxlS3z90m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxlS3z90m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxlS3z90m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxlS3z90m .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxlS3z90m .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS3z90m .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS3z90m .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS3z90m .container {
    padding: 0 24px;
  }
}
.cid-uAxlS3z90m .row {
  justify-content: center;
}
.cid-uAxlS3z90m .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAxlS3z90m .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAxlS3z90m .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-uAxlS3z90m .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAxlS3z90m .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAxlS3z90m .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAxlS3z90m .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAxlS3z90m .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAxlS3z90m .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAxlS3z90m .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAxlS3z90m .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-uAxlS3z90m .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-uAxlS3z90m .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAxlS3z90m .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAxlS3z90m .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAxlS3z90m .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAxlS3z90m .mbr-desc,
.cid-uAxlS3z90m .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAxlS3z90m .panel-title-edit {
  color: #18212d;
}
.cid-uAxlS3z90m .panel-text {
  color: #18212d;
}
.cid-uAxlS4r8hs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAxlS4r8hs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxlS4r8hs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxlS4r8hs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxlS4r8hs .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS4r8hs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxlS4r8hs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxlS4r8hs .container {
    padding: 0 24px;
  }
}
.cid-uAxlS4r8hs .row {
  justify-content: center;
}
.cid-uAxlS4r8hs .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAxlS4r8hs .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAxlS4r8hs .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAxlS4r8hs .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAxlS4r8hs .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAxlS4r8hs .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAxlS4r8hs .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAxlS4r8hs .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAxlS4r8hs .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAxlS4r8hs .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAxlS4r8hs .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAxlS4r8hs .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAxlS4r8hs .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAxlS4r8hs .list-wrapper .list .item-wrap:hover,
.cid-uAxlS4r8hs .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAxlS4r8hs .list-wrapper .list .item-wrap:hover::before,
.cid-uAxlS4r8hs .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAxlS4r8hs .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAxlS4r8hs .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAxlS4r8hs .mbr-section-title {
  color: #ffffff;
}
.cid-uAxlS4r8hs .mbr-soc {
  color: #ffffff;
}
.cid-uAxlS4r8hs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAxlS4r8hs .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAxpMpl0Pn {
  background-color: #ffffff;
}
.cid-uAxpMpl0Pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxpMpl0Pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxpMpl0Pn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxpMpl0Pn .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMpl0Pn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMpl0Pn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMpl0Pn .container {
    padding: 0 24px;
  }
}
.cid-uAxpMpl0Pn .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAxpMpl0Pn .content-wrapper {
    padding: 0;
  }
}
.cid-uAxpMpl0Pn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAxpMpl0Pn .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAxpMpl0Pn .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAxpMpl0Pn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAxpMpl0Pn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAxpMpl0Pn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAxpMpl0Pn .mbr-section-title {
  color: #ffffff;
}
.cid-uAxpMpl0Pn .mbr-desc,
.cid-uAxpMpl0Pn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAxpMpl0Pn .mbr-text,
.cid-uAxpMpl0Pn .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAxpMpl0Pn .mbr-section-title,
.cid-uAxpMpl0Pn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAxpMq2GF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxpMq2GF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxpMq2GF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxpMq2GF4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMq2GF4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMq2GF4 .container {
    padding: 0 24px;
  }
}
.cid-uAxpMq2GF4 .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAxpMq2GF4 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAxpMq2GF4 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAxpMq2GF4 .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAxpMq2GF4 .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .content-wrapper {
    padding: 24px;
  }
}
.cid-uAxpMq2GF4 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAxpMq2GF4 .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-uAxpMq2GF4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAxpMq2GF4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAxpMq2GF4 .item {
  margin-bottom: 16px;
}
.cid-uAxpMq2GF4 .item:last-child {
  margin-bottom: 0;
}
.cid-uAxpMq2GF4 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAxpMq2GF4 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAxpMq2GF4 .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAxpMq2GF4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAxpMq2GF4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAxpMq2GF4 .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAxpMq2GF4 .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAxpMq2GF4 .mbr-section-title {
  color: #18212d;
}
.cid-uAxpMq2GF4 .mbr-desc {
  color: #18212d;
}
.cid-uAxpMq2GF4 .mbr-text {
  color: #18212d;
}
.cid-uAxpMq2GF4 .mbr-recall {
  color: #ffffff;
}
.cid-uAxpMq2GF4 .mbr-name {
  color: #ffffff;
}
.cid-uAxpMq2GF4 .mbr-rating {
  color: #EFCC4E;
}
.cid-uAxpMq2GF4 .item-title {
  color: #18212d;
}
.cid-uAxpMq2GF4 .item-text {
  color: #18212d;
}
.cid-uAxpMq2GF4 .item-desc {
  color: #18212d;
}
.cid-uAxpMq2GF4 .mbr-text,
.cid-uAxpMq2GF4 .text-wrapper {
  text-align: left;
}
.cid-uAxpMr58X1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxpMr58X1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxpMr58X1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxpMr58X1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxpMr58X1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMr58X1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMr58X1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMr58X1 .container {
    padding: 0 24px;
  }
}
.cid-uAxpMr58X1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAxpMr58X1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMr58X1 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAxpMr58X1 .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-uAxpMr58X1 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMr58X1 .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAxpMr58X1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAxpMr58X1 .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAxpMr58X1 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAxpMr58X1 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAxpMr58X1 .item-title {
  color: #ffffff;
}
.cid-uAxpMr58X1 .item-text {
  color: #ffffff;
}
.cid-uAxpMrWWO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxpMrWWO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxpMrWWO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxpMrWWO8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxpMrWWO8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMrWWO8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMrWWO8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMrWWO8 .container {
    padding: 0 24px;
  }
}
.cid-uAxpMrWWO8 .row {
  justify-content: center;
}
.cid-uAxpMrWWO8 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAxpMrWWO8 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAxpMrWWO8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAxpMrWWO8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAxpMrWWO8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAxpMrWWO8 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAxpMrWWO8 .tabs-wrapper {
  text-align: center;
}
.cid-uAxpMrWWO8 .item-title {
  color: #18212d;
}
.cid-uAxpMrWWO8 .item-text {
  color: #18212d;
}
.cid-uAxpMt65bI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxpMt65bI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxpMt65bI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxpMt65bI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxpMt65bI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMt65bI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMt65bI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMt65bI .container {
    padding: 0 24px;
  }
}
.cid-uAxpMt65bI .row {
  justify-content: center;
}
.cid-uAxpMt65bI .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAxpMt65bI .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAxpMt65bI .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-uAxpMt65bI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAxpMt65bI .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAxpMt65bI .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAxpMt65bI .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAxpMt65bI .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAxpMt65bI .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAxpMt65bI .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAxpMt65bI .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-uAxpMt65bI .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-uAxpMt65bI .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAxpMt65bI .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAxpMt65bI .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAxpMt65bI .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAxpMt65bI .mbr-desc,
.cid-uAxpMt65bI .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAxpMt65bI .panel-title-edit {
  color: #18212d;
}
.cid-uAxpMt65bI .panel-text {
  color: #18212d;
}
.cid-uAxpMuk4Bf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAxpMuk4Bf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxpMuk4Bf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxpMuk4Bf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAxpMuk4Bf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMuk4Bf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAxpMuk4Bf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAxpMuk4Bf .container {
    padding: 0 24px;
  }
}
.cid-uAxpMuk4Bf .row {
  justify-content: center;
}
.cid-uAxpMuk4Bf .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAxpMuk4Bf .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAxpMuk4Bf .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAxpMuk4Bf .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAxpMuk4Bf .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAxpMuk4Bf .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAxpMuk4Bf .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAxpMuk4Bf .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAxpMuk4Bf .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAxpMuk4Bf .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAxpMuk4Bf .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAxpMuk4Bf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAxpMuk4Bf .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAxpMuk4Bf .list-wrapper .list .item-wrap:hover,
.cid-uAxpMuk4Bf .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAxpMuk4Bf .list-wrapper .list .item-wrap:hover::before,
.cid-uAxpMuk4Bf .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAxpMuk4Bf .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAxpMuk4Bf .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAxpMuk4Bf .mbr-section-title {
  color: #ffffff;
}
.cid-uAxpMuk4Bf .mbr-soc {
  color: #ffffff;
}
.cid-uAxpMuk4Bf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAxpMuk4Bf .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAIdhWqUsL {
  background-color: #ffffff;
}
.cid-uAIdhWqUsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIdhWqUsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIdhWqUsL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIdhWqUsL .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdhWqUsL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdhWqUsL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdhWqUsL .container {
    padding: 0 24px;
  }
}
.cid-uAIdhWqUsL .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAIdhWqUsL .content-wrapper {
    padding: 0;
  }
}
.cid-uAIdhWqUsL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAIdhWqUsL .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAIdhWqUsL .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAIdhWqUsL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIdhWqUsL .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAIdhWqUsL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIdhWqUsL .mbr-section-title {
  color: #ffffff;
}
.cid-uAIdhWqUsL .mbr-desc,
.cid-uAIdhWqUsL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIdhWqUsL .mbr-text,
.cid-uAIdhWqUsL .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIdhWqUsL .mbr-section-title,
.cid-uAIdhWqUsL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIdhXeQda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIdhXeQda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIdhXeQda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIdhXeQda .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdhXeQda .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdhXeQda .container {
    padding: 0 24px;
  }
}
.cid-uAIdhXeQda .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAIdhXeQda .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAIdhXeQda .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIdhXeQda .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAIdhXeQda .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .content-wrapper {
    padding: 24px;
  }
}
.cid-uAIdhXeQda .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAIdhXeQda .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-uAIdhXeQda .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIdhXeQda .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIdhXeQda .item {
  margin-bottom: 16px;
}
.cid-uAIdhXeQda .item:last-child {
  margin-bottom: 0;
}
.cid-uAIdhXeQda .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAIdhXeQda .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAIdhXeQda .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAIdhXeQda .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIdhXeQda .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAIdhXeQda .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAIdhXeQda .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAIdhXeQda .mbr-section-title {
  color: #18212d;
}
.cid-uAIdhXeQda .mbr-desc {
  color: #18212d;
}
.cid-uAIdhXeQda .mbr-text {
  color: #18212d;
}
.cid-uAIdhXeQda .mbr-recall {
  color: #ffffff;
}
.cid-uAIdhXeQda .mbr-name {
  color: #ffffff;
}
.cid-uAIdhXeQda .mbr-rating {
  color: #EFCC4E;
}
.cid-uAIdhXeQda .item-title {
  color: #18212d;
}
.cid-uAIdhXeQda .item-text {
  color: #18212d;
}
.cid-uAIdhXeQda .item-desc {
  color: #18212d;
}
.cid-uAIdhXeQda .mbr-text,
.cid-uAIdhXeQda .text-wrapper {
  text-align: left;
}
.cid-uAIdhYakDO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIdhYakDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIdhYakDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIdhYakDO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIdhYakDO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdhYakDO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdhYakDO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdhYakDO .container {
    padding: 0 24px;
  }
}
.cid-uAIdhYakDO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAIdhYakDO .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAIdhYakDO .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAIdhYakDO .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-uAIdhYakDO .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdhYakDO .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAIdhYakDO .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIdhYakDO .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAIdhYakDO .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAIdhYakDO .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAIdhYakDO .item-title {
  color: #ffffff;
}
.cid-uAIdhYakDO .item-text {
  color: #ffffff;
}
.cid-uAIdhZ0xSX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIdhZ0xSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIdhZ0xSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIdhZ0xSX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIdhZ0xSX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdhZ0xSX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdhZ0xSX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdhZ0xSX .container {
    padding: 0 24px;
  }
}
.cid-uAIdhZ0xSX .row {
  justify-content: center;
}
.cid-uAIdhZ0xSX .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIdhZ0xSX .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAIdhZ0xSX .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAIdhZ0xSX .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAIdhZ0xSX .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIdhZ0xSX .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAIdhZ0xSX .tabs-wrapper {
  text-align: center;
}
.cid-uAIdhZ0xSX .item-title {
  color: #18212d;
}
.cid-uAIdhZ0xSX .item-text {
  color: #18212d;
}
.cid-uAIdi0eWN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIdi0eWN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIdi0eWN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIdi0eWN9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIdi0eWN9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdi0eWN9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdi0eWN9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdi0eWN9 .container {
    padding: 0 24px;
  }
}
.cid-uAIdi0eWN9 .row {
  justify-content: center;
}
.cid-uAIdi0eWN9 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIdi0eWN9 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAIdi0eWN9 .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-uAIdi0eWN9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAIdi0eWN9 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAIdi0eWN9 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAIdi0eWN9 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAIdi0eWN9 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAIdi0eWN9 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAIdi0eWN9 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAIdi0eWN9 .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-uAIdi0eWN9 .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-uAIdi0eWN9 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAIdi0eWN9 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAIdi0eWN9 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAIdi0eWN9 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAIdi0eWN9 .mbr-desc,
.cid-uAIdi0eWN9 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAIdi0eWN9 .panel-title-edit {
  color: #18212d;
}
.cid-uAIdi0eWN9 .panel-text {
  color: #18212d;
}
.cid-uAIdi1baLZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAIdi1baLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIdi1baLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIdi1baLZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIdi1baLZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdi1baLZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIdi1baLZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIdi1baLZ .container {
    padding: 0 24px;
  }
}
.cid-uAIdi1baLZ .row {
  justify-content: center;
}
.cid-uAIdi1baLZ .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIdi1baLZ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIdi1baLZ .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAIdi1baLZ .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAIdi1baLZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAIdi1baLZ .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIdi1baLZ .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAIdi1baLZ .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAIdi1baLZ .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIdi1baLZ .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIdi1baLZ .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAIdi1baLZ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIdi1baLZ .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAIdi1baLZ .list-wrapper .list .item-wrap:hover,
.cid-uAIdi1baLZ .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAIdi1baLZ .list-wrapper .list .item-wrap:hover::before,
.cid-uAIdi1baLZ .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAIdi1baLZ .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAIdi1baLZ .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAIdi1baLZ .mbr-section-title {
  color: #ffffff;
}
.cid-uAIdi1baLZ .mbr-soc {
  color: #ffffff;
}
.cid-uAIdi1baLZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAIdi1baLZ .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAIoj206te {
  background-color: #ffffff;
}
.cid-uAIoj206te .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIoj206te .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-uAIoj206te .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj206te .container {
    padding: 0 24px;
  }
}
.cid-uAIoj206te .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAIoj206te .content-wrapper {
    padding: 0;
  }
}
.cid-uAIoj206te .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAIoj206te .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAIoj206te .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAIoj206te .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIoj206te .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAIoj206te .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIoj206te .mbr-section-title {
  color: #ffffff;
}
.cid-uAIoj206te .mbr-desc,
.cid-uAIoj206te .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIoj206te .mbr-text,
.cid-uAIoj206te .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIoj206te .mbr-section-title,
.cid-uAIoj206te .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIoj2KMqu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIoj2KMqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIoj2KMqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIoj2KMqu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj2KMqu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj2KMqu .container {
    padding: 0 24px;
  }
}
.cid-uAIoj2KMqu .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAIoj2KMqu .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAIoj2KMqu .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIoj2KMqu .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAIoj2KMqu .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .content-wrapper {
    padding: 24px;
  }
}
.cid-uAIoj2KMqu .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAIoj2KMqu .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-uAIoj2KMqu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIoj2KMqu .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIoj2KMqu .item {
  margin-bottom: 16px;
}
.cid-uAIoj2KMqu .item:last-child {
  margin-bottom: 0;
}
.cid-uAIoj2KMqu .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAIoj2KMqu .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAIoj2KMqu .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAIoj2KMqu .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIoj2KMqu .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAIoj2KMqu .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAIoj2KMqu .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAIoj2KMqu .mbr-section-title {
  color: #18212d;
}
.cid-uAIoj2KMqu .mbr-desc {
  color: #18212d;
}
.cid-uAIoj2KMqu .mbr-text {
  color: #18212d;
}
.cid-uAIoj2KMqu .mbr-recall {
  color: #ffffff;
}
.cid-uAIoj2KMqu .mbr-name {
  color: #ffffff;
}
.cid-uAIoj2KMqu .mbr-rating {
  color: #EFCC4E;
}
.cid-uAIoj2KMqu .item-title {
  color: #18212d;
}
.cid-uAIoj2KMqu .item-text {
  color: #18212d;
}
.cid-uAIoj2KMqu .item-desc {
  color: #18212d;
}
.cid-uAIoj2KMqu .mbr-text,
.cid-uAIoj2KMqu .text-wrapper {
  text-align: left;
}
.cid-uAIoj3HmgG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIoj3HmgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIoj3HmgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIoj3HmgG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIoj3HmgG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj3HmgG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj3HmgG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj3HmgG .container {
    padding: 0 24px;
  }
}
.cid-uAIoj3HmgG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAIoj3HmgG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj3HmgG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAIoj3HmgG .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-uAIoj3HmgG .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj3HmgG .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAIoj3HmgG .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIoj3HmgG .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAIoj3HmgG .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAIoj3HmgG .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAIoj3HmgG .item-title {
  color: #ffffff;
}
.cid-uAIoj3HmgG .item-text {
  color: #ffffff;
}
.cid-uAIoj4BYnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIoj4BYnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIoj4BYnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIoj4BYnS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIoj4BYnS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj4BYnS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj4BYnS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj4BYnS .container {
    padding: 0 24px;
  }
}
.cid-uAIoj4BYnS .row {
  justify-content: center;
}
.cid-uAIoj4BYnS .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIoj4BYnS .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAIoj4BYnS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAIoj4BYnS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAIoj4BYnS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIoj4BYnS .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAIoj4BYnS .tabs-wrapper {
  text-align: center;
}
.cid-uAIoj4BYnS .item-title {
  color: #18212d;
}
.cid-uAIoj4BYnS .item-text {
  color: #18212d;
}
.cid-uAIoj5HrYR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIoj5HrYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIoj5HrYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIoj5HrYR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIoj5HrYR .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj5HrYR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj5HrYR .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj5HrYR .container {
    padding: 0 24px;
  }
}
.cid-uAIoj5HrYR .row {
  justify-content: center;
}
.cid-uAIoj5HrYR .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIoj5HrYR .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAIoj5HrYR .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-uAIoj5HrYR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAIoj5HrYR .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAIoj5HrYR .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAIoj5HrYR .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAIoj5HrYR .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAIoj5HrYR .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAIoj5HrYR .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAIoj5HrYR .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-uAIoj5HrYR .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-uAIoj5HrYR .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAIoj5HrYR .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAIoj5HrYR .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAIoj5HrYR .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAIoj5HrYR .mbr-desc,
.cid-uAIoj5HrYR .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAIoj5HrYR .panel-title-edit {
  color: #18212d;
}
.cid-uAIoj5HrYR .panel-text {
  color: #18212d;
}
.cid-uAIoj6Eyml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAIoj6Eyml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIoj6Eyml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIoj6Eyml .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIoj6Eyml .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj6Eyml .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIoj6Eyml .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIoj6Eyml .container {
    padding: 0 24px;
  }
}
.cid-uAIoj6Eyml .row {
  justify-content: center;
}
.cid-uAIoj6Eyml .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIoj6Eyml .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIoj6Eyml .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAIoj6Eyml .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAIoj6Eyml .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAIoj6Eyml .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIoj6Eyml .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAIoj6Eyml .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAIoj6Eyml .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIoj6Eyml .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIoj6Eyml .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAIoj6Eyml .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIoj6Eyml .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAIoj6Eyml .list-wrapper .list .item-wrap:hover,
.cid-uAIoj6Eyml .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAIoj6Eyml .list-wrapper .list .item-wrap:hover::before,
.cid-uAIoj6Eyml .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAIoj6Eyml .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAIoj6Eyml .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAIoj6Eyml .mbr-section-title {
  color: #ffffff;
}
.cid-uAIoj6Eyml .mbr-soc {
  color: #ffffff;
}
.cid-uAIoj6Eyml .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAIoj6Eyml .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAIBnTPn9h {
  background-color: #ffffff;
}
.cid-uAIBnTPn9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIBnTPn9h .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-uAIBnTPn9h .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnTPn9h .container {
    padding: 0 24px;
  }
}
.cid-uAIBnTPn9h .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAIBnTPn9h .content-wrapper {
    padding: 0;
  }
}
.cid-uAIBnTPn9h .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAIBnTPn9h .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAIBnTPn9h .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAIBnTPn9h .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIBnTPn9h .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAIBnTPn9h .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIBnTPn9h .mbr-section-title {
  color: #ffffff;
}
.cid-uAIBnTPn9h .mbr-desc,
.cid-uAIBnTPn9h .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIBnTPn9h .mbr-text,
.cid-uAIBnTPn9h .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIBnTPn9h .mbr-section-title,
.cid-uAIBnTPn9h .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIBnUsJb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIBnUsJb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIBnUsJb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIBnUsJb8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnUsJb8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnUsJb8 .container {
    padding: 0 24px;
  }
}
.cid-uAIBnUsJb8 .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAIBnUsJb8 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAIBnUsJb8 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIBnUsJb8 .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAIBnUsJb8 .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .content-wrapper {
    padding: 24px;
  }
}
.cid-uAIBnUsJb8 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAIBnUsJb8 .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-uAIBnUsJb8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIBnUsJb8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIBnUsJb8 .item {
  margin-bottom: 16px;
}
.cid-uAIBnUsJb8 .item:last-child {
  margin-bottom: 0;
}
.cid-uAIBnUsJb8 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAIBnUsJb8 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAIBnUsJb8 .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAIBnUsJb8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIBnUsJb8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAIBnUsJb8 .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAIBnUsJb8 .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAIBnUsJb8 .mbr-section-title {
  color: #18212d;
}
.cid-uAIBnUsJb8 .mbr-desc {
  color: #18212d;
}
.cid-uAIBnUsJb8 .mbr-text {
  color: #18212d;
}
.cid-uAIBnUsJb8 .mbr-recall {
  color: #ffffff;
}
.cid-uAIBnUsJb8 .mbr-name {
  color: #ffffff;
}
.cid-uAIBnUsJb8 .mbr-rating {
  color: #EFCC4E;
}
.cid-uAIBnUsJb8 .item-title {
  color: #18212d;
}
.cid-uAIBnUsJb8 .item-text {
  color: #18212d;
}
.cid-uAIBnUsJb8 .item-desc {
  color: #18212d;
}
.cid-uAIBnUsJb8 .mbr-text,
.cid-uAIBnUsJb8 .text-wrapper {
  text-align: left;
}
.cid-uAIBnVhoLX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIBnVhoLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIBnVhoLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIBnVhoLX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIBnVhoLX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnVhoLX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnVhoLX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnVhoLX .container {
    padding: 0 24px;
  }
}
.cid-uAIBnVhoLX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAIBnVhoLX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnVhoLX .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAIBnVhoLX .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-uAIBnVhoLX .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnVhoLX .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAIBnVhoLX .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIBnVhoLX .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAIBnVhoLX .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAIBnVhoLX .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAIBnVhoLX .item-title {
  color: #ffffff;
}
.cid-uAIBnVhoLX .item-text {
  color: #ffffff;
}
.cid-uAIBnW2Fyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIBnW2Fyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIBnW2Fyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIBnW2Fyu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIBnW2Fyu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnW2Fyu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnW2Fyu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnW2Fyu .container {
    padding: 0 24px;
  }
}
.cid-uAIBnW2Fyu .row {
  justify-content: center;
}
.cid-uAIBnW2Fyu .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIBnW2Fyu .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAIBnW2Fyu .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAIBnW2Fyu .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAIBnW2Fyu .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIBnW2Fyu .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAIBnW2Fyu .tabs-wrapper {
  text-align: center;
}
.cid-uAIBnW2Fyu .item-title {
  color: #18212d;
}
.cid-uAIBnW2Fyu .item-text {
  color: #18212d;
}
.cid-uAIBnWXZUc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIBnWXZUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIBnWXZUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIBnWXZUc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIBnWXZUc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnWXZUc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnWXZUc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnWXZUc .container {
    padding: 0 24px;
  }
}
.cid-uAIBnWXZUc .row {
  justify-content: center;
}
.cid-uAIBnWXZUc .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIBnWXZUc .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAIBnWXZUc .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-uAIBnWXZUc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAIBnWXZUc .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAIBnWXZUc .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAIBnWXZUc .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAIBnWXZUc .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAIBnWXZUc .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAIBnWXZUc .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAIBnWXZUc .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-uAIBnWXZUc .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-uAIBnWXZUc .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAIBnWXZUc .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAIBnWXZUc .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAIBnWXZUc .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAIBnWXZUc .mbr-desc,
.cid-uAIBnWXZUc .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAIBnWXZUc .panel-title-edit {
  color: #18212d;
}
.cid-uAIBnWXZUc .panel-text {
  color: #18212d;
}
.cid-uAIBnXKRes {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAIBnXKRes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIBnXKRes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIBnXKRes .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIBnXKRes .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnXKRes .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIBnXKRes .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIBnXKRes .container {
    padding: 0 24px;
  }
}
.cid-uAIBnXKRes .row {
  justify-content: center;
}
.cid-uAIBnXKRes .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIBnXKRes .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIBnXKRes .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAIBnXKRes .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAIBnXKRes .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAIBnXKRes .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIBnXKRes .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAIBnXKRes .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAIBnXKRes .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIBnXKRes .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIBnXKRes .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAIBnXKRes .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIBnXKRes .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAIBnXKRes .list-wrapper .list .item-wrap:hover,
.cid-uAIBnXKRes .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAIBnXKRes .list-wrapper .list .item-wrap:hover::before,
.cid-uAIBnXKRes .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAIBnXKRes .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAIBnXKRes .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAIBnXKRes .mbr-section-title {
  color: #ffffff;
}
.cid-uAIBnXKRes .mbr-soc {
  color: #ffffff;
}
.cid-uAIBnXKRes .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAIBnXKRes .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAIDiWwrC6 {
  background-color: #ffffff;
}
.cid-uAIDiWwrC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIDiWwrC6 .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-uAIDiWwrC6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDiWwrC6 .container {
    padding: 0 24px;
  }
}
.cid-uAIDiWwrC6 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAIDiWwrC6 .content-wrapper {
    padding: 0;
  }
}
.cid-uAIDiWwrC6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAIDiWwrC6 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAIDiWwrC6 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAIDiWwrC6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIDiWwrC6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAIDiWwrC6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIDiWwrC6 .mbr-section-title {
  color: #ffffff;
}
.cid-uAIDiWwrC6 .mbr-desc,
.cid-uAIDiWwrC6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIDiWwrC6 .mbr-text,
.cid-uAIDiWwrC6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIDiWwrC6 .mbr-section-title,
.cid-uAIDiWwrC6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIDiYrfDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIDiYrfDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIDiYrfDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIDiYrfDb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDiYrfDb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDiYrfDb .container {
    padding: 0 24px;
  }
}
.cid-uAIDiYrfDb .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAIDiYrfDb .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAIDiYrfDb .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIDiYrfDb .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAIDiYrfDb .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .content-wrapper {
    padding: 24px;
  }
}
.cid-uAIDiYrfDb .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAIDiYrfDb .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-uAIDiYrfDb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIDiYrfDb .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIDiYrfDb .item {
  margin-bottom: 16px;
}
.cid-uAIDiYrfDb .item:last-child {
  margin-bottom: 0;
}
.cid-uAIDiYrfDb .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAIDiYrfDb .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAIDiYrfDb .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAIDiYrfDb .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIDiYrfDb .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAIDiYrfDb .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAIDiYrfDb .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAIDiYrfDb .mbr-section-title {
  color: #18212d;
}
.cid-uAIDiYrfDb .mbr-desc {
  color: #18212d;
}
.cid-uAIDiYrfDb .mbr-text {
  color: #18212d;
}
.cid-uAIDiYrfDb .mbr-recall {
  color: #ffffff;
}
.cid-uAIDiYrfDb .mbr-name {
  color: #ffffff;
}
.cid-uAIDiYrfDb .mbr-rating {
  color: #EFCC4E;
}
.cid-uAIDiYrfDb .item-title {
  color: #18212d;
}
.cid-uAIDiYrfDb .item-text {
  color: #18212d;
}
.cid-uAIDiYrfDb .item-desc {
  color: #18212d;
}
.cid-uAIDiYrfDb .mbr-text,
.cid-uAIDiYrfDb .text-wrapper {
  text-align: left;
}
.cid-uAIDiZlVQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIDiZlVQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIDiZlVQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIDiZlVQU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIDiZlVQU .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDiZlVQU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIDiZlVQU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDiZlVQU .container {
    padding: 0 24px;
  }
}
.cid-uAIDiZlVQU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAIDiZlVQU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAIDiZlVQU .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAIDiZlVQU .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-uAIDiZlVQU .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIDiZlVQU .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAIDiZlVQU .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIDiZlVQU .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAIDiZlVQU .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAIDiZlVQU .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAIDiZlVQU .item-title {
  color: #ffffff;
}
.cid-uAIDiZlVQU .item-text {
  color: #ffffff;
}
.cid-uAIDj08st0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIDj08st0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIDj08st0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIDj08st0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIDj08st0 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDj08st0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIDj08st0 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDj08st0 .container {
    padding: 0 24px;
  }
}
.cid-uAIDj08st0 .row {
  justify-content: center;
}
.cid-uAIDj08st0 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIDj08st0 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAIDj08st0 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAIDj08st0 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAIDj08st0 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIDj08st0 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAIDj08st0 .tabs-wrapper {
  text-align: center;
}
.cid-uAIDj08st0 .item-title {
  color: #18212d;
}
.cid-uAIDj08st0 .item-text {
  color: #18212d;
}
.cid-uAIDj1jO1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIDj1jO1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIDj1jO1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIDj1jO1F .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIDj1jO1F .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDj1jO1F .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIDj1jO1F .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDj1jO1F .container {
    padding: 0 24px;
  }
}
.cid-uAIDj1jO1F .row {
  justify-content: center;
}
.cid-uAIDj1jO1F .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIDj1jO1F .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAIDj1jO1F .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-uAIDj1jO1F .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAIDj1jO1F .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAIDj1jO1F .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAIDj1jO1F .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAIDj1jO1F .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAIDj1jO1F .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAIDj1jO1F .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAIDj1jO1F .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-uAIDj1jO1F .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-uAIDj1jO1F .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAIDj1jO1F .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAIDj1jO1F .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAIDj1jO1F .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAIDj1jO1F .mbr-desc,
.cid-uAIDj1jO1F .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAIDj1jO1F .panel-title-edit {
  color: #18212d;
}
.cid-uAIDj1jO1F .panel-text {
  color: #18212d;
}
.cid-uAIDj2rbOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAIDj2rbOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIDj2rbOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIDj2rbOS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIDj2rbOS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDj2rbOS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIDj2rbOS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIDj2rbOS .container {
    padding: 0 24px;
  }
}
.cid-uAIDj2rbOS .row {
  justify-content: center;
}
.cid-uAIDj2rbOS .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIDj2rbOS .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIDj2rbOS .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAIDj2rbOS .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAIDj2rbOS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAIDj2rbOS .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIDj2rbOS .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAIDj2rbOS .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAIDj2rbOS .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIDj2rbOS .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIDj2rbOS .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAIDj2rbOS .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIDj2rbOS .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAIDj2rbOS .list-wrapper .list .item-wrap:hover,
.cid-uAIDj2rbOS .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAIDj2rbOS .list-wrapper .list .item-wrap:hover::before,
.cid-uAIDj2rbOS .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAIDj2rbOS .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAIDj2rbOS .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAIDj2rbOS .mbr-section-title {
  color: #ffffff;
}
.cid-uAIDj2rbOS .mbr-soc {
  color: #ffffff;
}
.cid-uAIDj2rbOS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAIDj2rbOS .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAIO3Gk1Uw {
  background-color: #ffffff;
}
.cid-uAIO3Gk1Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIO3Gk1Uw .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-uAIO3Gk1Uw .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3Gk1Uw .container {
    padding: 0 24px;
  }
}
.cid-uAIO3Gk1Uw .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAIO3Gk1Uw .content-wrapper {
    padding: 0;
  }
}
.cid-uAIO3Gk1Uw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAIO3Gk1Uw .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAIO3Gk1Uw .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAIO3Gk1Uw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIO3Gk1Uw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAIO3Gk1Uw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIO3Gk1Uw .mbr-section-title {
  color: #ffffff;
}
.cid-uAIO3Gk1Uw .mbr-desc,
.cid-uAIO3Gk1Uw .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIO3Gk1Uw .mbr-text,
.cid-uAIO3Gk1Uw .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIO3Gk1Uw .mbr-section-title,
.cid-uAIO3Gk1Uw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIO3H7HmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIO3H7HmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIO3H7HmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIO3H7HmG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3H7HmG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3H7HmG .container {
    padding: 0 24px;
  }
}
.cid-uAIO3H7HmG .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAIO3H7HmG .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAIO3H7HmG .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIO3H7HmG .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAIO3H7HmG .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .content-wrapper {
    padding: 24px;
  }
}
.cid-uAIO3H7HmG .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAIO3H7HmG .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-uAIO3H7HmG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIO3H7HmG .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIO3H7HmG .item {
  margin-bottom: 16px;
}
.cid-uAIO3H7HmG .item:last-child {
  margin-bottom: 0;
}
.cid-uAIO3H7HmG .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAIO3H7HmG .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAIO3H7HmG .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAIO3H7HmG .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIO3H7HmG .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAIO3H7HmG .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAIO3H7HmG .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAIO3H7HmG .mbr-section-title {
  color: #18212d;
}
.cid-uAIO3H7HmG .mbr-desc {
  color: #18212d;
}
.cid-uAIO3H7HmG .mbr-text {
  color: #18212d;
}
.cid-uAIO3H7HmG .mbr-recall {
  color: #ffffff;
}
.cid-uAIO3H7HmG .mbr-name {
  color: #ffffff;
}
.cid-uAIO3H7HmG .mbr-rating {
  color: #EFCC4E;
}
.cid-uAIO3H7HmG .item-title {
  color: #18212d;
}
.cid-uAIO3H7HmG .item-text {
  color: #18212d;
}
.cid-uAIO3H7HmG .item-desc {
  color: #18212d;
}
.cid-uAIO3H7HmG .mbr-text,
.cid-uAIO3H7HmG .text-wrapper {
  text-align: left;
}
.cid-uAIO3I0S4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIO3I0S4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIO3I0S4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIO3I0S4H .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIO3I0S4H .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3I0S4H .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3I0S4H .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3I0S4H .container {
    padding: 0 24px;
  }
}
.cid-uAIO3I0S4H .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAIO3I0S4H .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3I0S4H .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAIO3I0S4H .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-uAIO3I0S4H .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3I0S4H .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAIO3I0S4H .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIO3I0S4H .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAIO3I0S4H .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAIO3I0S4H .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAIO3I0S4H .item-title {
  color: #ffffff;
}
.cid-uAIO3I0S4H .item-text {
  color: #ffffff;
}
.cid-uAIO3IJr6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIO3IJr6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIO3IJr6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIO3IJr6f .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIO3IJr6f .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3IJr6f .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3IJr6f .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3IJr6f .container {
    padding: 0 24px;
  }
}
.cid-uAIO3IJr6f .row {
  justify-content: center;
}
.cid-uAIO3IJr6f .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIO3IJr6f .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAIO3IJr6f .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAIO3IJr6f .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAIO3IJr6f .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIO3IJr6f .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAIO3IJr6f .tabs-wrapper {
  text-align: center;
}
.cid-uAIO3IJr6f .item-title {
  color: #18212d;
}
.cid-uAIO3IJr6f .item-text {
  color: #18212d;
}
.cid-uAIO3JF88g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIO3JF88g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIO3JF88g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIO3JF88g .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIO3JF88g .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3JF88g .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3JF88g .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3JF88g .container {
    padding: 0 24px;
  }
}
.cid-uAIO3JF88g .row {
  justify-content: center;
}
.cid-uAIO3JF88g .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIO3JF88g .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAIO3JF88g .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-uAIO3JF88g .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAIO3JF88g .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAIO3JF88g .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAIO3JF88g .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAIO3JF88g .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAIO3JF88g .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAIO3JF88g .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAIO3JF88g .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-uAIO3JF88g .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-uAIO3JF88g .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAIO3JF88g .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAIO3JF88g .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAIO3JF88g .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAIO3JF88g .mbr-desc,
.cid-uAIO3JF88g .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAIO3JF88g .panel-title-edit {
  color: #18212d;
}
.cid-uAIO3JF88g .panel-text {
  color: #18212d;
}
.cid-uAIO3KyrQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAIO3KyrQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIO3KyrQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIO3KyrQF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIO3KyrQF .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3KyrQF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIO3KyrQF .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIO3KyrQF .container {
    padding: 0 24px;
  }
}
.cid-uAIO3KyrQF .row {
  justify-content: center;
}
.cid-uAIO3KyrQF .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIO3KyrQF .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIO3KyrQF .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAIO3KyrQF .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAIO3KyrQF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAIO3KyrQF .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIO3KyrQF .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAIO3KyrQF .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAIO3KyrQF .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIO3KyrQF .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIO3KyrQF .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAIO3KyrQF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIO3KyrQF .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAIO3KyrQF .list-wrapper .list .item-wrap:hover,
.cid-uAIO3KyrQF .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAIO3KyrQF .list-wrapper .list .item-wrap:hover::before,
.cid-uAIO3KyrQF .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAIO3KyrQF .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAIO3KyrQF .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAIO3KyrQF .mbr-section-title {
  color: #ffffff;
}
.cid-uAIO3KyrQF .mbr-soc {
  color: #ffffff;
}
.cid-uAIO3KyrQF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAIO3KyrQF .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAIQDmLpcg {
  background-color: #ffffff;
}
.cid-uAIQDmLpcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIQDmLpcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIQDmLpcg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIQDmLpcg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDmLpcg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDmLpcg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDmLpcg .container {
    padding: 0 24px;
  }
}
.cid-uAIQDmLpcg .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAIQDmLpcg .content-wrapper {
    padding: 0;
  }
}
.cid-uAIQDmLpcg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAIQDmLpcg .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAIQDmLpcg .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAIQDmLpcg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIQDmLpcg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAIQDmLpcg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIQDmLpcg .mbr-section-title {
  color: #ffffff;
}
.cid-uAIQDmLpcg .mbr-desc,
.cid-uAIQDmLpcg .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIQDmLpcg .mbr-text,
.cid-uAIQDmLpcg .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIQDmLpcg .mbr-section-title,
.cid-uAIQDmLpcg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIQDnngqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIQDnngqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIQDnngqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIQDnngqg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDnngqg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDnngqg .container {
    padding: 0 24px;
  }
}
.cid-uAIQDnngqg .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAIQDnngqg .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAIQDnngqg .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIQDnngqg .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAIQDnngqg .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .content-wrapper {
    padding: 24px;
  }
}
.cid-uAIQDnngqg .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAIQDnngqg .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-uAIQDnngqg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIQDnngqg .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIQDnngqg .item {
  margin-bottom: 16px;
}
.cid-uAIQDnngqg .item:last-child {
  margin-bottom: 0;
}
.cid-uAIQDnngqg .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAIQDnngqg .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAIQDnngqg .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAIQDnngqg .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIQDnngqg .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAIQDnngqg .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAIQDnngqg .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAIQDnngqg .mbr-section-title {
  color: #18212d;
}
.cid-uAIQDnngqg .mbr-desc {
  color: #18212d;
}
.cid-uAIQDnngqg .mbr-text {
  color: #18212d;
}
.cid-uAIQDnngqg .mbr-recall {
  color: #ffffff;
}
.cid-uAIQDnngqg .mbr-name {
  color: #ffffff;
}
.cid-uAIQDnngqg .mbr-rating {
  color: #EFCC4E;
}
.cid-uAIQDnngqg .item-title {
  color: #18212d;
}
.cid-uAIQDnngqg .item-text {
  color: #18212d;
}
.cid-uAIQDnngqg .item-desc {
  color: #18212d;
}
.cid-uAIQDnngqg .mbr-text,
.cid-uAIQDnngqg .text-wrapper {
  text-align: left;
}
.cid-uAIQDodpR4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIQDodpR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIQDodpR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIQDodpR4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIQDodpR4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDodpR4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDodpR4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDodpR4 .container {
    padding: 0 24px;
  }
}
.cid-uAIQDodpR4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAIQDodpR4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDodpR4 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAIQDodpR4 .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-uAIQDodpR4 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDodpR4 .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAIQDodpR4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIQDodpR4 .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAIQDodpR4 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAIQDodpR4 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAIQDodpR4 .item-title {
  color: #ffffff;
}
.cid-uAIQDodpR4 .item-text {
  color: #ffffff;
}
.cid-uAIQDoWZ51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIQDoWZ51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIQDoWZ51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIQDoWZ51 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIQDoWZ51 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDoWZ51 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDoWZ51 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDoWZ51 .container {
    padding: 0 24px;
  }
}
.cid-uAIQDoWZ51 .row {
  justify-content: center;
}
.cid-uAIQDoWZ51 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIQDoWZ51 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAIQDoWZ51 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAIQDoWZ51 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAIQDoWZ51 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIQDoWZ51 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAIQDoWZ51 .tabs-wrapper {
  text-align: center;
}
.cid-uAIQDoWZ51 .item-title {
  color: #18212d;
}
.cid-uAIQDoWZ51 .item-text {
  color: #18212d;
}
.cid-uAIQDpW5xc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIQDpW5xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIQDpW5xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIQDpW5xc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIQDpW5xc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDpW5xc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDpW5xc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDpW5xc .container {
    padding: 0 24px;
  }
}
.cid-uAIQDpW5xc .row {
  justify-content: center;
}
.cid-uAIQDpW5xc .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIQDpW5xc .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAIQDpW5xc .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-uAIQDpW5xc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAIQDpW5xc .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAIQDpW5xc .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAIQDpW5xc .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAIQDpW5xc .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAIQDpW5xc .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAIQDpW5xc .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAIQDpW5xc .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-uAIQDpW5xc .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-uAIQDpW5xc .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAIQDpW5xc .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAIQDpW5xc .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAIQDpW5xc .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAIQDpW5xc .mbr-desc,
.cid-uAIQDpW5xc .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAIQDpW5xc .panel-title-edit {
  color: #18212d;
}
.cid-uAIQDpW5xc .panel-text {
  color: #18212d;
}
.cid-uAIQDqNCUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAIQDqNCUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIQDqNCUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIQDqNCUF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIQDqNCUF .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDqNCUF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIQDqNCUF .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIQDqNCUF .container {
    padding: 0 24px;
  }
}
.cid-uAIQDqNCUF .row {
  justify-content: center;
}
.cid-uAIQDqNCUF .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIQDqNCUF .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIQDqNCUF .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAIQDqNCUF .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAIQDqNCUF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAIQDqNCUF .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIQDqNCUF .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAIQDqNCUF .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAIQDqNCUF .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIQDqNCUF .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIQDqNCUF .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAIQDqNCUF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIQDqNCUF .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAIQDqNCUF .list-wrapper .list .item-wrap:hover,
.cid-uAIQDqNCUF .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAIQDqNCUF .list-wrapper .list .item-wrap:hover::before,
.cid-uAIQDqNCUF .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAIQDqNCUF .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAIQDqNCUF .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAIQDqNCUF .mbr-section-title {
  color: #ffffff;
}
.cid-uAIQDqNCUF .mbr-soc {
  color: #ffffff;
}
.cid-uAIQDqNCUF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAIQDqNCUF .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZkIt2z8M {
  background-color: #ffffff;
}
.cid-uAZkIt2z8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZkIt2z8M .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-uAZkIt2z8M .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIt2z8M .container {
    padding: 0 24px;
  }
}
.cid-uAZkIt2z8M .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAZkIt2z8M .content-wrapper {
    padding: 0;
  }
}
.cid-uAZkIt2z8M .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAZkIt2z8M .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAZkIt2z8M .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAZkIt2z8M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAZkIt2z8M .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAZkIt2z8M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAZkIt2z8M .mbr-section-title {
  color: #ffffff;
}
.cid-uAZkIt2z8M .mbr-desc,
.cid-uAZkIt2z8M .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAZkIt2z8M .mbr-text,
.cid-uAZkIt2z8M .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAZkIt2z8M .mbr-section-title,
.cid-uAZkIt2z8M .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAZkItDg6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZkItDg6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZkItDg6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZkItDg6l .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkItDg6l .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkItDg6l .container {
    padding: 0 24px;
  }
}
.cid-uAZkItDg6l .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAZkItDg6l .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAZkItDg6l .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAZkItDg6l .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAZkItDg6l .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .content-wrapper {
    padding: 24px;
  }
}
.cid-uAZkItDg6l .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAZkItDg6l .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-uAZkItDg6l .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAZkItDg6l .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAZkItDg6l .item {
  margin-bottom: 16px;
}
.cid-uAZkItDg6l .item:last-child {
  margin-bottom: 0;
}
.cid-uAZkItDg6l .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAZkItDg6l .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAZkItDg6l .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAZkItDg6l .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAZkItDg6l .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAZkItDg6l .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAZkItDg6l .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAZkItDg6l .mbr-section-title {
  color: #18212d;
}
.cid-uAZkItDg6l .mbr-desc {
  color: #18212d;
}
.cid-uAZkItDg6l .mbr-text {
  color: #18212d;
}
.cid-uAZkItDg6l .mbr-recall {
  color: #ffffff;
}
.cid-uAZkItDg6l .mbr-name {
  color: #ffffff;
}
.cid-uAZkItDg6l .mbr-rating {
  color: #EFCC4E;
}
.cid-uAZkItDg6l .item-title {
  color: #18212d;
}
.cid-uAZkItDg6l .item-text {
  color: #18212d;
}
.cid-uAZkItDg6l .item-desc {
  color: #18212d;
}
.cid-uAZkItDg6l .mbr-text,
.cid-uAZkItDg6l .text-wrapper {
  text-align: left;
}
.cid-uAZkIuyQYT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZkIuyQYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZkIuyQYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZkIuyQYT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZkIuyQYT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIuyQYT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZkIuyQYT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIuyQYT .container {
    padding: 0 24px;
  }
}
.cid-uAZkIuyQYT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAZkIuyQYT .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAZkIuyQYT .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAZkIuyQYT .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-uAZkIuyQYT .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAZkIuyQYT .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAZkIuyQYT .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAZkIuyQYT .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAZkIuyQYT .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAZkIuyQYT .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAZkIuyQYT .item-title {
  color: #ffffff;
}
.cid-uAZkIuyQYT .item-text {
  color: #ffffff;
}
.cid-uAZkIvdDRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZkIvdDRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZkIvdDRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZkIvdDRY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZkIvdDRY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIvdDRY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZkIvdDRY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIvdDRY .container {
    padding: 0 24px;
  }
}
.cid-uAZkIvdDRY .row {
  justify-content: center;
}
.cid-uAZkIvdDRY .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZkIvdDRY .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAZkIvdDRY .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAZkIvdDRY .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAZkIvdDRY .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAZkIvdDRY .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAZkIvdDRY .tabs-wrapper {
  text-align: center;
}
.cid-uAZkIvdDRY .item-title {
  color: #18212d;
}
.cid-uAZkIvdDRY .item-text {
  color: #18212d;
}
.cid-uAZkIwaJ9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZkIwaJ9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZkIwaJ9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZkIwaJ9Q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZkIwaJ9Q .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIwaJ9Q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZkIwaJ9Q .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIwaJ9Q .container {
    padding: 0 24px;
  }
}
.cid-uAZkIwaJ9Q .row {
  justify-content: center;
}
.cid-uAZkIwaJ9Q .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZkIwaJ9Q .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAZkIwaJ9Q .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-uAZkIwaJ9Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZkIwaJ9Q .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAZkIwaJ9Q .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAZkIwaJ9Q .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAZkIwaJ9Q .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAZkIwaJ9Q .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAZkIwaJ9Q .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAZkIwaJ9Q .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-uAZkIwaJ9Q .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-uAZkIwaJ9Q .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAZkIwaJ9Q .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAZkIwaJ9Q .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAZkIwaJ9Q .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAZkIwaJ9Q .mbr-desc,
.cid-uAZkIwaJ9Q .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAZkIwaJ9Q .panel-title-edit {
  color: #18212d;
}
.cid-uAZkIwaJ9Q .panel-text {
  color: #18212d;
}
.cid-uAZkIx5mWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAZkIx5mWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZkIx5mWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZkIx5mWT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZkIx5mWT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIx5mWT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZkIx5mWT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZkIx5mWT .container {
    padding: 0 24px;
  }
}
.cid-uAZkIx5mWT .row {
  justify-content: center;
}
.cid-uAZkIx5mWT .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAZkIx5mWT .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAZkIx5mWT .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAZkIx5mWT .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAZkIx5mWT .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAZkIx5mWT .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAZkIx5mWT .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAZkIx5mWT .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAZkIx5mWT .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAZkIx5mWT .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAZkIx5mWT .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAZkIx5mWT .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAZkIx5mWT .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAZkIx5mWT .list-wrapper .list .item-wrap:hover,
.cid-uAZkIx5mWT .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAZkIx5mWT .list-wrapper .list .item-wrap:hover::before,
.cid-uAZkIx5mWT .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAZkIx5mWT .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAZkIx5mWT .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAZkIx5mWT .mbr-section-title {
  color: #ffffff;
}
.cid-uAZkIx5mWT .mbr-soc {
  color: #ffffff;
}
.cid-uAZkIx5mWT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAZkIx5mWT .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7mkOhCwFu {
  background-color: #ffffff;
}
.cid-u7mkOhCwFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkOhCwFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkOhCwFu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOhCwFu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOhCwFu .container {
    padding: 0 24px;
  }
}
.cid-u7mkOhCwFu .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .content-wrapper {
    padding: 0;
  }
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-u7mkOhCwFu .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-u7mkOhCwFu .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-u7mkOhCwFu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mkOhCwFu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7mkOhCwFu .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkOhCwFu .mbr-desc,
.cid-u7mkOhCwFu .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-u7mkOhCwFu .mbr-text,
.cid-u7mkOhCwFu .text-wrapper {
  color: #0e1724;
  text-align: center;
}
.cid-u7mkOhCwFu .mbr-section-title,
.cid-u7mkOhCwFu .mbr-section-btn {
  text-align: center;
  color: #0e1724;
}
.cid-uBcgEh97ya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBcgEh97ya .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uBcgEh97ya .mbr-section-title {
  color: #24262b;
}
.cid-uBcgEh97ya .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uBcgEh97ya .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uBcgEh97ya .card {
    padding: 1rem !important;
  }
}
.cid-uBcgEh97ya .card:hover {
  transform: translateY(-1rem);
}
.cid-uBcgEh97ya .card img {
  max-width: 120px;
  height: auto;
}
.cid-uBcgHBtfCP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBcgHBtfCP .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uBcgHBtfCP .mbr-section-title {
  color: #24262b;
}
.cid-uBcgHBtfCP .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uBcgHBtfCP .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uBcgHBtfCP .card {
    padding: 1rem !important;
  }
}
.cid-uBcgHBtfCP .card:hover {
  transform: translateY(-1rem);
}
.cid-uBcgHBtfCP .card img {
  max-width: 120px;
  height: auto;
}
.cid-uBcejrEaUj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uBcejrEaUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcejrEaUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBcejrEaUj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uBcejrEaUj .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uBcejrEaUj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBcejrEaUj .container {
    padding: 0 16px;
  }
}
.cid-uBcejrEaUj .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBcejrEaUj .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBcejrEaUj .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBcejrEaUj .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBcejrEaUj .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBcejrEaUj .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBcejrEaUj .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBcejrEaUj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBcejrEaUj .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBcejrEaUj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBcejrEaUj .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBcejrEaUj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBcejrEaUj .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBcejrEaUj .mbr-section-title {
  color: #1c1c1c;
}
.cid-uBcejrEaUj .mbr-desc {
  color: #1c1c1c;
}
.cid-uBcejrEaUj .mbr-text {
  color: #1c1c1c;
}
.cid-uC7ItFy0Cc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uC7ItFy0Cc .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uC7ItFy0Cc img,
.cid-uC7ItFy0Cc .item-img {
  width: 100%;
}
.cid-uC7ItFy0Cc .item:focus,
.cid-uC7ItFy0Cc span:focus {
  outline: none;
}
.cid-uC7ItFy0Cc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC7ItFy0Cc .item {
    margin-bottom: 1rem;
  }
}
.cid-uC7ItFy0Cc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC7ItFy0Cc .mbr-section-title {
  color: #232323;
}
.cid-uC7ItFy0Cc .mbr-text,
.cid-uC7ItFy0Cc .mbr-section-btn {
  color: #232323;
}
.cid-uC7ItFy0Cc .item-title {
  color: #232323;
  text-align: center;
}
.cid-uC7ItFy0Cc .content-head {
  max-width: 800px;
}
.cid-u7mkTdeH0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-u7mkTdeH0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkTdeH0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkTdeH0s .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 24px;
  }
}
.cid-u7mkTdeH0s .row {
  justify-content: center;
}
.cid-u7mkTdeH0s .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-u7mkTdeH0s .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u7mkTdeH0s .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover::before,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-soc {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7mkTdeH0s .list {
  color: #ffffff;
}
.cid-uBh2kyOCpl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBh2kyOCpl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBh2kyOCpl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBh2kyOCpl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBh2kyOCpl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBh2kyOCpl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBh2kyOCpl .menu_box .navbar.opened,
  .cid-uBh2kyOCpl .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBh2kyOCpl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBh2kyOCpl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBh2kyOCpl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBh2kyOCpl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBh2kyOCpl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBh2kyOCpl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBh2kyOCpl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBh2kyOCpl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBh2kyOCpl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBh2kyOCpl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBh2kyOCpl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBh2kyOCpl .offcanvas-body .mbr-text,
  .cid-uBh2kyOCpl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBh2kyOCpl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBh2kyOCpl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBh2kyOCpl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBh2kyOCpl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBh2kyOCpl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBh2kyOCpl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBh2kyOCpl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBh2kyOCpl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBh2kyOCpl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBh2kyOCpl .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-uBh2kyOCpl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBh2kyOCpl 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-uBh2kyOCpl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBh2kyOCpl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBh2kyOCpl .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBh2kyOCpl .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBh2kyOCpl .nav-item {
    margin: 0 !important;
  }
}
.cid-uBh2kyOCpl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBh2kyOCpl .nav-item .nav-link:hover,
.cid-uBh2kyOCpl .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBh2kyOCpl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBh2kyOCpl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBh2kyOCpl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBh2kyOCpl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBh2kyOCpl .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-uBh2kyOCpl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBh2kyOCpl .offcanvas_box {
    display: none;
  }
}
.cid-uBh2kyOCpl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBh2kyOCpl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBh2kyOCpl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBh2kyOCpl .container {
  display: flex;
  margin: auto;
}
.cid-uBh2kyOCpl .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-uBh2kyOCpl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBh2kyOCpl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBh2kyOCpl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBh2kyOCpl .navbar-nav {
    margin: 0;
  }
}
.cid-uBh2kyOCpl .dropdown-menu,
.cid-uBh2kyOCpl .navbar.opened {
  background-color: false !important;
}
.cid-uBh2kyOCpl .nav-item:focus,
.cid-uBh2kyOCpl .nav-link:focus {
  outline: none;
}
.cid-uBh2kyOCpl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBh2kyOCpl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBh2kyOCpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBh2kyOCpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBh2kyOCpl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBh2kyOCpl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBh2kyOCpl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBh2kyOCpl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBh2kyOCpl .navbar.opened {
  transition: all 0.3s;
}
.cid-uBh2kyOCpl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBh2kyOCpl .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBh2kyOCpl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBh2kyOCpl .navbar.collapsed {
  justify-content: center;
}
.cid-uBh2kyOCpl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBh2kyOCpl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBh2kyOCpl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBh2kyOCpl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBh2kyOCpl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBh2kyOCpl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBh2kyOCpl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBh2kyOCpl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBh2kyOCpl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBh2kyOCpl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBh2kyOCpl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBh2kyOCpl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBh2kyOCpl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBh2kyOCpl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBh2kyOCpl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBh2kyOCpl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBh2kyOCpl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBh2kyOCpl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBh2kyOCpl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBh2kyOCpl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBh2kyOCpl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBh2kyOCpl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBh2kyOCpl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBh2kyOCpl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBh2kyOCpl .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-uBh2kyOCpl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBh2kyOCpl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBh2kyOCpl .dropdown-item.active,
.cid-uBh2kyOCpl .dropdown-item:active {
  background-color: transparent;
}
.cid-uBh2kyOCpl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBh2kyOCpl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBh2kyOCpl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBh2kyOCpl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBh2kyOCpl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBh2kyOCpl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBh2kyOCpl 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-uBh2kyOCpl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBh2kyOCpl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBh2kyOCpl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBh2kyOCpl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBh2kyOCpl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBh2kyOCpl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBh2kyOCpl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBh2kyOCpl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBh2kyOCpl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBh2kyOCpl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBh2kyOCpl .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-uBh2kyOCpl .navbar {
    height: 70px;
  }
  .cid-uBh2kyOCpl .navbar.opened {
    height: auto;
  }
  .cid-uBh2kyOCpl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBh2kyOCpl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBh2kyOCpl .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBh2kyOCpl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBh2kyOCpl .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBh2kyOCpl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBh2kyOCpl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBh2kyOCpl .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBh2kyOCpl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBh2kyOCpl .text_widget {
  margin-bottom: 32px;
}
.cid-uBh2kyOCpl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBh2kyOCpl .text_widget a:hover,
.cid-uBh2kyOCpl .text_widget a:focus {
  opacity: .8;
}
.cid-uBh2kyOCpl .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBh2kyOCpl .navbar-caption {
  color: #18212d;
}
.cid-uBh2kyOCpl .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBh2kyOCpl .mbr-section-subtitle,
.cid-uBh2kyOCpl .text_widget,
.cid-uBh2kyOCpl .mbr-section-btn {
  text-align: center;
}
.cid-uBh2kyOCpl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBh2kAkFfZ {
  background-color: #ffffff;
}
.cid-uBh2kAkFfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBh2kAkFfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBh2kAkFfZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBh2kAkFfZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBh2kAkFfZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBh2kAkFfZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBh2kAkFfZ .container {
    padding: 0 24px;
  }
}
.cid-uBh2kAkFfZ .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBh2kAkFfZ .content-wrapper {
    padding: 0;
  }
}
.cid-uBh2kAkFfZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBh2kAkFfZ .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-uBh2kAkFfZ .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-uBh2kAkFfZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBh2kAkFfZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBh2kAkFfZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBh2kAkFfZ .mbr-section-title {
  color: #ffffff;
}
.cid-uBh2kAkFfZ .mbr-desc,
.cid-uBh2kAkFfZ .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBh2kAkFfZ .mbr-text,
.cid-uBh2kAkFfZ .text-wrapper {
  color: #0e1724;
  text-align: center;
}
.cid-uBh2kAkFfZ .mbr-section-title,
.cid-uBh2kAkFfZ .mbr-section-btn {
  text-align: center;
  color: #0e1724;
}
.cid-uBh2kDiuLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uBh2kDiuLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBh2kDiuLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBh2kDiuLP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uBh2kDiuLP .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uBh2kDiuLP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBh2kDiuLP .container {
    padding: 0 16px;
  }
}
.cid-uBh2kDiuLP .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBh2kDiuLP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBh2kDiuLP .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBh2kDiuLP .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBh2kDiuLP .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBh2kDiuLP .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBh2kDiuLP .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBh2kDiuLP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBh2kDiuLP .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBh2kDiuLP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBh2kDiuLP .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBh2kDiuLP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBh2kDiuLP .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBh2kDiuLP .mbr-section-title {
  color: #1c1c1c;
}
.cid-uBh2kDiuLP .mbr-desc {
  color: #1c1c1c;
}
.cid-uBh2kDiuLP .mbr-text {
  color: #1c1c1c;
}
.cid-uBh2kEln9L {
  background-color: #ffffff;
}
.cid-uBh2kEln9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBh2kEln9L .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-uBh2kEln9L .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBh2kEln9L .container {
    padding: 0 24px;
  }
}
.cid-uBh2kEln9L .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBh2kEln9L .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBh2kEln9L .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBh2kEln9L .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-uBh2kEln9L .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBh2kEln9L .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBh2kEln9L .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBh2kEln9L .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBh2kEln9L .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBh2kEln9L .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBh2kEln9L .item-title {
  color: #ffffff;
}
.cid-uBh2kEln9L .item-text {
  color: #ffffff;
}
.cid-uBh2kFkStz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBh2kFkStz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBh2kFkStz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBh2kFkStz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBh2kFkStz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBh2kFkStz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBh2kFkStz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBh2kFkStz .container {
    padding: 0 24px;
  }
}
.cid-uBh2kFkStz .row {
  justify-content: center;
}
.cid-uBh2kFkStz .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBh2kFkStz .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBh2kFkStz .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBh2kFkStz .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBh2kFkStz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBh2kFkStz .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBh2kFkStz .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBh2kFkStz .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBh2kFkStz .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBh2kFkStz .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBh2kFkStz .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBh2kFkStz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBh2kFkStz .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBh2kFkStz .list-wrapper .list .item-wrap:hover,
.cid-uBh2kFkStz .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBh2kFkStz .list-wrapper .list .item-wrap:hover::before,
.cid-uBh2kFkStz .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBh2kFkStz .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBh2kFkStz .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBh2kFkStz .mbr-section-title {
  color: #ffffff;
}
.cid-uBh2kFkStz .mbr-soc {
  color: #ffffff;
}
.cid-uBh2kFkStz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBh2kFkStz .list {
  color: #ffffff;
}
.cid-uBrhl16WRZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBrhl16WRZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBrhl16WRZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBrhl16WRZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBrhl16WRZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBrhl16WRZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBrhl16WRZ .menu_box .navbar.opened,
  .cid-uBrhl16WRZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBrhl16WRZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBrhl16WRZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBrhl16WRZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBrhl16WRZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBrhl16WRZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBrhl16WRZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBrhl16WRZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBrhl16WRZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBrhl16WRZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBrhl16WRZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBrhl16WRZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBrhl16WRZ .offcanvas-body .mbr-text,
  .cid-uBrhl16WRZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBrhl16WRZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBrhl16WRZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBrhl16WRZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBrhl16WRZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBrhl16WRZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBrhl16WRZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBrhl16WRZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBrhl16WRZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBrhl16WRZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBrhl16WRZ .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-uBrhl16WRZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBrhl16WRZ 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-uBrhl16WRZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBrhl16WRZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBrhl16WRZ .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBrhl16WRZ .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBrhl16WRZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uBrhl16WRZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBrhl16WRZ .nav-item .nav-link:hover,
.cid-uBrhl16WRZ .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBrhl16WRZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBrhl16WRZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBrhl16WRZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBrhl16WRZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBrhl16WRZ .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-uBrhl16WRZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBrhl16WRZ .offcanvas_box {
    display: none;
  }
}
.cid-uBrhl16WRZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBrhl16WRZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBrhl16WRZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBrhl16WRZ .container {
  display: flex;
  margin: auto;
}
.cid-uBrhl16WRZ .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-uBrhl16WRZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBrhl16WRZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBrhl16WRZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBrhl16WRZ .navbar-nav {
    margin: 0;
  }
}
.cid-uBrhl16WRZ .dropdown-menu,
.cid-uBrhl16WRZ .navbar.opened {
  background-color: false !important;
}
.cid-uBrhl16WRZ .nav-item:focus,
.cid-uBrhl16WRZ .nav-link:focus {
  outline: none;
}
.cid-uBrhl16WRZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrhl16WRZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrhl16WRZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrhl16WRZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrhl16WRZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrhl16WRZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrhl16WRZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBrhl16WRZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBrhl16WRZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrhl16WRZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBrhl16WRZ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBrhl16WRZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBrhl16WRZ .navbar.collapsed {
  justify-content: center;
}
.cid-uBrhl16WRZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrhl16WRZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBrhl16WRZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrhl16WRZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrhl16WRZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrhl16WRZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBrhl16WRZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBrhl16WRZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBrhl16WRZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBrhl16WRZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrhl16WRZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrhl16WRZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBrhl16WRZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrhl16WRZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBrhl16WRZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBrhl16WRZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBrhl16WRZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBrhl16WRZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBrhl16WRZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBrhl16WRZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrhl16WRZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBrhl16WRZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBrhl16WRZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBrhl16WRZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBrhl16WRZ .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-uBrhl16WRZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBrhl16WRZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrhl16WRZ .dropdown-item.active,
.cid-uBrhl16WRZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrhl16WRZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBrhl16WRZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrhl16WRZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrhl16WRZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBrhl16WRZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBrhl16WRZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBrhl16WRZ 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-uBrhl16WRZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBrhl16WRZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrhl16WRZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrhl16WRZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrhl16WRZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrhl16WRZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrhl16WRZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrhl16WRZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrhl16WRZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrhl16WRZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBrhl16WRZ .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-uBrhl16WRZ .navbar {
    height: 70px;
  }
  .cid-uBrhl16WRZ .navbar.opened {
    height: auto;
  }
  .cid-uBrhl16WRZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrhl16WRZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBrhl16WRZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBrhl16WRZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBrhl16WRZ .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl16WRZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBrhl16WRZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBrhl16WRZ .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBrhl16WRZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBrhl16WRZ .text_widget {
  margin-bottom: 32px;
}
.cid-uBrhl16WRZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBrhl16WRZ .text_widget a:hover,
.cid-uBrhl16WRZ .text_widget a:focus {
  opacity: .8;
}
.cid-uBrhl16WRZ .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBrhl16WRZ .navbar-caption {
  color: #18212d;
}
.cid-uBrhl16WRZ .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBrhl16WRZ .mbr-section-subtitle,
.cid-uBrhl16WRZ .text_widget,
.cid-uBrhl16WRZ .mbr-section-btn {
  text-align: center;
}
.cid-uBrhl16WRZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBrhl39M3J {
  background-color: #ffffff;
}
.cid-uBrhl39M3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrhl39M3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrhl39M3J .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrhl39M3J .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl39M3J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl39M3J .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl39M3J .container {
    padding: 0 24px;
  }
}
.cid-uBrhl39M3J .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBrhl39M3J .content-wrapper {
    padding: 0;
  }
}
.cid-uBrhl39M3J .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBrhl39M3J .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBrhl39M3J .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBrhl39M3J .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBrhl39M3J .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBrhl39M3J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBrhl39M3J .mbr-section-title {
  color: #ffffff;
}
.cid-uBrhl39M3J .mbr-desc,
.cid-uBrhl39M3J .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBrhl39M3J .mbr-text,
.cid-uBrhl39M3J .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBrhl39M3J .mbr-section-title,
.cid-uBrhl39M3J .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBrhl3TytJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBrhl3TytJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrhl3TytJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrhl3TytJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl3TytJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl3TytJ .container {
    padding: 0 24px;
  }
}
.cid-uBrhl3TytJ .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBrhl3TytJ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBrhl3TytJ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBrhl3TytJ .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBrhl3TytJ .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .content-wrapper {
    padding: 24px;
  }
}
.cid-uBrhl3TytJ .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBrhl3TytJ .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-uBrhl3TytJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBrhl3TytJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBrhl3TytJ .item {
  margin-bottom: 16px;
}
.cid-uBrhl3TytJ .item:last-child {
  margin-bottom: 0;
}
.cid-uBrhl3TytJ .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBrhl3TytJ .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBrhl3TytJ .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBrhl3TytJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBrhl3TytJ .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBrhl3TytJ .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBrhl3TytJ .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBrhl3TytJ .mbr-section-title {
  color: #18212d;
}
.cid-uBrhl3TytJ .mbr-desc {
  color: #18212d;
}
.cid-uBrhl3TytJ .mbr-text {
  color: #18212d;
}
.cid-uBrhl3TytJ .mbr-recall {
  color: #ffffff;
}
.cid-uBrhl3TytJ .mbr-name {
  color: #ffffff;
}
.cid-uBrhl3TytJ .mbr-rating {
  color: #EFCC4E;
}
.cid-uBrhl3TytJ .item-title {
  color: #18212d;
}
.cid-uBrhl3TytJ .item-text {
  color: #18212d;
}
.cid-uBrhl3TytJ .item-desc {
  color: #18212d;
}
.cid-uBrhl3TytJ .mbr-text,
.cid-uBrhl3TytJ .text-wrapper {
  text-align: left;
}
.cid-uBrhl56ppB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBrhl56ppB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrhl56ppB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrhl56ppB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrhl56ppB .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl56ppB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl56ppB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl56ppB .container {
    padding: 0 24px;
  }
}
.cid-uBrhl56ppB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBrhl56ppB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl56ppB .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBrhl56ppB .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-uBrhl56ppB .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl56ppB .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBrhl56ppB .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBrhl56ppB .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBrhl56ppB .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBrhl56ppB .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBrhl56ppB .item-title {
  color: #ffffff;
}
.cid-uBrhl56ppB .item-text {
  color: #ffffff;
}
.cid-uBrhl6AOVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBrhl6AOVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrhl6AOVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrhl6AOVE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrhl6AOVE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl6AOVE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl6AOVE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl6AOVE .container {
    padding: 0 24px;
  }
}
.cid-uBrhl6AOVE .row {
  justify-content: center;
}
.cid-uBrhl6AOVE .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBrhl6AOVE .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBrhl6AOVE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBrhl6AOVE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBrhl6AOVE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBrhl6AOVE .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBrhl6AOVE .tabs-wrapper {
  text-align: center;
}
.cid-uBrhl6AOVE .item-title {
  color: #18212d;
}
.cid-uBrhl6AOVE .item-text {
  color: #18212d;
}
.cid-uBrhl86q8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBrhl86q8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrhl86q8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrhl86q8G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrhl86q8G .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl86q8G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl86q8G .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl86q8G .container {
    padding: 0 24px;
  }
}
.cid-uBrhl86q8G .row {
  justify-content: center;
}
.cid-uBrhl86q8G .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBrhl86q8G .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrhl86q8G .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-uBrhl86q8G .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBrhl86q8G .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBrhl86q8G .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBrhl86q8G .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBrhl86q8G .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBrhl86q8G .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBrhl86q8G .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBrhl86q8G .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-uBrhl86q8G .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-uBrhl86q8G .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBrhl86q8G .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBrhl86q8G .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBrhl86q8G .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBrhl86q8G .mbr-desc,
.cid-uBrhl86q8G .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBrhl86q8G .panel-title-edit {
  color: #18212d;
}
.cid-uBrhl86q8G .panel-text {
  color: #18212d;
}
.cid-uBrhl9FyNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBrhl9FyNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrhl9FyNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrhl9FyNg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrhl9FyNg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl9FyNg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrhl9FyNg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrhl9FyNg .container {
    padding: 0 24px;
  }
}
.cid-uBrhl9FyNg .row {
  justify-content: center;
}
.cid-uBrhl9FyNg .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBrhl9FyNg .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrhl9FyNg .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBrhl9FyNg .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBrhl9FyNg .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBrhl9FyNg .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBrhl9FyNg .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBrhl9FyNg .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBrhl9FyNg .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBrhl9FyNg .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrhl9FyNg .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBrhl9FyNg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBrhl9FyNg .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBrhl9FyNg .list-wrapper .list .item-wrap:hover,
.cid-uBrhl9FyNg .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBrhl9FyNg .list-wrapper .list .item-wrap:hover::before,
.cid-uBrhl9FyNg .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBrhl9FyNg .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBrhl9FyNg .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBrhl9FyNg .mbr-section-title {
  color: #ffffff;
}
.cid-uBrhl9FyNg .mbr-soc {
  color: #ffffff;
}
.cid-uBrhl9FyNg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBrhl9FyNg .list {
  color: #ffffff;
}
.cid-uBK7w6faOG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBK7w6faOG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBK7w6faOG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBK7w6faOG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBK7w6faOG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBK7w6faOG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBK7w6faOG .menu_box .navbar.opened,
  .cid-uBK7w6faOG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBK7w6faOG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBK7w6faOG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBK7w6faOG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBK7w6faOG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBK7w6faOG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBK7w6faOG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBK7w6faOG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBK7w6faOG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBK7w6faOG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBK7w6faOG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBK7w6faOG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBK7w6faOG .offcanvas-body .mbr-text,
  .cid-uBK7w6faOG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBK7w6faOG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBK7w6faOG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBK7w6faOG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBK7w6faOG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBK7w6faOG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBK7w6faOG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBK7w6faOG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBK7w6faOG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBK7w6faOG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBK7w6faOG .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-uBK7w6faOG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBK7w6faOG 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-uBK7w6faOG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBK7w6faOG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBK7w6faOG .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBK7w6faOG .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBK7w6faOG .nav-item {
    margin: 0 !important;
  }
}
.cid-uBK7w6faOG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBK7w6faOG .nav-item .nav-link:hover,
.cid-uBK7w6faOG .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBK7w6faOG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBK7w6faOG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBK7w6faOG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBK7w6faOG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBK7w6faOG .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-uBK7w6faOG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBK7w6faOG .offcanvas_box {
    display: none;
  }
}
.cid-uBK7w6faOG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBK7w6faOG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBK7w6faOG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBK7w6faOG .container {
  display: flex;
  margin: auto;
}
.cid-uBK7w6faOG .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-uBK7w6faOG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBK7w6faOG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBK7w6faOG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBK7w6faOG .navbar-nav {
    margin: 0;
  }
}
.cid-uBK7w6faOG .dropdown-menu,
.cid-uBK7w6faOG .navbar.opened {
  background-color: false !important;
}
.cid-uBK7w6faOG .nav-item:focus,
.cid-uBK7w6faOG .nav-link:focus {
  outline: none;
}
.cid-uBK7w6faOG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBK7w6faOG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBK7w6faOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBK7w6faOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBK7w6faOG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBK7w6faOG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBK7w6faOG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBK7w6faOG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBK7w6faOG .navbar.opened {
  transition: all 0.3s;
}
.cid-uBK7w6faOG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBK7w6faOG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBK7w6faOG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBK7w6faOG .navbar.collapsed {
  justify-content: center;
}
.cid-uBK7w6faOG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBK7w6faOG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBK7w6faOG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBK7w6faOG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBK7w6faOG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBK7w6faOG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBK7w6faOG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBK7w6faOG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBK7w6faOG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBK7w6faOG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBK7w6faOG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBK7w6faOG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBK7w6faOG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBK7w6faOG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBK7w6faOG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBK7w6faOG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBK7w6faOG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBK7w6faOG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBK7w6faOG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBK7w6faOG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBK7w6faOG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBK7w6faOG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBK7w6faOG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBK7w6faOG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBK7w6faOG .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-uBK7w6faOG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBK7w6faOG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBK7w6faOG .dropdown-item.active,
.cid-uBK7w6faOG .dropdown-item:active {
  background-color: transparent;
}
.cid-uBK7w6faOG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBK7w6faOG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBK7w6faOG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBK7w6faOG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBK7w6faOG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBK7w6faOG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBK7w6faOG 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-uBK7w6faOG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBK7w6faOG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBK7w6faOG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBK7w6faOG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBK7w6faOG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBK7w6faOG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBK7w6faOG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBK7w6faOG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBK7w6faOG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBK7w6faOG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBK7w6faOG .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-uBK7w6faOG .navbar {
    height: 70px;
  }
  .cid-uBK7w6faOG .navbar.opened {
    height: auto;
  }
  .cid-uBK7w6faOG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBK7w6faOG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBK7w6faOG .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBK7w6faOG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBK7w6faOG .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w6faOG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBK7w6faOG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBK7w6faOG .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBK7w6faOG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBK7w6faOG .text_widget {
  margin-bottom: 32px;
}
.cid-uBK7w6faOG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBK7w6faOG .text_widget a:hover,
.cid-uBK7w6faOG .text_widget a:focus {
  opacity: .8;
}
.cid-uBK7w6faOG .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBK7w6faOG .navbar-caption {
  color: #18212d;
}
.cid-uBK7w6faOG .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBK7w6faOG .mbr-section-subtitle,
.cid-uBK7w6faOG .text_widget,
.cid-uBK7w6faOG .mbr-section-btn {
  text-align: center;
}
.cid-uBK7w6faOG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBK7w7jE6U {
  background-color: #ffffff;
}
.cid-uBK7w7jE6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK7w7jE6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK7w7jE6U .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK7w7jE6U .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7w7jE6U .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w7jE6U .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7w7jE6U .container {
    padding: 0 24px;
  }
}
.cid-uBK7w7jE6U .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBK7w7jE6U .content-wrapper {
    padding: 0;
  }
}
.cid-uBK7w7jE6U .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBK7w7jE6U .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBK7w7jE6U .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBK7w7jE6U .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBK7w7jE6U .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBK7w7jE6U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBK7w7jE6U .mbr-section-title {
  color: #ffffff;
}
.cid-uBK7w7jE6U .mbr-desc,
.cid-uBK7w7jE6U .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBK7w7jE6U .mbr-text,
.cid-uBK7w7jE6U .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBK7w7jE6U .mbr-section-title,
.cid-uBK7w7jE6U .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBK7w7U12F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBK7w7U12F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK7w7U12F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK7w7U12F .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7w7U12F .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7w7U12F .container {
    padding: 0 24px;
  }
}
.cid-uBK7w7U12F .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBK7w7U12F .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBK7w7U12F .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBK7w7U12F .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBK7w7U12F .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .content-wrapper {
    padding: 24px;
  }
}
.cid-uBK7w7U12F .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBK7w7U12F .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-uBK7w7U12F .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBK7w7U12F .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBK7w7U12F .item {
  margin-bottom: 16px;
}
.cid-uBK7w7U12F .item:last-child {
  margin-bottom: 0;
}
.cid-uBK7w7U12F .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBK7w7U12F .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBK7w7U12F .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBK7w7U12F .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBK7w7U12F .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBK7w7U12F .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBK7w7U12F .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBK7w7U12F .mbr-section-title {
  color: #18212d;
}
.cid-uBK7w7U12F .mbr-desc {
  color: #18212d;
}
.cid-uBK7w7U12F .mbr-text {
  color: #18212d;
}
.cid-uBK7w7U12F .mbr-recall {
  color: #ffffff;
}
.cid-uBK7w7U12F .mbr-name {
  color: #ffffff;
}
.cid-uBK7w7U12F .mbr-rating {
  color: #EFCC4E;
}
.cid-uBK7w7U12F .item-title {
  color: #18212d;
}
.cid-uBK7w7U12F .item-text {
  color: #18212d;
}
.cid-uBK7w7U12F .item-desc {
  color: #18212d;
}
.cid-uBK7w7U12F .mbr-text,
.cid-uBK7w7U12F .text-wrapper {
  text-align: left;
}
.cid-uBK7w8QQYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBK7w8QQYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK7w8QQYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK7w8QQYd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK7w8QQYd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7w8QQYd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w8QQYd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7w8QQYd .container {
    padding: 0 24px;
  }
}
.cid-uBK7w8QQYd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBK7w8QQYd .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w8QQYd .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBK7w8QQYd .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-uBK7w8QQYd .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w8QQYd .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBK7w8QQYd .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBK7w8QQYd .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBK7w8QQYd .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBK7w8QQYd .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBK7w8QQYd .item-title {
  color: #ffffff;
}
.cid-uBK7w8QQYd .item-text {
  color: #ffffff;
}
.cid-uBK7w9G2TE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBK7w9G2TE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK7w9G2TE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK7w9G2TE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK7w9G2TE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7w9G2TE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w9G2TE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7w9G2TE .container {
    padding: 0 24px;
  }
}
.cid-uBK7w9G2TE .row {
  justify-content: center;
}
.cid-uBK7w9G2TE .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBK7w9G2TE .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBK7w9G2TE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBK7w9G2TE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBK7w9G2TE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBK7w9G2TE .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBK7w9G2TE .tabs-wrapper {
  text-align: center;
}
.cid-uBK7w9G2TE .item-title {
  color: #18212d;
}
.cid-uBK7w9G2TE .item-text {
  color: #18212d;
}
.cid-uBK7waEorN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBK7waEorN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK7waEorN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK7waEorN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK7waEorN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7waEorN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7waEorN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7waEorN .container {
    padding: 0 24px;
  }
}
.cid-uBK7waEorN .row {
  justify-content: center;
}
.cid-uBK7waEorN .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBK7waEorN .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBK7waEorN .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-uBK7waEorN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBK7waEorN .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBK7waEorN .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBK7waEorN .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBK7waEorN .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBK7waEorN .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBK7waEorN .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBK7waEorN .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-uBK7waEorN .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-uBK7waEorN .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBK7waEorN .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBK7waEorN .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBK7waEorN .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBK7waEorN .mbr-desc,
.cid-uBK7waEorN .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBK7waEorN .panel-title-edit {
  color: #18212d;
}
.cid-uBK7waEorN .panel-text {
  color: #18212d;
}
.cid-uBK7wbynnr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBK7wbynnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK7wbynnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK7wbynnr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK7wbynnr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7wbynnr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK7wbynnr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK7wbynnr .container {
    padding: 0 24px;
  }
}
.cid-uBK7wbynnr .row {
  justify-content: center;
}
.cid-uBK7wbynnr .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBK7wbynnr .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBK7wbynnr .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBK7wbynnr .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBK7wbynnr .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBK7wbynnr .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBK7wbynnr .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBK7wbynnr .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBK7wbynnr .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBK7wbynnr .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBK7wbynnr .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBK7wbynnr .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBK7wbynnr .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBK7wbynnr .list-wrapper .list .item-wrap:hover,
.cid-uBK7wbynnr .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBK7wbynnr .list-wrapper .list .item-wrap:hover::before,
.cid-uBK7wbynnr .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBK7wbynnr .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBK7wbynnr .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBK7wbynnr .mbr-section-title {
  color: #ffffff;
}
.cid-uBK7wbynnr .mbr-soc {
  color: #ffffff;
}
.cid-uBK7wbynnr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBK7wbynnr .list {
  color: #ffffff;
}
.cid-uBK9JCrRHg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBK9JCrRHg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBK9JCrRHg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBK9JCrRHg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBK9JCrRHg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBK9JCrRHg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBK9JCrRHg .menu_box .navbar.opened,
  .cid-uBK9JCrRHg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBK9JCrRHg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBK9JCrRHg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBK9JCrRHg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBK9JCrRHg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBK9JCrRHg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBK9JCrRHg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBK9JCrRHg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBK9JCrRHg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBK9JCrRHg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBK9JCrRHg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBK9JCrRHg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBK9JCrRHg .offcanvas-body .mbr-text,
  .cid-uBK9JCrRHg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBK9JCrRHg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBK9JCrRHg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBK9JCrRHg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBK9JCrRHg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBK9JCrRHg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBK9JCrRHg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBK9JCrRHg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBK9JCrRHg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBK9JCrRHg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBK9JCrRHg .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-uBK9JCrRHg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBK9JCrRHg 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-uBK9JCrRHg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBK9JCrRHg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBK9JCrRHg .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBK9JCrRHg .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBK9JCrRHg .nav-item {
    margin: 0 !important;
  }
}
.cid-uBK9JCrRHg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBK9JCrRHg .nav-item .nav-link:hover,
.cid-uBK9JCrRHg .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBK9JCrRHg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBK9JCrRHg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBK9JCrRHg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBK9JCrRHg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBK9JCrRHg .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-uBK9JCrRHg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBK9JCrRHg .offcanvas_box {
    display: none;
  }
}
.cid-uBK9JCrRHg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBK9JCrRHg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBK9JCrRHg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBK9JCrRHg .container {
  display: flex;
  margin: auto;
}
.cid-uBK9JCrRHg .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-uBK9JCrRHg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBK9JCrRHg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBK9JCrRHg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBK9JCrRHg .navbar-nav {
    margin: 0;
  }
}
.cid-uBK9JCrRHg .dropdown-menu,
.cid-uBK9JCrRHg .navbar.opened {
  background-color: false !important;
}
.cid-uBK9JCrRHg .nav-item:focus,
.cid-uBK9JCrRHg .nav-link:focus {
  outline: none;
}
.cid-uBK9JCrRHg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBK9JCrRHg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBK9JCrRHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBK9JCrRHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBK9JCrRHg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBK9JCrRHg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBK9JCrRHg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBK9JCrRHg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBK9JCrRHg .navbar.opened {
  transition: all 0.3s;
}
.cid-uBK9JCrRHg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBK9JCrRHg .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBK9JCrRHg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBK9JCrRHg .navbar.collapsed {
  justify-content: center;
}
.cid-uBK9JCrRHg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBK9JCrRHg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBK9JCrRHg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBK9JCrRHg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBK9JCrRHg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBK9JCrRHg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBK9JCrRHg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBK9JCrRHg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBK9JCrRHg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBK9JCrRHg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBK9JCrRHg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBK9JCrRHg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBK9JCrRHg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBK9JCrRHg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBK9JCrRHg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBK9JCrRHg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBK9JCrRHg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBK9JCrRHg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBK9JCrRHg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBK9JCrRHg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBK9JCrRHg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBK9JCrRHg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBK9JCrRHg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBK9JCrRHg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBK9JCrRHg .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-uBK9JCrRHg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBK9JCrRHg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBK9JCrRHg .dropdown-item.active,
.cid-uBK9JCrRHg .dropdown-item:active {
  background-color: transparent;
}
.cid-uBK9JCrRHg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBK9JCrRHg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBK9JCrRHg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBK9JCrRHg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBK9JCrRHg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBK9JCrRHg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBK9JCrRHg 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-uBK9JCrRHg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBK9JCrRHg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBK9JCrRHg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBK9JCrRHg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBK9JCrRHg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBK9JCrRHg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBK9JCrRHg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBK9JCrRHg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBK9JCrRHg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBK9JCrRHg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBK9JCrRHg .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-uBK9JCrRHg .navbar {
    height: 70px;
  }
  .cid-uBK9JCrRHg .navbar.opened {
    height: auto;
  }
  .cid-uBK9JCrRHg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBK9JCrRHg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBK9JCrRHg .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBK9JCrRHg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBK9JCrRHg .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JCrRHg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBK9JCrRHg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBK9JCrRHg .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBK9JCrRHg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBK9JCrRHg .text_widget {
  margin-bottom: 32px;
}
.cid-uBK9JCrRHg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBK9JCrRHg .text_widget a:hover,
.cid-uBK9JCrRHg .text_widget a:focus {
  opacity: .8;
}
.cid-uBK9JCrRHg .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBK9JCrRHg .navbar-caption {
  color: #18212d;
}
.cid-uBK9JCrRHg .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBK9JCrRHg .mbr-section-subtitle,
.cid-uBK9JCrRHg .text_widget,
.cid-uBK9JCrRHg .mbr-section-btn {
  text-align: center;
}
.cid-uBK9JCrRHg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBK9JDwSRR {
  background-color: #ffffff;
}
.cid-uBK9JDwSRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK9JDwSRR .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-uBK9JDwSRR .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JDwSRR .container {
    padding: 0 24px;
  }
}
.cid-uBK9JDwSRR .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBK9JDwSRR .content-wrapper {
    padding: 0;
  }
}
.cid-uBK9JDwSRR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBK9JDwSRR .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBK9JDwSRR .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBK9JDwSRR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBK9JDwSRR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBK9JDwSRR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBK9JDwSRR .mbr-section-title {
  color: #ffffff;
}
.cid-uBK9JDwSRR .mbr-desc,
.cid-uBK9JDwSRR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBK9JDwSRR .mbr-text,
.cid-uBK9JDwSRR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBK9JDwSRR .mbr-section-title,
.cid-uBK9JDwSRR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBK9JEeUkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBK9JEeUkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK9JEeUkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK9JEeUkQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JEeUkQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JEeUkQ .container {
    padding: 0 24px;
  }
}
.cid-uBK9JEeUkQ .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBK9JEeUkQ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBK9JEeUkQ .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBK9JEeUkQ .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBK9JEeUkQ .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .content-wrapper {
    padding: 24px;
  }
}
.cid-uBK9JEeUkQ .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBK9JEeUkQ .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-uBK9JEeUkQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBK9JEeUkQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBK9JEeUkQ .item {
  margin-bottom: 16px;
}
.cid-uBK9JEeUkQ .item:last-child {
  margin-bottom: 0;
}
.cid-uBK9JEeUkQ .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBK9JEeUkQ .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBK9JEeUkQ .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBK9JEeUkQ .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBK9JEeUkQ .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBK9JEeUkQ .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBK9JEeUkQ .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBK9JEeUkQ .mbr-section-title {
  color: #18212d;
}
.cid-uBK9JEeUkQ .mbr-desc {
  color: #18212d;
}
.cid-uBK9JEeUkQ .mbr-text {
  color: #18212d;
}
.cid-uBK9JEeUkQ .mbr-recall {
  color: #ffffff;
}
.cid-uBK9JEeUkQ .mbr-name {
  color: #ffffff;
}
.cid-uBK9JEeUkQ .mbr-rating {
  color: #EFCC4E;
}
.cid-uBK9JEeUkQ .item-title {
  color: #18212d;
}
.cid-uBK9JEeUkQ .item-text {
  color: #18212d;
}
.cid-uBK9JEeUkQ .item-desc {
  color: #18212d;
}
.cid-uBK9JEeUkQ .mbr-text,
.cid-uBK9JEeUkQ .text-wrapper {
  text-align: left;
}
.cid-uBK9JF7Xq6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBK9JF7Xq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK9JF7Xq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK9JF7Xq6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK9JF7Xq6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JF7Xq6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JF7Xq6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JF7Xq6 .container {
    padding: 0 24px;
  }
}
.cid-uBK9JF7Xq6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBK9JF7Xq6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JF7Xq6 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBK9JF7Xq6 .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-uBK9JF7Xq6 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JF7Xq6 .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBK9JF7Xq6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBK9JF7Xq6 .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBK9JF7Xq6 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBK9JF7Xq6 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBK9JF7Xq6 .item-title {
  color: #ffffff;
}
.cid-uBK9JF7Xq6 .item-text {
  color: #ffffff;
}
.cid-uBK9JFXIw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBK9JFXIw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK9JFXIw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK9JFXIw4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK9JFXIw4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JFXIw4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JFXIw4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JFXIw4 .container {
    padding: 0 24px;
  }
}
.cid-uBK9JFXIw4 .row {
  justify-content: center;
}
.cid-uBK9JFXIw4 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBK9JFXIw4 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBK9JFXIw4 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBK9JFXIw4 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBK9JFXIw4 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBK9JFXIw4 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBK9JFXIw4 .tabs-wrapper {
  text-align: center;
}
.cid-uBK9JFXIw4 .item-title {
  color: #18212d;
}
.cid-uBK9JFXIw4 .item-text {
  color: #18212d;
}
.cid-uBK9JH13LH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBK9JH13LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK9JH13LH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK9JH13LH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK9JH13LH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JH13LH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JH13LH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JH13LH .container {
    padding: 0 24px;
  }
}
.cid-uBK9JH13LH .row {
  justify-content: center;
}
.cid-uBK9JH13LH .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBK9JH13LH .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBK9JH13LH .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-uBK9JH13LH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBK9JH13LH .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBK9JH13LH .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBK9JH13LH .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBK9JH13LH .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBK9JH13LH .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBK9JH13LH .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBK9JH13LH .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-uBK9JH13LH .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-uBK9JH13LH .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBK9JH13LH .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBK9JH13LH .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBK9JH13LH .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBK9JH13LH .mbr-desc,
.cid-uBK9JH13LH .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBK9JH13LH .panel-title-edit {
  color: #18212d;
}
.cid-uBK9JH13LH .panel-text {
  color: #18212d;
}
.cid-uBK9JHVv8p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBK9JHVv8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK9JHVv8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK9JHVv8p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBK9JHVv8p .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JHVv8p .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBK9JHVv8p .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBK9JHVv8p .container {
    padding: 0 24px;
  }
}
.cid-uBK9JHVv8p .row {
  justify-content: center;
}
.cid-uBK9JHVv8p .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBK9JHVv8p .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBK9JHVv8p .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBK9JHVv8p .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBK9JHVv8p .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBK9JHVv8p .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBK9JHVv8p .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBK9JHVv8p .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBK9JHVv8p .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBK9JHVv8p .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBK9JHVv8p .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBK9JHVv8p .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBK9JHVv8p .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBK9JHVv8p .list-wrapper .list .item-wrap:hover,
.cid-uBK9JHVv8p .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBK9JHVv8p .list-wrapper .list .item-wrap:hover::before,
.cid-uBK9JHVv8p .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBK9JHVv8p .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBK9JHVv8p .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBK9JHVv8p .mbr-section-title {
  color: #ffffff;
}
.cid-uBK9JHVv8p .mbr-soc {
  color: #ffffff;
}
.cid-uBK9JHVv8p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBK9JHVv8p .list {
  color: #ffffff;
}
.cid-uBLogZMylK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBLogZMylK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBLogZMylK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBLogZMylK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBLogZMylK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBLogZMylK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBLogZMylK .menu_box .navbar.opened,
  .cid-uBLogZMylK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBLogZMylK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBLogZMylK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBLogZMylK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBLogZMylK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBLogZMylK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBLogZMylK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBLogZMylK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBLogZMylK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBLogZMylK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBLogZMylK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBLogZMylK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBLogZMylK .offcanvas-body .mbr-text,
  .cid-uBLogZMylK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBLogZMylK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBLogZMylK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBLogZMylK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBLogZMylK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBLogZMylK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBLogZMylK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBLogZMylK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBLogZMylK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBLogZMylK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBLogZMylK .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-uBLogZMylK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBLogZMylK 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-uBLogZMylK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBLogZMylK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBLogZMylK .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBLogZMylK .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBLogZMylK .nav-item {
    margin: 0 !important;
  }
}
.cid-uBLogZMylK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBLogZMylK .nav-item .nav-link:hover,
.cid-uBLogZMylK .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBLogZMylK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBLogZMylK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBLogZMylK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBLogZMylK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBLogZMylK .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-uBLogZMylK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBLogZMylK .offcanvas_box {
    display: none;
  }
}
.cid-uBLogZMylK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBLogZMylK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBLogZMylK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBLogZMylK .container {
  display: flex;
  margin: auto;
}
.cid-uBLogZMylK .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-uBLogZMylK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBLogZMylK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBLogZMylK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBLogZMylK .navbar-nav {
    margin: 0;
  }
}
.cid-uBLogZMylK .dropdown-menu,
.cid-uBLogZMylK .navbar.opened {
  background-color: false !important;
}
.cid-uBLogZMylK .nav-item:focus,
.cid-uBLogZMylK .nav-link:focus {
  outline: none;
}
.cid-uBLogZMylK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBLogZMylK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBLogZMylK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBLogZMylK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBLogZMylK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBLogZMylK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBLogZMylK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBLogZMylK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBLogZMylK .navbar.opened {
  transition: all 0.3s;
}
.cid-uBLogZMylK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBLogZMylK .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBLogZMylK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBLogZMylK .navbar.collapsed {
  justify-content: center;
}
.cid-uBLogZMylK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBLogZMylK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBLogZMylK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBLogZMylK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBLogZMylK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBLogZMylK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBLogZMylK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBLogZMylK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBLogZMylK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBLogZMylK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBLogZMylK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBLogZMylK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBLogZMylK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBLogZMylK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBLogZMylK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBLogZMylK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBLogZMylK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBLogZMylK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBLogZMylK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBLogZMylK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBLogZMylK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBLogZMylK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBLogZMylK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBLogZMylK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBLogZMylK .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-uBLogZMylK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBLogZMylK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBLogZMylK .dropdown-item.active,
.cid-uBLogZMylK .dropdown-item:active {
  background-color: transparent;
}
.cid-uBLogZMylK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBLogZMylK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBLogZMylK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBLogZMylK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBLogZMylK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBLogZMylK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBLogZMylK 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-uBLogZMylK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBLogZMylK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBLogZMylK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLogZMylK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLogZMylK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBLogZMylK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLogZMylK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBLogZMylK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBLogZMylK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLogZMylK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBLogZMylK .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-uBLogZMylK .navbar {
    height: 70px;
  }
  .cid-uBLogZMylK .navbar.opened {
    height: auto;
  }
  .cid-uBLogZMylK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLogZMylK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBLogZMylK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBLogZMylK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBLogZMylK .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBLogZMylK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBLogZMylK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBLogZMylK .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBLogZMylK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBLogZMylK .text_widget {
  margin-bottom: 32px;
}
.cid-uBLogZMylK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBLogZMylK .text_widget a:hover,
.cid-uBLogZMylK .text_widget a:focus {
  opacity: .8;
}
.cid-uBLogZMylK .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBLogZMylK .navbar-caption {
  color: #18212d;
}
.cid-uBLogZMylK .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBLogZMylK .mbr-section-subtitle,
.cid-uBLogZMylK .text_widget,
.cid-uBLogZMylK .mbr-section-btn {
  text-align: center;
}
.cid-uBLogZMylK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBLoh10nt8 {
  background-color: #ffffff;
}
.cid-uBLoh10nt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoh10nt8 .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-uBLoh10nt8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh10nt8 .container {
    padding: 0 24px;
  }
}
.cid-uBLoh10nt8 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBLoh10nt8 .content-wrapper {
    padding: 0;
  }
}
.cid-uBLoh10nt8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBLoh10nt8 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBLoh10nt8 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBLoh10nt8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLoh10nt8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBLoh10nt8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBLoh10nt8 .mbr-section-title {
  color: #ffffff;
}
.cid-uBLoh10nt8 .mbr-desc,
.cid-uBLoh10nt8 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBLoh10nt8 .mbr-text,
.cid-uBLoh10nt8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBLoh10nt8 .mbr-section-title,
.cid-uBLoh10nt8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBLoh1ErBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLoh1ErBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoh1ErBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoh1ErBx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh1ErBx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh1ErBx .container {
    padding: 0 24px;
  }
}
.cid-uBLoh1ErBx .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBLoh1ErBx .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBLoh1ErBx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBLoh1ErBx .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBLoh1ErBx .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .content-wrapper {
    padding: 24px;
  }
}
.cid-uBLoh1ErBx .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBLoh1ErBx .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-uBLoh1ErBx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLoh1ErBx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBLoh1ErBx .item {
  margin-bottom: 16px;
}
.cid-uBLoh1ErBx .item:last-child {
  margin-bottom: 0;
}
.cid-uBLoh1ErBx .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBLoh1ErBx .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBLoh1ErBx .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBLoh1ErBx .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBLoh1ErBx .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBLoh1ErBx .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBLoh1ErBx .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBLoh1ErBx .mbr-section-title {
  color: #18212d;
}
.cid-uBLoh1ErBx .mbr-desc {
  color: #18212d;
}
.cid-uBLoh1ErBx .mbr-text {
  color: #18212d;
}
.cid-uBLoh1ErBx .mbr-recall {
  color: #ffffff;
}
.cid-uBLoh1ErBx .mbr-name {
  color: #ffffff;
}
.cid-uBLoh1ErBx .mbr-rating {
  color: #EFCC4E;
}
.cid-uBLoh1ErBx .item-title {
  color: #18212d;
}
.cid-uBLoh1ErBx .item-text {
  color: #18212d;
}
.cid-uBLoh1ErBx .item-desc {
  color: #18212d;
}
.cid-uBLoh1ErBx .mbr-text,
.cid-uBLoh1ErBx .text-wrapper {
  text-align: left;
}
.cid-uBLoh2zhdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLoh2zhdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoh2zhdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoh2zhdG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoh2zhdG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh2zhdG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh2zhdG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh2zhdG .container {
    padding: 0 24px;
  }
}
.cid-uBLoh2zhdG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBLoh2zhdG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh2zhdG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBLoh2zhdG .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-uBLoh2zhdG .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh2zhdG .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBLoh2zhdG .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBLoh2zhdG .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBLoh2zhdG .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBLoh2zhdG .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBLoh2zhdG .item-title {
  color: #ffffff;
}
.cid-uBLoh2zhdG .item-text {
  color: #ffffff;
}
.cid-uBLoh3q209 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLoh3q209 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoh3q209 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoh3q209 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoh3q209 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh3q209 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh3q209 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh3q209 .container {
    padding: 0 24px;
  }
}
.cid-uBLoh3q209 .row {
  justify-content: center;
}
.cid-uBLoh3q209 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBLoh3q209 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBLoh3q209 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBLoh3q209 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBLoh3q209 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBLoh3q209 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBLoh3q209 .tabs-wrapper {
  text-align: center;
}
.cid-uBLoh3q209 .item-title {
  color: #18212d;
}
.cid-uBLoh3q209 .item-text {
  color: #18212d;
}
.cid-uBLoh4uIK3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLoh4uIK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoh4uIK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoh4uIK3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoh4uIK3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh4uIK3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh4uIK3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh4uIK3 .container {
    padding: 0 24px;
  }
}
.cid-uBLoh4uIK3 .row {
  justify-content: center;
}
.cid-uBLoh4uIK3 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBLoh4uIK3 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBLoh4uIK3 .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-uBLoh4uIK3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBLoh4uIK3 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBLoh4uIK3 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBLoh4uIK3 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBLoh4uIK3 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBLoh4uIK3 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBLoh4uIK3 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBLoh4uIK3 .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-uBLoh4uIK3 .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-uBLoh4uIK3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBLoh4uIK3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBLoh4uIK3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBLoh4uIK3 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBLoh4uIK3 .mbr-desc,
.cid-uBLoh4uIK3 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBLoh4uIK3 .panel-title-edit {
  color: #18212d;
}
.cid-uBLoh4uIK3 .panel-text {
  color: #18212d;
}
.cid-uBLoh5kEQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBLoh5kEQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoh5kEQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoh5kEQn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoh5kEQn .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh5kEQn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoh5kEQn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoh5kEQn .container {
    padding: 0 24px;
  }
}
.cid-uBLoh5kEQn .row {
  justify-content: center;
}
.cid-uBLoh5kEQn .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBLoh5kEQn .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBLoh5kEQn .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBLoh5kEQn .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBLoh5kEQn .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBLoh5kEQn .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBLoh5kEQn .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBLoh5kEQn .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBLoh5kEQn .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBLoh5kEQn .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBLoh5kEQn .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBLoh5kEQn .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLoh5kEQn .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBLoh5kEQn .list-wrapper .list .item-wrap:hover,
.cid-uBLoh5kEQn .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBLoh5kEQn .list-wrapper .list .item-wrap:hover::before,
.cid-uBLoh5kEQn .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBLoh5kEQn .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBLoh5kEQn .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBLoh5kEQn .mbr-section-title {
  color: #ffffff;
}
.cid-uBLoh5kEQn .mbr-soc {
  color: #ffffff;
}
.cid-uBLoh5kEQn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBLoh5kEQn .list {
  color: #ffffff;
}
.cid-uBLoYdADYg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBLoYdADYg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBLoYdADYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBLoYdADYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBLoYdADYg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBLoYdADYg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBLoYdADYg .menu_box .navbar.opened,
  .cid-uBLoYdADYg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBLoYdADYg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBLoYdADYg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBLoYdADYg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBLoYdADYg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBLoYdADYg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBLoYdADYg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBLoYdADYg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBLoYdADYg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBLoYdADYg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBLoYdADYg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBLoYdADYg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBLoYdADYg .offcanvas-body .mbr-text,
  .cid-uBLoYdADYg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBLoYdADYg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBLoYdADYg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBLoYdADYg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBLoYdADYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBLoYdADYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBLoYdADYg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBLoYdADYg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBLoYdADYg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBLoYdADYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBLoYdADYg .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-uBLoYdADYg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBLoYdADYg 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-uBLoYdADYg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBLoYdADYg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBLoYdADYg .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBLoYdADYg .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBLoYdADYg .nav-item {
    margin: 0 !important;
  }
}
.cid-uBLoYdADYg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBLoYdADYg .nav-item .nav-link:hover,
.cid-uBLoYdADYg .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBLoYdADYg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBLoYdADYg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBLoYdADYg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBLoYdADYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBLoYdADYg .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-uBLoYdADYg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBLoYdADYg .offcanvas_box {
    display: none;
  }
}
.cid-uBLoYdADYg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBLoYdADYg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBLoYdADYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBLoYdADYg .container {
  display: flex;
  margin: auto;
}
.cid-uBLoYdADYg .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-uBLoYdADYg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBLoYdADYg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBLoYdADYg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBLoYdADYg .navbar-nav {
    margin: 0;
  }
}
.cid-uBLoYdADYg .dropdown-menu,
.cid-uBLoYdADYg .navbar.opened {
  background-color: false !important;
}
.cid-uBLoYdADYg .nav-item:focus,
.cid-uBLoYdADYg .nav-link:focus {
  outline: none;
}
.cid-uBLoYdADYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBLoYdADYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBLoYdADYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBLoYdADYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBLoYdADYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBLoYdADYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBLoYdADYg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBLoYdADYg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBLoYdADYg .navbar.opened {
  transition: all 0.3s;
}
.cid-uBLoYdADYg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBLoYdADYg .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBLoYdADYg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBLoYdADYg .navbar.collapsed {
  justify-content: center;
}
.cid-uBLoYdADYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBLoYdADYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBLoYdADYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBLoYdADYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBLoYdADYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBLoYdADYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBLoYdADYg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBLoYdADYg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBLoYdADYg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBLoYdADYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBLoYdADYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBLoYdADYg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBLoYdADYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBLoYdADYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBLoYdADYg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBLoYdADYg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBLoYdADYg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBLoYdADYg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBLoYdADYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBLoYdADYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBLoYdADYg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBLoYdADYg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBLoYdADYg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBLoYdADYg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBLoYdADYg .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-uBLoYdADYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBLoYdADYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBLoYdADYg .dropdown-item.active,
.cid-uBLoYdADYg .dropdown-item:active {
  background-color: transparent;
}
.cid-uBLoYdADYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBLoYdADYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBLoYdADYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBLoYdADYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBLoYdADYg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBLoYdADYg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBLoYdADYg 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-uBLoYdADYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBLoYdADYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBLoYdADYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLoYdADYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLoYdADYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBLoYdADYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLoYdADYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBLoYdADYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBLoYdADYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLoYdADYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBLoYdADYg .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-uBLoYdADYg .navbar {
    height: 70px;
  }
  .cid-uBLoYdADYg .navbar.opened {
    height: auto;
  }
  .cid-uBLoYdADYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLoYdADYg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBLoYdADYg .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBLoYdADYg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBLoYdADYg .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYdADYg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBLoYdADYg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBLoYdADYg .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBLoYdADYg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBLoYdADYg .text_widget {
  margin-bottom: 32px;
}
.cid-uBLoYdADYg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBLoYdADYg .text_widget a:hover,
.cid-uBLoYdADYg .text_widget a:focus {
  opacity: .8;
}
.cid-uBLoYdADYg .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBLoYdADYg .navbar-caption {
  color: #18212d;
}
.cid-uBLoYdADYg .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBLoYdADYg .mbr-section-subtitle,
.cid-uBLoYdADYg .text_widget,
.cid-uBLoYdADYg .mbr-section-btn {
  text-align: center;
}
.cid-uBLoYdADYg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBLoYf2Dao {
  background-color: #ffffff;
}
.cid-uBLoYf2Dao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoYf2Dao .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-uBLoYf2Dao .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYf2Dao .container {
    padding: 0 24px;
  }
}
.cid-uBLoYf2Dao .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBLoYf2Dao .content-wrapper {
    padding: 0;
  }
}
.cid-uBLoYf2Dao .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBLoYf2Dao .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBLoYf2Dao .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBLoYf2Dao .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLoYf2Dao .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBLoYf2Dao .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBLoYf2Dao .mbr-section-title {
  color: #ffffff;
}
.cid-uBLoYf2Dao .mbr-desc,
.cid-uBLoYf2Dao .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBLoYf2Dao .mbr-text,
.cid-uBLoYf2Dao .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBLoYf2Dao .mbr-section-title,
.cid-uBLoYf2Dao .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBLoYfNH3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLoYfNH3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoYfNH3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoYfNH3L .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYfNH3L .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYfNH3L .container {
    padding: 0 24px;
  }
}
.cid-uBLoYfNH3L .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBLoYfNH3L .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBLoYfNH3L .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBLoYfNH3L .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBLoYfNH3L .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .content-wrapper {
    padding: 24px;
  }
}
.cid-uBLoYfNH3L .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBLoYfNH3L .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-uBLoYfNH3L .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLoYfNH3L .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBLoYfNH3L .item {
  margin-bottom: 16px;
}
.cid-uBLoYfNH3L .item:last-child {
  margin-bottom: 0;
}
.cid-uBLoYfNH3L .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBLoYfNH3L .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBLoYfNH3L .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBLoYfNH3L .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBLoYfNH3L .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBLoYfNH3L .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBLoYfNH3L .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBLoYfNH3L .mbr-section-title {
  color: #18212d;
}
.cid-uBLoYfNH3L .mbr-desc {
  color: #18212d;
}
.cid-uBLoYfNH3L .mbr-text {
  color: #18212d;
}
.cid-uBLoYfNH3L .mbr-recall {
  color: #ffffff;
}
.cid-uBLoYfNH3L .mbr-name {
  color: #ffffff;
}
.cid-uBLoYfNH3L .mbr-rating {
  color: #EFCC4E;
}
.cid-uBLoYfNH3L .item-title {
  color: #18212d;
}
.cid-uBLoYfNH3L .item-text {
  color: #18212d;
}
.cid-uBLoYfNH3L .item-desc {
  color: #18212d;
}
.cid-uBLoYfNH3L .mbr-text,
.cid-uBLoYfNH3L .text-wrapper {
  text-align: left;
}
.cid-uBLoYgVx74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLoYgVx74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoYgVx74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoYgVx74 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoYgVx74 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYgVx74 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYgVx74 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYgVx74 .container {
    padding: 0 24px;
  }
}
.cid-uBLoYgVx74 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBLoYgVx74 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYgVx74 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBLoYgVx74 .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-uBLoYgVx74 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYgVx74 .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBLoYgVx74 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBLoYgVx74 .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBLoYgVx74 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBLoYgVx74 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBLoYgVx74 .item-title {
  color: #ffffff;
}
.cid-uBLoYgVx74 .item-text {
  color: #ffffff;
}
.cid-uBLoYhE2N3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLoYhE2N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoYhE2N3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoYhE2N3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoYhE2N3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYhE2N3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYhE2N3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYhE2N3 .container {
    padding: 0 24px;
  }
}
.cid-uBLoYhE2N3 .row {
  justify-content: center;
}
.cid-uBLoYhE2N3 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBLoYhE2N3 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBLoYhE2N3 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBLoYhE2N3 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBLoYhE2N3 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBLoYhE2N3 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBLoYhE2N3 .tabs-wrapper {
  text-align: center;
}
.cid-uBLoYhE2N3 .item-title {
  color: #18212d;
}
.cid-uBLoYhE2N3 .item-text {
  color: #18212d;
}
.cid-uBLoYiDDEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLoYiDDEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoYiDDEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoYiDDEJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoYiDDEJ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYiDDEJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYiDDEJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYiDDEJ .container {
    padding: 0 24px;
  }
}
.cid-uBLoYiDDEJ .row {
  justify-content: center;
}
.cid-uBLoYiDDEJ .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBLoYiDDEJ .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBLoYiDDEJ .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-uBLoYiDDEJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBLoYiDDEJ .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBLoYiDDEJ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBLoYiDDEJ .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBLoYiDDEJ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBLoYiDDEJ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBLoYiDDEJ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBLoYiDDEJ .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-uBLoYiDDEJ .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-uBLoYiDDEJ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBLoYiDDEJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBLoYiDDEJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBLoYiDDEJ .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBLoYiDDEJ .mbr-desc,
.cid-uBLoYiDDEJ .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBLoYiDDEJ .panel-title-edit {
  color: #18212d;
}
.cid-uBLoYiDDEJ .panel-text {
  color: #18212d;
}
.cid-uBLoYjHHa0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBLoYjHHa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLoYjHHa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLoYjHHa0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLoYjHHa0 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYjHHa0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLoYjHHa0 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLoYjHHa0 .container {
    padding: 0 24px;
  }
}
.cid-uBLoYjHHa0 .row {
  justify-content: center;
}
.cid-uBLoYjHHa0 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBLoYjHHa0 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBLoYjHHa0 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBLoYjHHa0 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBLoYjHHa0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBLoYjHHa0 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBLoYjHHa0 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBLoYjHHa0 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBLoYjHHa0 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBLoYjHHa0 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBLoYjHHa0 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBLoYjHHa0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLoYjHHa0 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBLoYjHHa0 .list-wrapper .list .item-wrap:hover,
.cid-uBLoYjHHa0 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBLoYjHHa0 .list-wrapper .list .item-wrap:hover::before,
.cid-uBLoYjHHa0 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBLoYjHHa0 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBLoYjHHa0 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBLoYjHHa0 .mbr-section-title {
  color: #ffffff;
}
.cid-uBLoYjHHa0 .mbr-soc {
  color: #ffffff;
}
.cid-uBLoYjHHa0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBLoYjHHa0 .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAIuTd3gYI {
  background-color: #ffffff;
}
.cid-uAIuTd3gYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIuTd3gYI .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-uAIuTd3gYI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTd3gYI .container {
    padding: 0 24px;
  }
}
.cid-uAIuTd3gYI .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAIuTd3gYI .content-wrapper {
    padding: 0;
  }
}
.cid-uAIuTd3gYI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAIuTd3gYI .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAIuTd3gYI .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAIuTd3gYI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIuTd3gYI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAIuTd3gYI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIuTd3gYI .mbr-section-title {
  color: #ffffff;
}
.cid-uAIuTd3gYI .mbr-desc,
.cid-uAIuTd3gYI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIuTd3gYI .mbr-text,
.cid-uAIuTd3gYI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAIuTd3gYI .mbr-section-title,
.cid-uAIuTd3gYI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIuTdQODl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIuTdQODl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIuTdQODl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIuTdQODl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTdQODl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTdQODl .container {
    padding: 0 24px;
  }
}
.cid-uAIuTdQODl .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAIuTdQODl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAIuTdQODl .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIuTdQODl .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAIuTdQODl .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .content-wrapper {
    padding: 24px;
  }
}
.cid-uAIuTdQODl .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAIuTdQODl .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-uAIuTdQODl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIuTdQODl .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAIuTdQODl .item {
  margin-bottom: 16px;
}
.cid-uAIuTdQODl .item:last-child {
  margin-bottom: 0;
}
.cid-uAIuTdQODl .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAIuTdQODl .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAIuTdQODl .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAIuTdQODl .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIuTdQODl .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAIuTdQODl .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAIuTdQODl .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAIuTdQODl .mbr-section-title {
  color: #18212d;
}
.cid-uAIuTdQODl .mbr-desc {
  color: #18212d;
}
.cid-uAIuTdQODl .mbr-text {
  color: #18212d;
}
.cid-uAIuTdQODl .mbr-recall {
  color: #ffffff;
}
.cid-uAIuTdQODl .mbr-name {
  color: #ffffff;
}
.cid-uAIuTdQODl .mbr-rating {
  color: #EFCC4E;
}
.cid-uAIuTdQODl .item-title {
  color: #18212d;
}
.cid-uAIuTdQODl .item-text {
  color: #18212d;
}
.cid-uAIuTdQODl .item-desc {
  color: #18212d;
}
.cid-uAIuTdQODl .mbr-text,
.cid-uAIuTdQODl .text-wrapper {
  text-align: left;
}
.cid-uAIuTeD0xe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIuTeD0xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIuTeD0xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIuTeD0xe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIuTeD0xe .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTeD0xe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIuTeD0xe .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTeD0xe .container {
    padding: 0 24px;
  }
}
.cid-uAIuTeD0xe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAIuTeD0xe .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAIuTeD0xe .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAIuTeD0xe .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-uAIuTeD0xe .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIuTeD0xe .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAIuTeD0xe .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIuTeD0xe .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAIuTeD0xe .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAIuTeD0xe .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAIuTeD0xe .item-title {
  color: #ffffff;
}
.cid-uAIuTeD0xe .item-text {
  color: #ffffff;
}
.cid-uAIuTfniAj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIuTfniAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIuTfniAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIuTfniAj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIuTfniAj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTfniAj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIuTfniAj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTfniAj .container {
    padding: 0 24px;
  }
}
.cid-uAIuTfniAj .row {
  justify-content: center;
}
.cid-uAIuTfniAj .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIuTfniAj .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAIuTfniAj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAIuTfniAj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAIuTfniAj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIuTfniAj .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAIuTfniAj .tabs-wrapper {
  text-align: center;
}
.cid-uAIuTfniAj .item-title {
  color: #18212d;
}
.cid-uAIuTfniAj .item-text {
  color: #18212d;
}
.cid-uAIuTgvZUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIuTgvZUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIuTgvZUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIuTgvZUw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIuTgvZUw .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTgvZUw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIuTgvZUw .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuTgvZUw .container {
    padding: 0 24px;
  }
}
.cid-uAIuTgvZUw .row {
  justify-content: center;
}
.cid-uAIuTgvZUw .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAIuTgvZUw .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAIuTgvZUw .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-uAIuTgvZUw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAIuTgvZUw .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAIuTgvZUw .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAIuTgvZUw .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAIuTgvZUw .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAIuTgvZUw .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAIuTgvZUw .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAIuTgvZUw .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-uAIuTgvZUw .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-uAIuTgvZUw .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAIuTgvZUw .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAIuTgvZUw .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAIuTgvZUw .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAIuTgvZUw .mbr-desc,
.cid-uAIuTgvZUw .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAIuTgvZUw .panel-title-edit {
  color: #18212d;
}
.cid-uAIuTgvZUw .panel-text {
  color: #18212d;
}
.cid-uAIuThkKA9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAIuThkKA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIuThkKA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIuThkKA9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAIuThkKA9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuThkKA9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAIuThkKA9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAIuThkKA9 .container {
    padding: 0 24px;
  }
}
.cid-uAIuThkKA9 .row {
  justify-content: center;
}
.cid-uAIuThkKA9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIuThkKA9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIuThkKA9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAIuThkKA9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAIuThkKA9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAIuThkKA9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIuThkKA9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAIuThkKA9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAIuThkKA9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAIuThkKA9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAIuThkKA9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAIuThkKA9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAIuThkKA9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAIuThkKA9 .list-wrapper .list .item-wrap:hover,
.cid-uAIuThkKA9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAIuThkKA9 .list-wrapper .list .item-wrap:hover::before,
.cid-uAIuThkKA9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAIuThkKA9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAIuThkKA9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAIuThkKA9 .mbr-section-title {
  color: #ffffff;
}
.cid-uAIuThkKA9 .mbr-soc {
  color: #ffffff;
}
.cid-uAIuThkKA9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAIuThkKA9 .list {
  color: #ffffff;
}
.cid-uBp41UVP1w {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBp41UVP1w .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBp41UVP1w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBp41UVP1w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBp41UVP1w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBp41UVP1w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBp41UVP1w .menu_box .navbar.opened,
  .cid-uBp41UVP1w .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBp41UVP1w nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBp41UVP1w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBp41UVP1w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBp41UVP1w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBp41UVP1w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBp41UVP1w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBp41UVP1w .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBp41UVP1w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBp41UVP1w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBp41UVP1w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBp41UVP1w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBp41UVP1w .offcanvas-body .mbr-text,
  .cid-uBp41UVP1w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBp41UVP1w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBp41UVP1w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBp41UVP1w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBp41UVP1w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBp41UVP1w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBp41UVP1w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBp41UVP1w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBp41UVP1w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBp41UVP1w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBp41UVP1w .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-uBp41UVP1w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBp41UVP1w 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-uBp41UVP1w .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBp41UVP1w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBp41UVP1w .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBp41UVP1w .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBp41UVP1w .nav-item {
    margin: 0 !important;
  }
}
.cid-uBp41UVP1w .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBp41UVP1w .nav-item .nav-link:hover,
.cid-uBp41UVP1w .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBp41UVP1w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBp41UVP1w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBp41UVP1w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBp41UVP1w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBp41UVP1w .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-uBp41UVP1w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBp41UVP1w .offcanvas_box {
    display: none;
  }
}
.cid-uBp41UVP1w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBp41UVP1w .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBp41UVP1w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBp41UVP1w .container {
  display: flex;
  margin: auto;
}
.cid-uBp41UVP1w .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-uBp41UVP1w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBp41UVP1w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBp41UVP1w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBp41UVP1w .navbar-nav {
    margin: 0;
  }
}
.cid-uBp41UVP1w .dropdown-menu,
.cid-uBp41UVP1w .navbar.opened {
  background-color: false !important;
}
.cid-uBp41UVP1w .nav-item:focus,
.cid-uBp41UVP1w .nav-link:focus {
  outline: none;
}
.cid-uBp41UVP1w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBp41UVP1w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBp41UVP1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBp41UVP1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBp41UVP1w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBp41UVP1w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBp41UVP1w .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBp41UVP1w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBp41UVP1w .navbar.opened {
  transition: all 0.3s;
}
.cid-uBp41UVP1w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBp41UVP1w .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBp41UVP1w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBp41UVP1w .navbar.collapsed {
  justify-content: center;
}
.cid-uBp41UVP1w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBp41UVP1w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBp41UVP1w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBp41UVP1w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBp41UVP1w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBp41UVP1w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBp41UVP1w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBp41UVP1w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBp41UVP1w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBp41UVP1w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBp41UVP1w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBp41UVP1w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBp41UVP1w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBp41UVP1w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBp41UVP1w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBp41UVP1w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBp41UVP1w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBp41UVP1w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBp41UVP1w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBp41UVP1w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBp41UVP1w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBp41UVP1w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBp41UVP1w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBp41UVP1w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBp41UVP1w .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-uBp41UVP1w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBp41UVP1w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBp41UVP1w .dropdown-item.active,
.cid-uBp41UVP1w .dropdown-item:active {
  background-color: transparent;
}
.cid-uBp41UVP1w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBp41UVP1w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBp41UVP1w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBp41UVP1w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBp41UVP1w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBp41UVP1w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBp41UVP1w 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-uBp41UVP1w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBp41UVP1w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBp41UVP1w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBp41UVP1w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBp41UVP1w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBp41UVP1w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBp41UVP1w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBp41UVP1w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBp41UVP1w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBp41UVP1w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBp41UVP1w .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-uBp41UVP1w .navbar {
    height: 70px;
  }
  .cid-uBp41UVP1w .navbar.opened {
    height: auto;
  }
  .cid-uBp41UVP1w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBp41UVP1w .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBp41UVP1w .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBp41UVP1w .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBp41UVP1w .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBp41UVP1w .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBp41UVP1w .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBp41UVP1w .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBp41UVP1w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBp41UVP1w .text_widget {
  margin-bottom: 32px;
}
.cid-uBp41UVP1w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBp41UVP1w .text_widget a:hover,
.cid-uBp41UVP1w .text_widget a:focus {
  opacity: .8;
}
.cid-uBp41UVP1w .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBp41UVP1w .navbar-caption {
  color: #18212d;
}
.cid-uBp41UVP1w .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBp41UVP1w .mbr-section-subtitle,
.cid-uBp41UVP1w .text_widget,
.cid-uBp41UVP1w .mbr-section-btn {
  text-align: center;
}
.cid-uBp41UVP1w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBp41W25NX {
  background-color: #ffffff;
}
.cid-uBp41W25NX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBp41W25NX .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-uBp41W25NX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41W25NX .container {
    padding: 0 24px;
  }
}
.cid-uBp41W25NX .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBp41W25NX .content-wrapper {
    padding: 0;
  }
}
.cid-uBp41W25NX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBp41W25NX .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBp41W25NX .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBp41W25NX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBp41W25NX .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBp41W25NX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBp41W25NX .mbr-section-title {
  color: #ffffff;
}
.cid-uBp41W25NX .mbr-desc,
.cid-uBp41W25NX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBp41W25NX .mbr-text,
.cid-uBp41W25NX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBp41W25NX .mbr-section-title,
.cid-uBp41W25NX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBp41WGR7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBp41WGR7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBp41WGR7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBp41WGR7S .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41WGR7S .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41WGR7S .container {
    padding: 0 24px;
  }
}
.cid-uBp41WGR7S .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBp41WGR7S .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBp41WGR7S .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBp41WGR7S .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBp41WGR7S .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .content-wrapper {
    padding: 24px;
  }
}
.cid-uBp41WGR7S .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBp41WGR7S .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-uBp41WGR7S .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBp41WGR7S .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBp41WGR7S .item {
  margin-bottom: 16px;
}
.cid-uBp41WGR7S .item:last-child {
  margin-bottom: 0;
}
.cid-uBp41WGR7S .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBp41WGR7S .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBp41WGR7S .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBp41WGR7S .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBp41WGR7S .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBp41WGR7S .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBp41WGR7S .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBp41WGR7S .mbr-section-title {
  color: #18212d;
}
.cid-uBp41WGR7S .mbr-desc {
  color: #18212d;
}
.cid-uBp41WGR7S .mbr-text {
  color: #18212d;
}
.cid-uBp41WGR7S .mbr-recall {
  color: #ffffff;
}
.cid-uBp41WGR7S .mbr-name {
  color: #ffffff;
}
.cid-uBp41WGR7S .mbr-rating {
  color: #EFCC4E;
}
.cid-uBp41WGR7S .item-title {
  color: #18212d;
}
.cid-uBp41WGR7S .item-text {
  color: #18212d;
}
.cid-uBp41WGR7S .item-desc {
  color: #18212d;
}
.cid-uBp41WGR7S .mbr-text,
.cid-uBp41WGR7S .text-wrapper {
  text-align: left;
}
.cid-uBp41XwSrc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBp41XwSrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBp41XwSrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBp41XwSrc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBp41XwSrc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41XwSrc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBp41XwSrc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41XwSrc .container {
    padding: 0 24px;
  }
}
.cid-uBp41XwSrc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBp41XwSrc .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBp41XwSrc .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBp41XwSrc .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-uBp41XwSrc .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBp41XwSrc .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBp41XwSrc .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBp41XwSrc .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBp41XwSrc .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBp41XwSrc .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBp41XwSrc .item-title {
  color: #ffffff;
}
.cid-uBp41XwSrc .item-text {
  color: #ffffff;
}
.cid-uBp41YirZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBp41YirZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBp41YirZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBp41YirZW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBp41YirZW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41YirZW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBp41YirZW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41YirZW .container {
    padding: 0 24px;
  }
}
.cid-uBp41YirZW .row {
  justify-content: center;
}
.cid-uBp41YirZW .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBp41YirZW .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBp41YirZW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBp41YirZW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBp41YirZW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBp41YirZW .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBp41YirZW .tabs-wrapper {
  text-align: center;
}
.cid-uBp41YirZW .item-title {
  color: #18212d;
}
.cid-uBp41YirZW .item-text {
  color: #18212d;
}
.cid-uBp41ZixMo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBp41ZixMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBp41ZixMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBp41ZixMo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBp41ZixMo .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41ZixMo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBp41ZixMo .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp41ZixMo .container {
    padding: 0 24px;
  }
}
.cid-uBp41ZixMo .row {
  justify-content: center;
}
.cid-uBp41ZixMo .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBp41ZixMo .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBp41ZixMo .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-uBp41ZixMo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBp41ZixMo .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBp41ZixMo .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBp41ZixMo .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBp41ZixMo .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBp41ZixMo .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBp41ZixMo .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBp41ZixMo .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-uBp41ZixMo .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-uBp41ZixMo .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBp41ZixMo .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBp41ZixMo .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBp41ZixMo .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBp41ZixMo .mbr-desc,
.cid-uBp41ZixMo .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBp41ZixMo .panel-title-edit {
  color: #18212d;
}
.cid-uBp41ZixMo .panel-text {
  color: #18212d;
}
.cid-uBp4207VIM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBp4207VIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBp4207VIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBp4207VIM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBp4207VIM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp4207VIM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBp4207VIM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBp4207VIM .container {
    padding: 0 24px;
  }
}
.cid-uBp4207VIM .row {
  justify-content: center;
}
.cid-uBp4207VIM .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBp4207VIM .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBp4207VIM .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBp4207VIM .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBp4207VIM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBp4207VIM .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBp4207VIM .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBp4207VIM .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBp4207VIM .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBp4207VIM .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBp4207VIM .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBp4207VIM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBp4207VIM .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBp4207VIM .list-wrapper .list .item-wrap:hover,
.cid-uBp4207VIM .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBp4207VIM .list-wrapper .list .item-wrap:hover::before,
.cid-uBp4207VIM .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBp4207VIM .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBp4207VIM .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBp4207VIM .mbr-section-title {
  color: #ffffff;
}
.cid-uBp4207VIM .mbr-soc {
  color: #ffffff;
}
.cid-uBp4207VIM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBp4207VIM .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZrmAIzNJ {
  background-color: #ffffff;
}
.cid-uAZrmAIzNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZrmAIzNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZrmAIzNJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZrmAIzNJ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmAIzNJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmAIzNJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmAIzNJ .container {
    padding: 0 24px;
  }
}
.cid-uAZrmAIzNJ .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uAZrmAIzNJ .content-wrapper {
    padding: 0;
  }
}
.cid-uAZrmAIzNJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uAZrmAIzNJ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uAZrmAIzNJ .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uAZrmAIzNJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAZrmAIzNJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAZrmAIzNJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAZrmAIzNJ .mbr-section-title {
  color: #ffffff;
}
.cid-uAZrmAIzNJ .mbr-desc,
.cid-uAZrmAIzNJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAZrmAIzNJ .mbr-text,
.cid-uAZrmAIzNJ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAZrmAIzNJ .mbr-section-title,
.cid-uAZrmAIzNJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAZrmBkINT {
  background-color: #ffffff;
}
.cid-uAZrmBkINT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZrmBkINT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZrmBkINT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmBkINT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmBkINT .container {
    padding: 0 24px;
  }
}
.cid-uAZrmBkINT .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uAZrmBkINT .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAZrmBkINT .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAZrmBkINT .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uAZrmBkINT .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .content-wrapper {
    padding: 24px;
  }
}
.cid-uAZrmBkINT .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uAZrmBkINT .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-uAZrmBkINT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAZrmBkINT .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAZrmBkINT .item {
  margin-bottom: 16px;
}
.cid-uAZrmBkINT .item:last-child {
  margin-bottom: 0;
}
.cid-uAZrmBkINT .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uAZrmBkINT .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uAZrmBkINT .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAZrmBkINT .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAZrmBkINT .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAZrmBkINT .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uAZrmBkINT .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uAZrmBkINT .mbr-section-title {
  color: #18212d;
}
.cid-uAZrmBkINT .mbr-desc {
  color: #18212d;
}
.cid-uAZrmBkINT .mbr-text {
  color: #18212d;
}
.cid-uAZrmBkINT .mbr-recall {
  color: #ffffff;
}
.cid-uAZrmBkINT .mbr-name {
  color: #ffffff;
}
.cid-uAZrmBkINT .mbr-rating {
  color: #EFCC4E;
}
.cid-uAZrmBkINT .item-title {
  color: #18212d;
}
.cid-uAZrmBkINT .item-text {
  color: #18212d;
}
.cid-uAZrmBkINT .item-desc {
  color: #18212d;
}
.cid-uAZrmBkINT .mbr-text,
.cid-uAZrmBkINT .text-wrapper {
  text-align: left;
}
.cid-uAZrmC5tBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZrmC5tBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZrmC5tBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZrmC5tBS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZrmC5tBS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmC5tBS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmC5tBS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmC5tBS .container {
    padding: 0 24px;
  }
}
.cid-uAZrmC5tBS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uAZrmC5tBS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmC5tBS .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAZrmC5tBS .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-uAZrmC5tBS .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmC5tBS .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uAZrmC5tBS .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAZrmC5tBS .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAZrmC5tBS .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uAZrmC5tBS .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAZrmC5tBS .item-title {
  color: #ffffff;
}
.cid-uAZrmC5tBS .item-text {
  color: #ffffff;
}
.cid-uAZrmCOxiI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZrmCOxiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZrmCOxiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZrmCOxiI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZrmCOxiI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmCOxiI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmCOxiI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmCOxiI .container {
    padding: 0 24px;
  }
}
.cid-uAZrmCOxiI .row {
  justify-content: center;
}
.cid-uAZrmCOxiI .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZrmCOxiI .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uAZrmCOxiI .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uAZrmCOxiI .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uAZrmCOxiI .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAZrmCOxiI .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uAZrmCOxiI .tabs-wrapper {
  text-align: center;
}
.cid-uAZrmCOxiI .item-title {
  color: #18212d;
}
.cid-uAZrmCOxiI .item-text {
  color: #18212d;
}
.cid-uAZrmDPhHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZrmDPhHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZrmDPhHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZrmDPhHV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZrmDPhHV .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmDPhHV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmDPhHV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmDPhHV .container {
    padding: 0 24px;
  }
}
.cid-uAZrmDPhHV .row {
  justify-content: center;
}
.cid-uAZrmDPhHV .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZrmDPhHV .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAZrmDPhHV .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-uAZrmDPhHV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZrmDPhHV .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uAZrmDPhHV .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uAZrmDPhHV .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uAZrmDPhHV .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAZrmDPhHV .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAZrmDPhHV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAZrmDPhHV .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-uAZrmDPhHV .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-uAZrmDPhHV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAZrmDPhHV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uAZrmDPhHV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAZrmDPhHV .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uAZrmDPhHV .mbr-desc,
.cid-uAZrmDPhHV .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAZrmDPhHV .panel-title-edit {
  color: #18212d;
}
.cid-uAZrmDPhHV .panel-text {
  color: #18212d;
}
.cid-uAZrmEDmBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uAZrmEDmBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZrmEDmBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZrmEDmBk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZrmEDmBk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmEDmBk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZrmEDmBk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAZrmEDmBk .container {
    padding: 0 24px;
  }
}
.cid-uAZrmEDmBk .row {
  justify-content: center;
}
.cid-uAZrmEDmBk .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAZrmEDmBk .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAZrmEDmBk .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uAZrmEDmBk .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uAZrmEDmBk .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uAZrmEDmBk .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAZrmEDmBk .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uAZrmEDmBk .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uAZrmEDmBk .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAZrmEDmBk .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAZrmEDmBk .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uAZrmEDmBk .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uAZrmEDmBk .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uAZrmEDmBk .list-wrapper .list .item-wrap:hover,
.cid-uAZrmEDmBk .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uAZrmEDmBk .list-wrapper .list .item-wrap:hover::before,
.cid-uAZrmEDmBk .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAZrmEDmBk .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAZrmEDmBk .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uAZrmEDmBk .mbr-section-title {
  color: #ffffff;
}
.cid-uAZrmEDmBk .mbr-soc {
  color: #ffffff;
}
.cid-uAZrmEDmBk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAZrmEDmBk .list {
  color: #ffffff;
}
.cid-uBrlCkQwJp {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBrlCkQwJp .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBrlCkQwJp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBrlCkQwJp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBrlCkQwJp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBrlCkQwJp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBrlCkQwJp .menu_box .navbar.opened,
  .cid-uBrlCkQwJp .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBrlCkQwJp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBrlCkQwJp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBrlCkQwJp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBrlCkQwJp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBrlCkQwJp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBrlCkQwJp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBrlCkQwJp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBrlCkQwJp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBrlCkQwJp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBrlCkQwJp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBrlCkQwJp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBrlCkQwJp .offcanvas-body .mbr-text,
  .cid-uBrlCkQwJp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBrlCkQwJp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBrlCkQwJp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBrlCkQwJp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBrlCkQwJp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBrlCkQwJp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBrlCkQwJp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBrlCkQwJp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBrlCkQwJp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBrlCkQwJp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBrlCkQwJp .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-uBrlCkQwJp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBrlCkQwJp 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-uBrlCkQwJp .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBrlCkQwJp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBrlCkQwJp .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBrlCkQwJp .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBrlCkQwJp .nav-item {
    margin: 0 !important;
  }
}
.cid-uBrlCkQwJp .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBrlCkQwJp .nav-item .nav-link:hover,
.cid-uBrlCkQwJp .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBrlCkQwJp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBrlCkQwJp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBrlCkQwJp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBrlCkQwJp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBrlCkQwJp .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-uBrlCkQwJp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBrlCkQwJp .offcanvas_box {
    display: none;
  }
}
.cid-uBrlCkQwJp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBrlCkQwJp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBrlCkQwJp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBrlCkQwJp .container {
  display: flex;
  margin: auto;
}
.cid-uBrlCkQwJp .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-uBrlCkQwJp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBrlCkQwJp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBrlCkQwJp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBrlCkQwJp .navbar-nav {
    margin: 0;
  }
}
.cid-uBrlCkQwJp .dropdown-menu,
.cid-uBrlCkQwJp .navbar.opened {
  background-color: false !important;
}
.cid-uBrlCkQwJp .nav-item:focus,
.cid-uBrlCkQwJp .nav-link:focus {
  outline: none;
}
.cid-uBrlCkQwJp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrlCkQwJp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrlCkQwJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrlCkQwJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrlCkQwJp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrlCkQwJp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrlCkQwJp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBrlCkQwJp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBrlCkQwJp .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrlCkQwJp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBrlCkQwJp .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBrlCkQwJp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBrlCkQwJp .navbar.collapsed {
  justify-content: center;
}
.cid-uBrlCkQwJp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrlCkQwJp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBrlCkQwJp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrlCkQwJp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrlCkQwJp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrlCkQwJp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBrlCkQwJp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBrlCkQwJp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBrlCkQwJp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBrlCkQwJp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrlCkQwJp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrlCkQwJp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBrlCkQwJp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrlCkQwJp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBrlCkQwJp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBrlCkQwJp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBrlCkQwJp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBrlCkQwJp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBrlCkQwJp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBrlCkQwJp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrlCkQwJp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBrlCkQwJp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBrlCkQwJp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBrlCkQwJp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBrlCkQwJp .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-uBrlCkQwJp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBrlCkQwJp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrlCkQwJp .dropdown-item.active,
.cid-uBrlCkQwJp .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrlCkQwJp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBrlCkQwJp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrlCkQwJp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrlCkQwJp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBrlCkQwJp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBrlCkQwJp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBrlCkQwJp 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-uBrlCkQwJp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBrlCkQwJp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrlCkQwJp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrlCkQwJp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrlCkQwJp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrlCkQwJp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrlCkQwJp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrlCkQwJp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrlCkQwJp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrlCkQwJp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBrlCkQwJp .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-uBrlCkQwJp .navbar {
    height: 70px;
  }
  .cid-uBrlCkQwJp .navbar.opened {
    height: auto;
  }
  .cid-uBrlCkQwJp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrlCkQwJp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBrlCkQwJp .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBrlCkQwJp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBrlCkQwJp .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCkQwJp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBrlCkQwJp .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBrlCkQwJp .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBrlCkQwJp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBrlCkQwJp .text_widget {
  margin-bottom: 32px;
}
.cid-uBrlCkQwJp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBrlCkQwJp .text_widget a:hover,
.cid-uBrlCkQwJp .text_widget a:focus {
  opacity: .8;
}
.cid-uBrlCkQwJp .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBrlCkQwJp .navbar-caption {
  color: #18212d;
}
.cid-uBrlCkQwJp .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBrlCkQwJp .mbr-section-subtitle,
.cid-uBrlCkQwJp .text_widget,
.cid-uBrlCkQwJp .mbr-section-btn {
  text-align: center;
}
.cid-uBrlCkQwJp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBrlCn0tMf {
  background-color: #ffffff;
}
.cid-uBrlCn0tMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlCn0tMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlCn0tMf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrlCn0tMf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCn0tMf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCn0tMf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCn0tMf .container {
    padding: 0 24px;
  }
}
.cid-uBrlCn0tMf .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBrlCn0tMf .content-wrapper {
    padding: 0;
  }
}
.cid-uBrlCn0tMf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBrlCn0tMf .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBrlCn0tMf .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBrlCn0tMf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBrlCn0tMf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBrlCn0tMf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBrlCn0tMf .mbr-section-title {
  color: #ffffff;
}
.cid-uBrlCn0tMf .mbr-desc,
.cid-uBrlCn0tMf .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBrlCn0tMf .mbr-text,
.cid-uBrlCn0tMf .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBrlCn0tMf .mbr-section-title,
.cid-uBrlCn0tMf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBrlCo6qgE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBrlCo6qgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlCo6qgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlCo6qgE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCo6qgE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCo6qgE .container {
    padding: 0 24px;
  }
}
.cid-uBrlCo6qgE .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBrlCo6qgE .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBrlCo6qgE .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBrlCo6qgE .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBrlCo6qgE .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .content-wrapper {
    padding: 24px;
  }
}
.cid-uBrlCo6qgE .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBrlCo6qgE .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-uBrlCo6qgE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBrlCo6qgE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBrlCo6qgE .item {
  margin-bottom: 16px;
}
.cid-uBrlCo6qgE .item:last-child {
  margin-bottom: 0;
}
.cid-uBrlCo6qgE .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBrlCo6qgE .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBrlCo6qgE .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBrlCo6qgE .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBrlCo6qgE .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBrlCo6qgE .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBrlCo6qgE .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBrlCo6qgE .mbr-section-title {
  color: #18212d;
}
.cid-uBrlCo6qgE .mbr-desc {
  color: #18212d;
}
.cid-uBrlCo6qgE .mbr-text {
  color: #18212d;
}
.cid-uBrlCo6qgE .mbr-recall {
  color: #ffffff;
}
.cid-uBrlCo6qgE .mbr-name {
  color: #ffffff;
}
.cid-uBrlCo6qgE .mbr-rating {
  color: #EFCC4E;
}
.cid-uBrlCo6qgE .item-title {
  color: #18212d;
}
.cid-uBrlCo6qgE .item-text {
  color: #18212d;
}
.cid-uBrlCo6qgE .item-desc {
  color: #18212d;
}
.cid-uBrlCo6qgE .mbr-text,
.cid-uBrlCo6qgE .text-wrapper {
  text-align: left;
}
.cid-uBrlCpVzIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBrlCpVzIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlCpVzIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlCpVzIX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrlCpVzIX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCpVzIX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCpVzIX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCpVzIX .container {
    padding: 0 24px;
  }
}
.cid-uBrlCpVzIX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBrlCpVzIX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCpVzIX .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBrlCpVzIX .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-uBrlCpVzIX .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCpVzIX .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBrlCpVzIX .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBrlCpVzIX .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBrlCpVzIX .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBrlCpVzIX .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBrlCpVzIX .item-title {
  color: #ffffff;
}
.cid-uBrlCpVzIX .item-text {
  color: #ffffff;
}
.cid-uBrlCrjzz6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBrlCrjzz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlCrjzz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlCrjzz6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrlCrjzz6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCrjzz6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCrjzz6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCrjzz6 .container {
    padding: 0 24px;
  }
}
.cid-uBrlCrjzz6 .row {
  justify-content: center;
}
.cid-uBrlCrjzz6 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBrlCrjzz6 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBrlCrjzz6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBrlCrjzz6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBrlCrjzz6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBrlCrjzz6 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBrlCrjzz6 .tabs-wrapper {
  text-align: center;
}
.cid-uBrlCrjzz6 .item-title {
  color: #18212d;
}
.cid-uBrlCrjzz6 .item-text {
  color: #18212d;
}
.cid-uBrlCtqZaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBrlCtqZaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlCtqZaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlCtqZaP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrlCtqZaP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCtqZaP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCtqZaP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCtqZaP .container {
    padding: 0 24px;
  }
}
.cid-uBrlCtqZaP .row {
  justify-content: center;
}
.cid-uBrlCtqZaP .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBrlCtqZaP .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrlCtqZaP .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-uBrlCtqZaP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBrlCtqZaP .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBrlCtqZaP .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBrlCtqZaP .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBrlCtqZaP .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBrlCtqZaP .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBrlCtqZaP .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBrlCtqZaP .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-uBrlCtqZaP .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-uBrlCtqZaP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBrlCtqZaP .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBrlCtqZaP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBrlCtqZaP .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBrlCtqZaP .mbr-desc,
.cid-uBrlCtqZaP .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBrlCtqZaP .panel-title-edit {
  color: #18212d;
}
.cid-uBrlCtqZaP .panel-text {
  color: #18212d;
}
.cid-uBrlCvwrQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBrlCvwrQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlCvwrQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlCvwrQr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBrlCvwrQr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCvwrQr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBrlCvwrQr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBrlCvwrQr .container {
    padding: 0 24px;
  }
}
.cid-uBrlCvwrQr .row {
  justify-content: center;
}
.cid-uBrlCvwrQr .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBrlCvwrQr .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrlCvwrQr .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBrlCvwrQr .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBrlCvwrQr .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBrlCvwrQr .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBrlCvwrQr .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBrlCvwrQr .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBrlCvwrQr .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBrlCvwrQr .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrlCvwrQr .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBrlCvwrQr .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBrlCvwrQr .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBrlCvwrQr .list-wrapper .list .item-wrap:hover,
.cid-uBrlCvwrQr .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBrlCvwrQr .list-wrapper .list .item-wrap:hover::before,
.cid-uBrlCvwrQr .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBrlCvwrQr .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBrlCvwrQr .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBrlCvwrQr .mbr-section-title {
  color: #ffffff;
}
.cid-uBrlCvwrQr .mbr-soc {
  color: #ffffff;
}
.cid-uBrlCvwrQr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBrlCvwrQr .list {
  color: #ffffff;
}
.cid-uBWK2H4i4k {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBWK2H4i4k .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBWK2H4i4k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBWK2H4i4k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBWK2H4i4k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBWK2H4i4k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBWK2H4i4k .menu_box .navbar.opened,
  .cid-uBWK2H4i4k .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBWK2H4i4k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBWK2H4i4k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBWK2H4i4k .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBWK2H4i4k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBWK2H4i4k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBWK2H4i4k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBWK2H4i4k .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBWK2H4i4k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBWK2H4i4k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBWK2H4i4k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBWK2H4i4k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBWK2H4i4k .offcanvas-body .mbr-text,
  .cid-uBWK2H4i4k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBWK2H4i4k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBWK2H4i4k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBWK2H4i4k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBWK2H4i4k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBWK2H4i4k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBWK2H4i4k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBWK2H4i4k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBWK2H4i4k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBWK2H4i4k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBWK2H4i4k .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-uBWK2H4i4k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBWK2H4i4k 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-uBWK2H4i4k .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBWK2H4i4k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBWK2H4i4k .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBWK2H4i4k .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBWK2H4i4k .nav-item {
    margin: 0 !important;
  }
}
.cid-uBWK2H4i4k .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBWK2H4i4k .nav-item .nav-link:hover,
.cid-uBWK2H4i4k .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBWK2H4i4k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBWK2H4i4k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBWK2H4i4k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWK2H4i4k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBWK2H4i4k .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-uBWK2H4i4k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBWK2H4i4k .offcanvas_box {
    display: none;
  }
}
.cid-uBWK2H4i4k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBWK2H4i4k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBWK2H4i4k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBWK2H4i4k .container {
  display: flex;
  margin: auto;
}
.cid-uBWK2H4i4k .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-uBWK2H4i4k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBWK2H4i4k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBWK2H4i4k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBWK2H4i4k .navbar-nav {
    margin: 0;
  }
}
.cid-uBWK2H4i4k .dropdown-menu,
.cid-uBWK2H4i4k .navbar.opened {
  background-color: false !important;
}
.cid-uBWK2H4i4k .nav-item:focus,
.cid-uBWK2H4i4k .nav-link:focus {
  outline: none;
}
.cid-uBWK2H4i4k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWK2H4i4k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWK2H4i4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWK2H4i4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWK2H4i4k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWK2H4i4k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWK2H4i4k .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBWK2H4i4k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBWK2H4i4k .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWK2H4i4k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBWK2H4i4k .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBWK2H4i4k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBWK2H4i4k .navbar.collapsed {
  justify-content: center;
}
.cid-uBWK2H4i4k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWK2H4i4k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBWK2H4i4k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWK2H4i4k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWK2H4i4k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWK2H4i4k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBWK2H4i4k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBWK2H4i4k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBWK2H4i4k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBWK2H4i4k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWK2H4i4k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWK2H4i4k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBWK2H4i4k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWK2H4i4k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBWK2H4i4k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBWK2H4i4k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBWK2H4i4k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBWK2H4i4k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBWK2H4i4k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBWK2H4i4k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWK2H4i4k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBWK2H4i4k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBWK2H4i4k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBWK2H4i4k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBWK2H4i4k .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-uBWK2H4i4k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBWK2H4i4k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWK2H4i4k .dropdown-item.active,
.cid-uBWK2H4i4k .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWK2H4i4k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBWK2H4i4k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWK2H4i4k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWK2H4i4k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBWK2H4i4k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBWK2H4i4k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBWK2H4i4k 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-uBWK2H4i4k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBWK2H4i4k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWK2H4i4k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWK2H4i4k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWK2H4i4k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWK2H4i4k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWK2H4i4k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWK2H4i4k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWK2H4i4k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWK2H4i4k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBWK2H4i4k .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-uBWK2H4i4k .navbar {
    height: 70px;
  }
  .cid-uBWK2H4i4k .navbar.opened {
    height: auto;
  }
  .cid-uBWK2H4i4k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWK2H4i4k .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBWK2H4i4k .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBWK2H4i4k .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBWK2H4i4k .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2H4i4k .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBWK2H4i4k .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBWK2H4i4k .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBWK2H4i4k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBWK2H4i4k .text_widget {
  margin-bottom: 32px;
}
.cid-uBWK2H4i4k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBWK2H4i4k .text_widget a:hover,
.cid-uBWK2H4i4k .text_widget a:focus {
  opacity: .8;
}
.cid-uBWK2H4i4k .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBWK2H4i4k .navbar-caption {
  color: #18212d;
}
.cid-uBWK2H4i4k .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBWK2H4i4k .mbr-section-subtitle,
.cid-uBWK2H4i4k .text_widget,
.cid-uBWK2H4i4k .mbr-section-btn {
  text-align: center;
}
.cid-uBWK2H4i4k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBWK2JfhrF {
  background-color: #ffffff;
}
.cid-uBWK2JfhrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWK2JfhrF .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-uBWK2JfhrF .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2JfhrF .container {
    padding: 0 24px;
  }
}
.cid-uBWK2JfhrF .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBWK2JfhrF .content-wrapper {
    padding: 0;
  }
}
.cid-uBWK2JfhrF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBWK2JfhrF .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBWK2JfhrF .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBWK2JfhrF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBWK2JfhrF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBWK2JfhrF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBWK2JfhrF .mbr-section-title {
  color: #ffffff;
}
.cid-uBWK2JfhrF .mbr-desc,
.cid-uBWK2JfhrF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBWK2JfhrF .mbr-text,
.cid-uBWK2JfhrF .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBWK2JfhrF .mbr-section-title,
.cid-uBWK2JfhrF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBWK2K6shj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWK2K6shj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWK2K6shj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWK2K6shj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2K6shj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2K6shj .container {
    padding: 0 24px;
  }
}
.cid-uBWK2K6shj .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBWK2K6shj .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBWK2K6shj .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBWK2K6shj .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBWK2K6shj .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .content-wrapper {
    padding: 24px;
  }
}
.cid-uBWK2K6shj .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBWK2K6shj .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-uBWK2K6shj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBWK2K6shj .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBWK2K6shj .item {
  margin-bottom: 16px;
}
.cid-uBWK2K6shj .item:last-child {
  margin-bottom: 0;
}
.cid-uBWK2K6shj .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBWK2K6shj .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBWK2K6shj .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBWK2K6shj .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBWK2K6shj .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBWK2K6shj .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBWK2K6shj .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBWK2K6shj .mbr-section-title {
  color: #18212d;
}
.cid-uBWK2K6shj .mbr-desc {
  color: #18212d;
}
.cid-uBWK2K6shj .mbr-text {
  color: #18212d;
}
.cid-uBWK2K6shj .mbr-recall {
  color: #ffffff;
}
.cid-uBWK2K6shj .mbr-name {
  color: #ffffff;
}
.cid-uBWK2K6shj .mbr-rating {
  color: #EFCC4E;
}
.cid-uBWK2K6shj .item-title {
  color: #18212d;
}
.cid-uBWK2K6shj .item-text {
  color: #18212d;
}
.cid-uBWK2K6shj .item-desc {
  color: #18212d;
}
.cid-uBWK2K6shj .mbr-text,
.cid-uBWK2K6shj .text-wrapper {
  text-align: left;
}
.cid-uBWK2KZ6Xm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWK2KZ6Xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWK2KZ6Xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWK2KZ6Xm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWK2KZ6Xm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2KZ6Xm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2KZ6Xm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2KZ6Xm .container {
    padding: 0 24px;
  }
}
.cid-uBWK2KZ6Xm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBWK2KZ6Xm .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2KZ6Xm .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBWK2KZ6Xm .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-uBWK2KZ6Xm .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2KZ6Xm .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBWK2KZ6Xm .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBWK2KZ6Xm .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBWK2KZ6Xm .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBWK2KZ6Xm .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBWK2KZ6Xm .item-title {
  color: #ffffff;
}
.cid-uBWK2KZ6Xm .item-text {
  color: #ffffff;
}
.cid-uBWK2LOHr7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWK2LOHr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWK2LOHr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWK2LOHr7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWK2LOHr7 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2LOHr7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2LOHr7 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2LOHr7 .container {
    padding: 0 24px;
  }
}
.cid-uBWK2LOHr7 .row {
  justify-content: center;
}
.cid-uBWK2LOHr7 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBWK2LOHr7 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBWK2LOHr7 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBWK2LOHr7 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBWK2LOHr7 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBWK2LOHr7 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBWK2LOHr7 .tabs-wrapper {
  text-align: center;
}
.cid-uBWK2LOHr7 .item-title {
  color: #18212d;
}
.cid-uBWK2LOHr7 .item-text {
  color: #18212d;
}
.cid-uBWK2MMR88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWK2MMR88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWK2MMR88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWK2MMR88 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWK2MMR88 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2MMR88 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2MMR88 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2MMR88 .container {
    padding: 0 24px;
  }
}
.cid-uBWK2MMR88 .row {
  justify-content: center;
}
.cid-uBWK2MMR88 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBWK2MMR88 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBWK2MMR88 .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-uBWK2MMR88 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBWK2MMR88 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBWK2MMR88 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBWK2MMR88 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBWK2MMR88 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBWK2MMR88 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBWK2MMR88 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBWK2MMR88 .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-uBWK2MMR88 .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-uBWK2MMR88 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBWK2MMR88 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBWK2MMR88 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBWK2MMR88 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBWK2MMR88 .mbr-desc,
.cid-uBWK2MMR88 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBWK2MMR88 .panel-title-edit {
  color: #18212d;
}
.cid-uBWK2MMR88 .panel-text {
  color: #18212d;
}
.cid-uBWK2NEguX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBWK2NEguX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWK2NEguX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWK2NEguX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWK2NEguX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2NEguX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWK2NEguX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWK2NEguX .container {
    padding: 0 24px;
  }
}
.cid-uBWK2NEguX .row {
  justify-content: center;
}
.cid-uBWK2NEguX .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWK2NEguX .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBWK2NEguX .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBWK2NEguX .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBWK2NEguX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBWK2NEguX .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWK2NEguX .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBWK2NEguX .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBWK2NEguX .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWK2NEguX .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBWK2NEguX .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBWK2NEguX .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBWK2NEguX .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBWK2NEguX .list-wrapper .list .item-wrap:hover,
.cid-uBWK2NEguX .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBWK2NEguX .list-wrapper .list .item-wrap:hover::before,
.cid-uBWK2NEguX .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBWK2NEguX .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBWK2NEguX .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBWK2NEguX .mbr-section-title {
  color: #ffffff;
}
.cid-uBWK2NEguX .mbr-soc {
  color: #ffffff;
}
.cid-uBWK2NEguX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBWK2NEguX .list {
  color: #ffffff;
}
.cid-uBWL181umI {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBWL181umI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBWL181umI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBWL181umI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBWL181umI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBWL181umI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBWL181umI .menu_box .navbar.opened,
  .cid-uBWL181umI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBWL181umI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBWL181umI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBWL181umI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBWL181umI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBWL181umI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBWL181umI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBWL181umI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBWL181umI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBWL181umI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBWL181umI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBWL181umI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBWL181umI .offcanvas-body .mbr-text,
  .cid-uBWL181umI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBWL181umI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBWL181umI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBWL181umI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBWL181umI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBWL181umI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBWL181umI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBWL181umI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBWL181umI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBWL181umI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBWL181umI .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-uBWL181umI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBWL181umI 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-uBWL181umI .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBWL181umI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBWL181umI .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBWL181umI .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBWL181umI .nav-item {
    margin: 0 !important;
  }
}
.cid-uBWL181umI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBWL181umI .nav-item .nav-link:hover,
.cid-uBWL181umI .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBWL181umI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBWL181umI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBWL181umI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWL181umI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBWL181umI .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-uBWL181umI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBWL181umI .offcanvas_box {
    display: none;
  }
}
.cid-uBWL181umI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBWL181umI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBWL181umI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBWL181umI .container {
  display: flex;
  margin: auto;
}
.cid-uBWL181umI .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-uBWL181umI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBWL181umI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBWL181umI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBWL181umI .navbar-nav {
    margin: 0;
  }
}
.cid-uBWL181umI .dropdown-menu,
.cid-uBWL181umI .navbar.opened {
  background-color: false !important;
}
.cid-uBWL181umI .nav-item:focus,
.cid-uBWL181umI .nav-link:focus {
  outline: none;
}
.cid-uBWL181umI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWL181umI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWL181umI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWL181umI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWL181umI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWL181umI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWL181umI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBWL181umI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBWL181umI .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWL181umI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBWL181umI .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBWL181umI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBWL181umI .navbar.collapsed {
  justify-content: center;
}
.cid-uBWL181umI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWL181umI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBWL181umI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWL181umI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWL181umI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWL181umI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBWL181umI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBWL181umI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBWL181umI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBWL181umI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWL181umI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWL181umI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBWL181umI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWL181umI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBWL181umI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBWL181umI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBWL181umI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBWL181umI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBWL181umI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBWL181umI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWL181umI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBWL181umI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBWL181umI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBWL181umI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBWL181umI .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-uBWL181umI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBWL181umI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWL181umI .dropdown-item.active,
.cid-uBWL181umI .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWL181umI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBWL181umI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWL181umI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWL181umI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBWL181umI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBWL181umI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBWL181umI 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-uBWL181umI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBWL181umI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWL181umI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWL181umI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWL181umI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWL181umI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWL181umI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWL181umI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWL181umI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWL181umI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBWL181umI .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-uBWL181umI .navbar {
    height: 70px;
  }
  .cid-uBWL181umI .navbar.opened {
    height: auto;
  }
  .cid-uBWL181umI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWL181umI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBWL181umI .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBWL181umI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBWL181umI .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL181umI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBWL181umI .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBWL181umI .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBWL181umI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBWL181umI .text_widget {
  margin-bottom: 32px;
}
.cid-uBWL181umI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBWL181umI .text_widget a:hover,
.cid-uBWL181umI .text_widget a:focus {
  opacity: .8;
}
.cid-uBWL181umI .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBWL181umI .navbar-caption {
  color: #18212d;
}
.cid-uBWL181umI .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBWL181umI .mbr-section-subtitle,
.cid-uBWL181umI .text_widget,
.cid-uBWL181umI .mbr-section-btn {
  text-align: center;
}
.cid-uBWL181umI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBWL19nCiN {
  background-color: #ffffff;
}
.cid-uBWL19nCiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWL19nCiN .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-uBWL19nCiN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL19nCiN .container {
    padding: 0 24px;
  }
}
.cid-uBWL19nCiN .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBWL19nCiN .content-wrapper {
    padding: 0;
  }
}
.cid-uBWL19nCiN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBWL19nCiN .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBWL19nCiN .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBWL19nCiN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBWL19nCiN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBWL19nCiN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBWL19nCiN .mbr-section-title {
  color: #ffffff;
}
.cid-uBWL19nCiN .mbr-desc,
.cid-uBWL19nCiN .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBWL19nCiN .mbr-text,
.cid-uBWL19nCiN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBWL19nCiN .mbr-section-title,
.cid-uBWL19nCiN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBWL1a9Ry3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWL1a9Ry3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWL1a9Ry3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWL1a9Ry3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1a9Ry3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1a9Ry3 .container {
    padding: 0 24px;
  }
}
.cid-uBWL1a9Ry3 .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBWL1a9Ry3 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBWL1a9Ry3 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBWL1a9Ry3 .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBWL1a9Ry3 .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .content-wrapper {
    padding: 24px;
  }
}
.cid-uBWL1a9Ry3 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBWL1a9Ry3 .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-uBWL1a9Ry3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBWL1a9Ry3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBWL1a9Ry3 .item {
  margin-bottom: 16px;
}
.cid-uBWL1a9Ry3 .item:last-child {
  margin-bottom: 0;
}
.cid-uBWL1a9Ry3 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBWL1a9Ry3 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBWL1a9Ry3 .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBWL1a9Ry3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBWL1a9Ry3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBWL1a9Ry3 .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBWL1a9Ry3 .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBWL1a9Ry3 .mbr-section-title {
  color: #18212d;
}
.cid-uBWL1a9Ry3 .mbr-desc {
  color: #18212d;
}
.cid-uBWL1a9Ry3 .mbr-text {
  color: #18212d;
}
.cid-uBWL1a9Ry3 .mbr-recall {
  color: #ffffff;
}
.cid-uBWL1a9Ry3 .mbr-name {
  color: #ffffff;
}
.cid-uBWL1a9Ry3 .mbr-rating {
  color: #EFCC4E;
}
.cid-uBWL1a9Ry3 .item-title {
  color: #18212d;
}
.cid-uBWL1a9Ry3 .item-text {
  color: #18212d;
}
.cid-uBWL1a9Ry3 .item-desc {
  color: #18212d;
}
.cid-uBWL1a9Ry3 .mbr-text,
.cid-uBWL1a9Ry3 .text-wrapper {
  text-align: left;
}
.cid-uBWL1b0OaZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWL1b0OaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWL1b0OaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWL1b0OaZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWL1b0OaZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1b0OaZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1b0OaZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1b0OaZ .container {
    padding: 0 24px;
  }
}
.cid-uBWL1b0OaZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBWL1b0OaZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1b0OaZ .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBWL1b0OaZ .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-uBWL1b0OaZ .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1b0OaZ .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBWL1b0OaZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBWL1b0OaZ .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBWL1b0OaZ .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBWL1b0OaZ .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBWL1b0OaZ .item-title {
  color: #ffffff;
}
.cid-uBWL1b0OaZ .item-text {
  color: #ffffff;
}
.cid-uBWL1bQjlT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWL1bQjlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWL1bQjlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWL1bQjlT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWL1bQjlT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1bQjlT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1bQjlT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1bQjlT .container {
    padding: 0 24px;
  }
}
.cid-uBWL1bQjlT .row {
  justify-content: center;
}
.cid-uBWL1bQjlT .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBWL1bQjlT .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBWL1bQjlT .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBWL1bQjlT .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBWL1bQjlT .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBWL1bQjlT .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBWL1bQjlT .tabs-wrapper {
  text-align: center;
}
.cid-uBWL1bQjlT .item-title {
  color: #18212d;
}
.cid-uBWL1bQjlT .item-text {
  color: #18212d;
}
.cid-uBWL1cQFFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWL1cQFFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWL1cQFFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWL1cQFFe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWL1cQFFe .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1cQFFe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1cQFFe .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1cQFFe .container {
    padding: 0 24px;
  }
}
.cid-uBWL1cQFFe .row {
  justify-content: center;
}
.cid-uBWL1cQFFe .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBWL1cQFFe .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBWL1cQFFe .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-uBWL1cQFFe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBWL1cQFFe .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBWL1cQFFe .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBWL1cQFFe .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBWL1cQFFe .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBWL1cQFFe .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBWL1cQFFe .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBWL1cQFFe .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-uBWL1cQFFe .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-uBWL1cQFFe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBWL1cQFFe .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBWL1cQFFe .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBWL1cQFFe .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBWL1cQFFe .mbr-desc,
.cid-uBWL1cQFFe .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBWL1cQFFe .panel-title-edit {
  color: #18212d;
}
.cid-uBWL1cQFFe .panel-text {
  color: #18212d;
}
.cid-uBWL1dBTdl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBWL1dBTdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWL1dBTdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWL1dBTdl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWL1dBTdl .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1dBTdl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWL1dBTdl .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWL1dBTdl .container {
    padding: 0 24px;
  }
}
.cid-uBWL1dBTdl .row {
  justify-content: center;
}
.cid-uBWL1dBTdl .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWL1dBTdl .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBWL1dBTdl .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBWL1dBTdl .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBWL1dBTdl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBWL1dBTdl .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWL1dBTdl .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBWL1dBTdl .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBWL1dBTdl .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWL1dBTdl .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBWL1dBTdl .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBWL1dBTdl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBWL1dBTdl .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBWL1dBTdl .list-wrapper .list .item-wrap:hover,
.cid-uBWL1dBTdl .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBWL1dBTdl .list-wrapper .list .item-wrap:hover::before,
.cid-uBWL1dBTdl .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBWL1dBTdl .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBWL1dBTdl .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBWL1dBTdl .mbr-section-title {
  color: #ffffff;
}
.cid-uBWL1dBTdl .mbr-soc {
  color: #ffffff;
}
.cid-uBWL1dBTdl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBWL1dBTdl .list {
  color: #ffffff;
}
.cid-uBWSyNZ0C8 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBWSyNZ0C8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBWSyNZ0C8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBWSyNZ0C8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBWSyNZ0C8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBWSyNZ0C8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBWSyNZ0C8 .menu_box .navbar.opened,
  .cid-uBWSyNZ0C8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBWSyNZ0C8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBWSyNZ0C8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBWSyNZ0C8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBWSyNZ0C8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBWSyNZ0C8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBWSyNZ0C8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBWSyNZ0C8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBWSyNZ0C8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBWSyNZ0C8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBWSyNZ0C8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBWSyNZ0C8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBWSyNZ0C8 .offcanvas-body .mbr-text,
  .cid-uBWSyNZ0C8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBWSyNZ0C8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBWSyNZ0C8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBWSyNZ0C8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBWSyNZ0C8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBWSyNZ0C8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBWSyNZ0C8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBWSyNZ0C8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBWSyNZ0C8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBWSyNZ0C8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBWSyNZ0C8 .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-uBWSyNZ0C8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBWSyNZ0C8 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-uBWSyNZ0C8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBWSyNZ0C8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBWSyNZ0C8 .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBWSyNZ0C8 .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBWSyNZ0C8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBWSyNZ0C8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBWSyNZ0C8 .nav-item .nav-link:hover,
.cid-uBWSyNZ0C8 .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBWSyNZ0C8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBWSyNZ0C8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBWSyNZ0C8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWSyNZ0C8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBWSyNZ0C8 .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-uBWSyNZ0C8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBWSyNZ0C8 .offcanvas_box {
    display: none;
  }
}
.cid-uBWSyNZ0C8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBWSyNZ0C8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBWSyNZ0C8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBWSyNZ0C8 .container {
  display: flex;
  margin: auto;
}
.cid-uBWSyNZ0C8 .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-uBWSyNZ0C8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBWSyNZ0C8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBWSyNZ0C8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBWSyNZ0C8 .navbar-nav {
    margin: 0;
  }
}
.cid-uBWSyNZ0C8 .dropdown-menu,
.cid-uBWSyNZ0C8 .navbar.opened {
  background-color: false !important;
}
.cid-uBWSyNZ0C8 .nav-item:focus,
.cid-uBWSyNZ0C8 .nav-link:focus {
  outline: none;
}
.cid-uBWSyNZ0C8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWSyNZ0C8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWSyNZ0C8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWSyNZ0C8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWSyNZ0C8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWSyNZ0C8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWSyNZ0C8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBWSyNZ0C8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBWSyNZ0C8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWSyNZ0C8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBWSyNZ0C8 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBWSyNZ0C8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBWSyNZ0C8 .navbar.collapsed {
  justify-content: center;
}
.cid-uBWSyNZ0C8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWSyNZ0C8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBWSyNZ0C8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWSyNZ0C8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWSyNZ0C8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWSyNZ0C8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBWSyNZ0C8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBWSyNZ0C8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBWSyNZ0C8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBWSyNZ0C8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWSyNZ0C8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWSyNZ0C8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBWSyNZ0C8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWSyNZ0C8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBWSyNZ0C8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBWSyNZ0C8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBWSyNZ0C8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBWSyNZ0C8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBWSyNZ0C8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBWSyNZ0C8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWSyNZ0C8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBWSyNZ0C8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBWSyNZ0C8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBWSyNZ0C8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBWSyNZ0C8 .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-uBWSyNZ0C8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBWSyNZ0C8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWSyNZ0C8 .dropdown-item.active,
.cid-uBWSyNZ0C8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWSyNZ0C8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBWSyNZ0C8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWSyNZ0C8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWSyNZ0C8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBWSyNZ0C8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBWSyNZ0C8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBWSyNZ0C8 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-uBWSyNZ0C8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBWSyNZ0C8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWSyNZ0C8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWSyNZ0C8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWSyNZ0C8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWSyNZ0C8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWSyNZ0C8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWSyNZ0C8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWSyNZ0C8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWSyNZ0C8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBWSyNZ0C8 .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-uBWSyNZ0C8 .navbar {
    height: 70px;
  }
  .cid-uBWSyNZ0C8 .navbar.opened {
    height: auto;
  }
  .cid-uBWSyNZ0C8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWSyNZ0C8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBWSyNZ0C8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBWSyNZ0C8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBWSyNZ0C8 .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyNZ0C8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBWSyNZ0C8 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBWSyNZ0C8 .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBWSyNZ0C8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBWSyNZ0C8 .text_widget {
  margin-bottom: 32px;
}
.cid-uBWSyNZ0C8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBWSyNZ0C8 .text_widget a:hover,
.cid-uBWSyNZ0C8 .text_widget a:focus {
  opacity: .8;
}
.cid-uBWSyNZ0C8 .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBWSyNZ0C8 .navbar-caption {
  color: #18212d;
}
.cid-uBWSyNZ0C8 .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBWSyNZ0C8 .mbr-section-subtitle,
.cid-uBWSyNZ0C8 .text_widget,
.cid-uBWSyNZ0C8 .mbr-section-btn {
  text-align: center;
}
.cid-uBWSyNZ0C8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBWSyPwpFI {
  background-color: #ffffff;
}
.cid-uBWSyPwpFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWSyPwpFI .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-uBWSyPwpFI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyPwpFI .container {
    padding: 0 24px;
  }
}
.cid-uBWSyPwpFI .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBWSyPwpFI .content-wrapper {
    padding: 0;
  }
}
.cid-uBWSyPwpFI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBWSyPwpFI .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBWSyPwpFI .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBWSyPwpFI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBWSyPwpFI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBWSyPwpFI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBWSyPwpFI .mbr-section-title {
  color: #ffffff;
}
.cid-uBWSyPwpFI .mbr-desc,
.cid-uBWSyPwpFI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBWSyPwpFI .mbr-text,
.cid-uBWSyPwpFI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBWSyPwpFI .mbr-section-title,
.cid-uBWSyPwpFI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBWSyQhPi5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWSyQhPi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWSyQhPi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWSyQhPi5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyQhPi5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyQhPi5 .container {
    padding: 0 24px;
  }
}
.cid-uBWSyQhPi5 .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBWSyQhPi5 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBWSyQhPi5 .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBWSyQhPi5 .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBWSyQhPi5 .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .content-wrapper {
    padding: 24px;
  }
}
.cid-uBWSyQhPi5 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBWSyQhPi5 .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-uBWSyQhPi5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBWSyQhPi5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBWSyQhPi5 .item {
  margin-bottom: 16px;
}
.cid-uBWSyQhPi5 .item:last-child {
  margin-bottom: 0;
}
.cid-uBWSyQhPi5 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBWSyQhPi5 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBWSyQhPi5 .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBWSyQhPi5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBWSyQhPi5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBWSyQhPi5 .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBWSyQhPi5 .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBWSyQhPi5 .mbr-section-title {
  color: #18212d;
}
.cid-uBWSyQhPi5 .mbr-desc {
  color: #18212d;
}
.cid-uBWSyQhPi5 .mbr-text {
  color: #18212d;
}
.cid-uBWSyQhPi5 .mbr-recall {
  color: #ffffff;
}
.cid-uBWSyQhPi5 .mbr-name {
  color: #ffffff;
}
.cid-uBWSyQhPi5 .mbr-rating {
  color: #EFCC4E;
}
.cid-uBWSyQhPi5 .item-title {
  color: #18212d;
}
.cid-uBWSyQhPi5 .item-text {
  color: #18212d;
}
.cid-uBWSyQhPi5 .item-desc {
  color: #18212d;
}
.cid-uBWSyQhPi5 .mbr-text,
.cid-uBWSyQhPi5 .text-wrapper {
  text-align: left;
}
.cid-uBWSyRaYbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWSyRaYbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWSyRaYbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWSyRaYbu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWSyRaYbu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyRaYbu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyRaYbu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyRaYbu .container {
    padding: 0 24px;
  }
}
.cid-uBWSyRaYbu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBWSyRaYbu .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyRaYbu .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBWSyRaYbu .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-uBWSyRaYbu .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyRaYbu .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBWSyRaYbu .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBWSyRaYbu .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBWSyRaYbu .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBWSyRaYbu .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBWSyRaYbu .item-title {
  color: #ffffff;
}
.cid-uBWSyRaYbu .item-text {
  color: #ffffff;
}
.cid-uBWSyRTtKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWSyRTtKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWSyRTtKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWSyRTtKD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWSyRTtKD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyRTtKD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyRTtKD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyRTtKD .container {
    padding: 0 24px;
  }
}
.cid-uBWSyRTtKD .row {
  justify-content: center;
}
.cid-uBWSyRTtKD .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBWSyRTtKD .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBWSyRTtKD .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBWSyRTtKD .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBWSyRTtKD .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBWSyRTtKD .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBWSyRTtKD .tabs-wrapper {
  text-align: center;
}
.cid-uBWSyRTtKD .item-title {
  color: #18212d;
}
.cid-uBWSyRTtKD .item-text {
  color: #18212d;
}
.cid-uBWSySLLwC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBWSySLLwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWSySLLwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWSySLLwC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWSySLLwC .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSySLLwC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSySLLwC .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSySLLwC .container {
    padding: 0 24px;
  }
}
.cid-uBWSySLLwC .row {
  justify-content: center;
}
.cid-uBWSySLLwC .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBWSySLLwC .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBWSySLLwC .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-uBWSySLLwC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBWSySLLwC .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBWSySLLwC .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBWSySLLwC .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBWSySLLwC .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBWSySLLwC .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBWSySLLwC .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBWSySLLwC .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-uBWSySLLwC .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-uBWSySLLwC .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBWSySLLwC .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBWSySLLwC .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBWSySLLwC .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBWSySLLwC .mbr-desc,
.cid-uBWSySLLwC .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBWSySLLwC .panel-title-edit {
  color: #18212d;
}
.cid-uBWSySLLwC .panel-text {
  color: #18212d;
}
.cid-uBWSyTDEur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBWSyTDEur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWSyTDEur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWSyTDEur .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBWSyTDEur .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyTDEur .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBWSyTDEur .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBWSyTDEur .container {
    padding: 0 24px;
  }
}
.cid-uBWSyTDEur .row {
  justify-content: center;
}
.cid-uBWSyTDEur .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWSyTDEur .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBWSyTDEur .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBWSyTDEur .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBWSyTDEur .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBWSyTDEur .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWSyTDEur .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBWSyTDEur .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBWSyTDEur .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBWSyTDEur .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBWSyTDEur .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBWSyTDEur .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBWSyTDEur .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBWSyTDEur .list-wrapper .list .item-wrap:hover,
.cid-uBWSyTDEur .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBWSyTDEur .list-wrapper .list .item-wrap:hover::before,
.cid-uBWSyTDEur .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBWSyTDEur .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBWSyTDEur .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBWSyTDEur .mbr-section-title {
  color: #ffffff;
}
.cid-uBWSyTDEur .mbr-soc {
  color: #ffffff;
}
.cid-uBWSyTDEur .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBWSyTDEur .list {
  color: #ffffff;
}
.cid-uC2caTfVxb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uC2caTfVxb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uC2caTfVxb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uC2caTfVxb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2caTfVxb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uC2caTfVxb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uC2caTfVxb .menu_box .navbar.opened,
  .cid-uC2caTfVxb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uC2caTfVxb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uC2caTfVxb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uC2caTfVxb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uC2caTfVxb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uC2caTfVxb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uC2caTfVxb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uC2caTfVxb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uC2caTfVxb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uC2caTfVxb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uC2caTfVxb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uC2caTfVxb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uC2caTfVxb .offcanvas-body .mbr-text,
  .cid-uC2caTfVxb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uC2caTfVxb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uC2caTfVxb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uC2caTfVxb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uC2caTfVxb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uC2caTfVxb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uC2caTfVxb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uC2caTfVxb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uC2caTfVxb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uC2caTfVxb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC2caTfVxb .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-uC2caTfVxb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uC2caTfVxb 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-uC2caTfVxb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uC2caTfVxb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uC2caTfVxb .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uC2caTfVxb .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uC2caTfVxb .nav-item {
    margin: 0 !important;
  }
}
.cid-uC2caTfVxb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uC2caTfVxb .nav-item .nav-link:hover,
.cid-uC2caTfVxb .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uC2caTfVxb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uC2caTfVxb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uC2caTfVxb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uC2caTfVxb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC2caTfVxb .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-uC2caTfVxb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uC2caTfVxb .offcanvas_box {
    display: none;
  }
}
.cid-uC2caTfVxb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uC2caTfVxb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uC2caTfVxb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uC2caTfVxb .container {
  display: flex;
  margin: auto;
}
.cid-uC2caTfVxb .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-uC2caTfVxb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uC2caTfVxb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uC2caTfVxb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uC2caTfVxb .navbar-nav {
    margin: 0;
  }
}
.cid-uC2caTfVxb .dropdown-menu,
.cid-uC2caTfVxb .navbar.opened {
  background-color: false !important;
}
.cid-uC2caTfVxb .nav-item:focus,
.cid-uC2caTfVxb .nav-link:focus {
  outline: none;
}
.cid-uC2caTfVxb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC2caTfVxb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2caTfVxb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC2caTfVxb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC2caTfVxb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2caTfVxb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC2caTfVxb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uC2caTfVxb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uC2caTfVxb .navbar.opened {
  transition: all 0.3s;
}
.cid-uC2caTfVxb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uC2caTfVxb .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uC2caTfVxb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uC2caTfVxb .navbar.collapsed {
  justify-content: center;
}
.cid-uC2caTfVxb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2caTfVxb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2caTfVxb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2caTfVxb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2caTfVxb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2caTfVxb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uC2caTfVxb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uC2caTfVxb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uC2caTfVxb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uC2caTfVxb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2caTfVxb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2caTfVxb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uC2caTfVxb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2caTfVxb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uC2caTfVxb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC2caTfVxb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uC2caTfVxb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uC2caTfVxb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uC2caTfVxb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uC2caTfVxb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC2caTfVxb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uC2caTfVxb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC2caTfVxb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC2caTfVxb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC2caTfVxb .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-uC2caTfVxb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uC2caTfVxb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2caTfVxb .dropdown-item.active,
.cid-uC2caTfVxb .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2caTfVxb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uC2caTfVxb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2caTfVxb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2caTfVxb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2caTfVxb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uC2caTfVxb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC2caTfVxb 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-uC2caTfVxb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uC2caTfVxb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC2caTfVxb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC2caTfVxb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC2caTfVxb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC2caTfVxb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC2caTfVxb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC2caTfVxb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC2caTfVxb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC2caTfVxb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uC2caTfVxb .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-uC2caTfVxb .navbar {
    height: 70px;
  }
  .cid-uC2caTfVxb .navbar.opened {
    height: auto;
  }
  .cid-uC2caTfVxb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC2caTfVxb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uC2caTfVxb .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uC2caTfVxb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uC2caTfVxb .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caTfVxb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uC2caTfVxb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uC2caTfVxb .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uC2caTfVxb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uC2caTfVxb .text_widget {
  margin-bottom: 32px;
}
.cid-uC2caTfVxb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uC2caTfVxb .text_widget a:hover,
.cid-uC2caTfVxb .text_widget a:focus {
  opacity: .8;
}
.cid-uC2caTfVxb .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uC2caTfVxb .navbar-caption {
  color: #18212d;
}
.cid-uC2caTfVxb .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uC2caTfVxb .mbr-section-subtitle,
.cid-uC2caTfVxb .text_widget,
.cid-uC2caTfVxb .mbr-section-btn {
  text-align: center;
}
.cid-uC2caTfVxb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2caUR9tf {
  background-color: #ffffff;
}
.cid-uC2caUR9tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2caUR9tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2caUR9tf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2caUR9tf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caUR9tf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caUR9tf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caUR9tf .container {
    padding: 0 24px;
  }
}
.cid-uC2caUR9tf .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uC2caUR9tf .content-wrapper {
    padding: 0;
  }
}
.cid-uC2caUR9tf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uC2caUR9tf .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uC2caUR9tf .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uC2caUR9tf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC2caUR9tf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uC2caUR9tf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uC2caUR9tf .mbr-section-title {
  color: #ffffff;
}
.cid-uC2caUR9tf .mbr-desc,
.cid-uC2caUR9tf .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uC2caUR9tf .mbr-text,
.cid-uC2caUR9tf .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uC2caUR9tf .mbr-section-title,
.cid-uC2caUR9tf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uC2caVKR0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC2caVKR0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2caVKR0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2caVKR0f .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caVKR0f .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caVKR0f .container {
    padding: 0 24px;
  }
}
.cid-uC2caVKR0f .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uC2caVKR0f .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uC2caVKR0f .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uC2caVKR0f .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uC2caVKR0f .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .content-wrapper {
    padding: 24px;
  }
}
.cid-uC2caVKR0f .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uC2caVKR0f .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-uC2caVKR0f .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC2caVKR0f .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uC2caVKR0f .item {
  margin-bottom: 16px;
}
.cid-uC2caVKR0f .item:last-child {
  margin-bottom: 0;
}
.cid-uC2caVKR0f .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uC2caVKR0f .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uC2caVKR0f .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uC2caVKR0f .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uC2caVKR0f .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uC2caVKR0f .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uC2caVKR0f .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uC2caVKR0f .mbr-section-title {
  color: #18212d;
}
.cid-uC2caVKR0f .mbr-desc {
  color: #18212d;
}
.cid-uC2caVKR0f .mbr-text {
  color: #18212d;
}
.cid-uC2caVKR0f .mbr-recall {
  color: #ffffff;
}
.cid-uC2caVKR0f .mbr-name {
  color: #ffffff;
}
.cid-uC2caVKR0f .mbr-rating {
  color: #EFCC4E;
}
.cid-uC2caVKR0f .item-title {
  color: #18212d;
}
.cid-uC2caVKR0f .item-text {
  color: #18212d;
}
.cid-uC2caVKR0f .item-desc {
  color: #18212d;
}
.cid-uC2caVKR0f .mbr-text,
.cid-uC2caVKR0f .text-wrapper {
  text-align: left;
}
.cid-uC2caWN046 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC2caWN046 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2caWN046 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2caWN046 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2caWN046 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caWN046 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caWN046 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caWN046 .container {
    padding: 0 24px;
  }
}
.cid-uC2caWN046 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uC2caWN046 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uC2caWN046 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uC2caWN046 .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-uC2caWN046 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caWN046 .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uC2caWN046 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uC2caWN046 .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uC2caWN046 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uC2caWN046 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uC2caWN046 .item-title {
  color: #ffffff;
}
.cid-uC2caWN046 .item-text {
  color: #ffffff;
}
.cid-uC2caXI5Ih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC2caXI5Ih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2caXI5Ih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2caXI5Ih .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2caXI5Ih .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caXI5Ih .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caXI5Ih .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caXI5Ih .container {
    padding: 0 24px;
  }
}
.cid-uC2caXI5Ih .row {
  justify-content: center;
}
.cid-uC2caXI5Ih .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uC2caXI5Ih .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uC2caXI5Ih .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uC2caXI5Ih .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uC2caXI5Ih .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC2caXI5Ih .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uC2caXI5Ih .tabs-wrapper {
  text-align: center;
}
.cid-uC2caXI5Ih .item-title {
  color: #18212d;
}
.cid-uC2caXI5Ih .item-text {
  color: #18212d;
}
.cid-uC2caZ5cEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC2caZ5cEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2caZ5cEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2caZ5cEM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2caZ5cEM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caZ5cEM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2caZ5cEM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2caZ5cEM .container {
    padding: 0 24px;
  }
}
.cid-uC2caZ5cEM .row {
  justify-content: center;
}
.cid-uC2caZ5cEM .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uC2caZ5cEM .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC2caZ5cEM .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-uC2caZ5cEM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC2caZ5cEM .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uC2caZ5cEM .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uC2caZ5cEM .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uC2caZ5cEM .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uC2caZ5cEM .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uC2caZ5cEM .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uC2caZ5cEM .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-uC2caZ5cEM .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-uC2caZ5cEM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uC2caZ5cEM .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uC2caZ5cEM .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uC2caZ5cEM .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uC2caZ5cEM .mbr-desc,
.cid-uC2caZ5cEM .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uC2caZ5cEM .panel-title-edit {
  color: #18212d;
}
.cid-uC2caZ5cEM .panel-text {
  color: #18212d;
}
.cid-uC2cb0bmQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uC2cb0bmQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2cb0bmQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2cb0bmQt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2cb0bmQt .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2cb0bmQt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2cb0bmQt .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2cb0bmQt .container {
    padding: 0 24px;
  }
}
.cid-uC2cb0bmQt .row {
  justify-content: center;
}
.cid-uC2cb0bmQt .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC2cb0bmQt .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uC2cb0bmQt .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uC2cb0bmQt .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uC2cb0bmQt .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uC2cb0bmQt .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC2cb0bmQt .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uC2cb0bmQt .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uC2cb0bmQt .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC2cb0bmQt .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uC2cb0bmQt .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uC2cb0bmQt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC2cb0bmQt .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uC2cb0bmQt .list-wrapper .list .item-wrap:hover,
.cid-uC2cb0bmQt .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uC2cb0bmQt .list-wrapper .list .item-wrap:hover::before,
.cid-uC2cb0bmQt .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC2cb0bmQt .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC2cb0bmQt .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uC2cb0bmQt .mbr-section-title {
  color: #ffffff;
}
.cid-uC2cb0bmQt .mbr-soc {
  color: #ffffff;
}
.cid-uC2cb0bmQt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC2cb0bmQt .list {
  color: #ffffff;
}
.cid-uC7IWnIS7e {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uC7IWnIS7e .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uC7IWnIS7e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uC7IWnIS7e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC7IWnIS7e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uC7IWnIS7e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uC7IWnIS7e .menu_box .navbar.opened,
  .cid-uC7IWnIS7e .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uC7IWnIS7e nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uC7IWnIS7e .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uC7IWnIS7e .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uC7IWnIS7e .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uC7IWnIS7e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uC7IWnIS7e .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uC7IWnIS7e .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uC7IWnIS7e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uC7IWnIS7e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uC7IWnIS7e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uC7IWnIS7e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uC7IWnIS7e .offcanvas-body .mbr-text,
  .cid-uC7IWnIS7e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uC7IWnIS7e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uC7IWnIS7e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uC7IWnIS7e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uC7IWnIS7e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uC7IWnIS7e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uC7IWnIS7e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uC7IWnIS7e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uC7IWnIS7e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uC7IWnIS7e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC7IWnIS7e .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-uC7IWnIS7e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uC7IWnIS7e 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-uC7IWnIS7e .lg_brand {
    margin: 0 1rem;
  }
  .cid-uC7IWnIS7e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uC7IWnIS7e .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uC7IWnIS7e .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uC7IWnIS7e .nav-item {
    margin: 0 !important;
  }
}
.cid-uC7IWnIS7e .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uC7IWnIS7e .nav-item .nav-link:hover,
.cid-uC7IWnIS7e .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uC7IWnIS7e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uC7IWnIS7e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uC7IWnIS7e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uC7IWnIS7e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC7IWnIS7e .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-uC7IWnIS7e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uC7IWnIS7e .offcanvas_box {
    display: none;
  }
}
.cid-uC7IWnIS7e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uC7IWnIS7e .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uC7IWnIS7e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uC7IWnIS7e .container {
  display: flex;
  margin: auto;
}
.cid-uC7IWnIS7e .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-uC7IWnIS7e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uC7IWnIS7e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uC7IWnIS7e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uC7IWnIS7e .navbar-nav {
    margin: 0;
  }
}
.cid-uC7IWnIS7e .dropdown-menu,
.cid-uC7IWnIS7e .navbar.opened {
  background-color: false !important;
}
.cid-uC7IWnIS7e .nav-item:focus,
.cid-uC7IWnIS7e .nav-link:focus {
  outline: none;
}
.cid-uC7IWnIS7e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC7IWnIS7e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC7IWnIS7e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC7IWnIS7e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC7IWnIS7e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC7IWnIS7e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC7IWnIS7e .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uC7IWnIS7e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uC7IWnIS7e .navbar.opened {
  transition: all 0.3s;
}
.cid-uC7IWnIS7e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uC7IWnIS7e .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uC7IWnIS7e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uC7IWnIS7e .navbar.collapsed {
  justify-content: center;
}
.cid-uC7IWnIS7e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC7IWnIS7e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC7IWnIS7e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC7IWnIS7e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC7IWnIS7e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC7IWnIS7e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uC7IWnIS7e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uC7IWnIS7e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uC7IWnIS7e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uC7IWnIS7e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC7IWnIS7e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC7IWnIS7e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uC7IWnIS7e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC7IWnIS7e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uC7IWnIS7e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC7IWnIS7e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uC7IWnIS7e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uC7IWnIS7e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uC7IWnIS7e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uC7IWnIS7e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC7IWnIS7e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uC7IWnIS7e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC7IWnIS7e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC7IWnIS7e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC7IWnIS7e .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-uC7IWnIS7e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uC7IWnIS7e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC7IWnIS7e .dropdown-item.active,
.cid-uC7IWnIS7e .dropdown-item:active {
  background-color: transparent;
}
.cid-uC7IWnIS7e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uC7IWnIS7e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC7IWnIS7e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC7IWnIS7e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC7IWnIS7e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uC7IWnIS7e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC7IWnIS7e 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-uC7IWnIS7e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uC7IWnIS7e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC7IWnIS7e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC7IWnIS7e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC7IWnIS7e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC7IWnIS7e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC7IWnIS7e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC7IWnIS7e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC7IWnIS7e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC7IWnIS7e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uC7IWnIS7e .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-uC7IWnIS7e .navbar {
    height: 70px;
  }
  .cid-uC7IWnIS7e .navbar.opened {
    height: auto;
  }
  .cid-uC7IWnIS7e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC7IWnIS7e .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uC7IWnIS7e .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uC7IWnIS7e .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uC7IWnIS7e .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uC7IWnIS7e .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uC7IWnIS7e .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uC7IWnIS7e .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uC7IWnIS7e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uC7IWnIS7e .text_widget {
  margin-bottom: 32px;
}
.cid-uC7IWnIS7e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uC7IWnIS7e .text_widget a:hover,
.cid-uC7IWnIS7e .text_widget a:focus {
  opacity: .8;
}
.cid-uC7IWnIS7e .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uC7IWnIS7e .navbar-caption {
  color: #18212d;
}
.cid-uC7IWnIS7e .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uC7IWnIS7e .mbr-section-subtitle,
.cid-uC7IWnIS7e .text_widget,
.cid-uC7IWnIS7e .mbr-section-btn {
  text-align: center;
}
.cid-uC7IWnIS7e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC7IWoPwT6 {
  background-color: #ffffff;
}
.cid-uC7IWoPwT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7IWoPwT6 .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-uC7IWoPwT6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC7IWoPwT6 .container {
    padding: 0 24px;
  }
}
.cid-uC7IWoPwT6 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uC7IWoPwT6 .content-wrapper {
    padding: 0;
  }
}
.cid-uC7IWoPwT6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uC7IWoPwT6 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uC7IWoPwT6 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uC7IWoPwT6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC7IWoPwT6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uC7IWoPwT6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uC7IWoPwT6 .mbr-section-title {
  color: #ffffff;
}
.cid-uC7IWoPwT6 .mbr-desc,
.cid-uC7IWoPwT6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uC7IWoPwT6 .mbr-text,
.cid-uC7IWoPwT6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uC7IWoPwT6 .mbr-section-title,
.cid-uC7IWoPwT6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uC7NnfXLDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC7NnfXLDo .item-img {
  position: relative;
}
.cid-uC7NnfXLDo .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uC7NnfXLDo .card-text {
    padding-left: 4rem;
  }
}
.cid-uC7NnfXLDo h5 {
  line-height: 1.2;
}
.cid-uC7NnfXLDo .card {
  margin-bottom: 2rem;
}
.cid-uC7NnfXLDo .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uC7NnfXLDo .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uC7NnfXLDo .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uC7NnfXLDo .image-wrapper {
    min-height: 200px;
  }
}
.cid-uC7NnfXLDo .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC7NnfXLDo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uC7NnfXLDo .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uC7NnfXLDo .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uC7NnfXLDo .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uC7NnfXLDo .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uC7NnfXLDo .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uC7NnfXLDo .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uC7NnfXLDo .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uC7NnfXLDo .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uC7NnfXLDo .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uC7NnfXLDo .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uC7NnfXLDo img,
.cid-uC7NnfXLDo .item-img {
  width: 100%;
}
.cid-uC7NnfXLDo .item:focus,
.cid-uC7NnfXLDo span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uC7NnfXLDo .item {
    margin-bottom: 1rem;
  }
}
.cid-uC7NnfXLDo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uC7NnfXLDo .item-title {
  text-align: left;
  color: #000000;
}
.cid-uC7NnfXLDo .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC7NnfXLDo .mbr-section-subtitle,
.cid-uC7NnfXLDo .subtitle-wrap,
.cid-uC7NnfXLDo .mbr-section-btn {
  text-align: left;
}
.cid-uC7NnfXLDo .mbr-text,
.cid-uC7NnfXLDo .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uC7NnfXLDo .mbr-text {
  color: #000000;
}
.cid-uC7JmfaD6r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC7JmfaD6r .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uC7JmfaD6r .mbr-section-title {
  color: #24262b;
}
.cid-uC7JmfaD6r .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uC7JmfaD6r .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uC7JmfaD6r .card {
    padding: 1rem !important;
  }
}
.cid-uC7JmfaD6r .card:hover {
  transform: translateY(-1rem);
}
.cid-uC7JmfaD6r .card img {
  max-width: 120px;
  height: auto;
}
.cid-uC7JmTWxp4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC7JmTWxp4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uC7JmTWxp4 .mbr-section-title {
  color: #24262b;
}
.cid-uC7JmTWxp4 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uC7JmTWxp4 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uC7JmTWxp4 .card {
    padding: 1rem !important;
  }
}
.cid-uC7JmTWxp4 .card:hover {
  transform: translateY(-1rem);
}
.cid-uC7JmTWxp4 .card img {
  max-width: 120px;
  height: auto;
}
.cid-uC7IWqlVaz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uC7IWqlVaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7IWqlVaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7IWqlVaz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC7IWqlVaz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC7IWqlVaz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC7IWqlVaz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC7IWqlVaz .container {
    padding: 0 24px;
  }
}
.cid-uC7IWqlVaz .row {
  justify-content: center;
}
.cid-uC7IWqlVaz .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC7IWqlVaz .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uC7IWqlVaz .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uC7IWqlVaz .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uC7IWqlVaz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uC7IWqlVaz .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC7IWqlVaz .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uC7IWqlVaz .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uC7IWqlVaz .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC7IWqlVaz .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uC7IWqlVaz .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uC7IWqlVaz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC7IWqlVaz .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uC7IWqlVaz .list-wrapper .list .item-wrap:hover,
.cid-uC7IWqlVaz .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uC7IWqlVaz .list-wrapper .list .item-wrap:hover::before,
.cid-uC7IWqlVaz .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC7IWqlVaz .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC7IWqlVaz .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uC7IWqlVaz .mbr-section-title {
  color: #ffffff;
}
.cid-uC7IWqlVaz .mbr-soc {
  color: #ffffff;
}
.cid-uC7IWqlVaz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC7IWqlVaz .list {
  color: #ffffff;
}
.cid-uC7QBlou2g {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uC7QBlou2g .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uC7QBlou2g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uC7QBlou2g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC7QBlou2g .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uC7QBlou2g .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uC7QBlou2g .menu_box .navbar.opened,
  .cid-uC7QBlou2g .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uC7QBlou2g nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uC7QBlou2g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uC7QBlou2g .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uC7QBlou2g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uC7QBlou2g .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uC7QBlou2g .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uC7QBlou2g .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uC7QBlou2g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uC7QBlou2g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uC7QBlou2g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uC7QBlou2g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uC7QBlou2g .offcanvas-body .mbr-text,
  .cid-uC7QBlou2g .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uC7QBlou2g .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uC7QBlou2g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uC7QBlou2g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uC7QBlou2g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uC7QBlou2g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uC7QBlou2g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uC7QBlou2g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uC7QBlou2g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uC7QBlou2g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC7QBlou2g .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-uC7QBlou2g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uC7QBlou2g 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-uC7QBlou2g .lg_brand {
    margin: 0 1rem;
  }
  .cid-uC7QBlou2g .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uC7QBlou2g .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uC7QBlou2g .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uC7QBlou2g .nav-item {
    margin: 0 !important;
  }
}
.cid-uC7QBlou2g .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uC7QBlou2g .nav-item .nav-link:hover,
.cid-uC7QBlou2g .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uC7QBlou2g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uC7QBlou2g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uC7QBlou2g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uC7QBlou2g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC7QBlou2g .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-uC7QBlou2g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uC7QBlou2g .offcanvas_box {
    display: none;
  }
}
.cid-uC7QBlou2g .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uC7QBlou2g .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uC7QBlou2g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uC7QBlou2g .container {
  display: flex;
  margin: auto;
}
.cid-uC7QBlou2g .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-uC7QBlou2g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uC7QBlou2g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uC7QBlou2g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uC7QBlou2g .navbar-nav {
    margin: 0;
  }
}
.cid-uC7QBlou2g .dropdown-menu,
.cid-uC7QBlou2g .navbar.opened {
  background-color: false !important;
}
.cid-uC7QBlou2g .nav-item:focus,
.cid-uC7QBlou2g .nav-link:focus {
  outline: none;
}
.cid-uC7QBlou2g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC7QBlou2g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC7QBlou2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC7QBlou2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC7QBlou2g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC7QBlou2g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC7QBlou2g .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uC7QBlou2g .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uC7QBlou2g .navbar.opened {
  transition: all 0.3s;
}
.cid-uC7QBlou2g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uC7QBlou2g .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uC7QBlou2g .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uC7QBlou2g .navbar.collapsed {
  justify-content: center;
}
.cid-uC7QBlou2g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC7QBlou2g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC7QBlou2g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC7QBlou2g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC7QBlou2g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC7QBlou2g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uC7QBlou2g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uC7QBlou2g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uC7QBlou2g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uC7QBlou2g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC7QBlou2g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC7QBlou2g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uC7QBlou2g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC7QBlou2g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uC7QBlou2g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC7QBlou2g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uC7QBlou2g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uC7QBlou2g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uC7QBlou2g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uC7QBlou2g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC7QBlou2g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uC7QBlou2g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC7QBlou2g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC7QBlou2g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC7QBlou2g .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-uC7QBlou2g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uC7QBlou2g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC7QBlou2g .dropdown-item.active,
.cid-uC7QBlou2g .dropdown-item:active {
  background-color: transparent;
}
.cid-uC7QBlou2g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uC7QBlou2g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC7QBlou2g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC7QBlou2g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC7QBlou2g ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uC7QBlou2g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC7QBlou2g 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-uC7QBlou2g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uC7QBlou2g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC7QBlou2g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC7QBlou2g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC7QBlou2g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC7QBlou2g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC7QBlou2g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC7QBlou2g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC7QBlou2g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC7QBlou2g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uC7QBlou2g .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-uC7QBlou2g .navbar {
    height: 70px;
  }
  .cid-uC7QBlou2g .navbar.opened {
    height: auto;
  }
  .cid-uC7QBlou2g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC7QBlou2g .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uC7QBlou2g .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uC7QBlou2g .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uC7QBlou2g .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uC7QBlou2g .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uC7QBlou2g .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uC7QBlou2g .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uC7QBlou2g .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uC7QBlou2g .text_widget {
  margin-bottom: 32px;
}
.cid-uC7QBlou2g .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uC7QBlou2g .text_widget a:hover,
.cid-uC7QBlou2g .text_widget a:focus {
  opacity: .8;
}
.cid-uC7QBlou2g .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uC7QBlou2g .navbar-caption {
  color: #18212d;
}
.cid-uC7QBlou2g .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uC7QBlou2g .mbr-section-subtitle,
.cid-uC7QBlou2g .text_widget,
.cid-uC7QBlou2g .mbr-section-btn {
  text-align: center;
}
.cid-uC7QBlou2g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC7QBmOAGR {
  background-color: #ffffff;
}
.cid-uC7QBmOAGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7QBmOAGR .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-uC7QBmOAGR .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC7QBmOAGR .container {
    padding: 0 24px;
  }
}
.cid-uC7QBmOAGR .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uC7QBmOAGR .content-wrapper {
    padding: 0;
  }
}
.cid-uC7QBmOAGR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uC7QBmOAGR .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uC7QBmOAGR .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uC7QBmOAGR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC7QBmOAGR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uC7QBmOAGR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uC7QBmOAGR .mbr-section-title {
  color: #ffffff;
}
.cid-uC7QBmOAGR .mbr-desc,
.cid-uC7QBmOAGR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uC7QBmOAGR .mbr-text,
.cid-uC7QBmOAGR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uC7QBmOAGR .mbr-section-title,
.cid-uC7QBmOAGR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uC7QBnGdsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC7QBnGdsa .item-img {
  position: relative;
}
.cid-uC7QBnGdsa .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uC7QBnGdsa .card-text {
    padding-left: 4rem;
  }
}
.cid-uC7QBnGdsa h5 {
  line-height: 1.2;
}
.cid-uC7QBnGdsa .card {
  margin-bottom: 2rem;
}
.cid-uC7QBnGdsa .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uC7QBnGdsa .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uC7QBnGdsa .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uC7QBnGdsa .image-wrapper {
    min-height: 200px;
  }
}
.cid-uC7QBnGdsa .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC7QBnGdsa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uC7QBnGdsa .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uC7QBnGdsa .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uC7QBnGdsa .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uC7QBnGdsa .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uC7QBnGdsa .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uC7QBnGdsa .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uC7QBnGdsa .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uC7QBnGdsa .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uC7QBnGdsa .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uC7QBnGdsa .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uC7QBnGdsa img,
.cid-uC7QBnGdsa .item-img {
  width: 100%;
}
.cid-uC7QBnGdsa .item:focus,
.cid-uC7QBnGdsa span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uC7QBnGdsa .item {
    margin-bottom: 1rem;
  }
}
.cid-uC7QBnGdsa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uC7QBnGdsa .item-title {
  text-align: left;
  color: #000000;
}
.cid-uC7QBnGdsa .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC7QBnGdsa .mbr-section-subtitle,
.cid-uC7QBnGdsa .subtitle-wrap,
.cid-uC7QBnGdsa .mbr-section-btn {
  text-align: left;
}
.cid-uC7QBnGdsa .mbr-text,
.cid-uC7QBnGdsa .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uC7QBnGdsa .mbr-text {
  color: #000000;
}
.cid-uC7QBoDmtG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC7QBoDmtG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uC7QBoDmtG .mbr-section-title {
  color: #24262b;
}
.cid-uC7QBoDmtG .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uC7QBoDmtG .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uC7QBoDmtG .card {
    padding: 1rem !important;
  }
}
.cid-uC7QBoDmtG .card:hover {
  transform: translateY(-1rem);
}
.cid-uC7QBoDmtG .card img {
  max-width: 120px;
  height: auto;
}
.cid-uC7QBpLTw2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC7QBpLTw2 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uC7QBpLTw2 .mbr-section-title {
  color: #24262b;
}
.cid-uC7QBpLTw2 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uC7QBpLTw2 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uC7QBpLTw2 .card {
    padding: 1rem !important;
  }
}
.cid-uC7QBpLTw2 .card:hover {
  transform: translateY(-1rem);
}
.cid-uC7QBpLTw2 .card img {
  max-width: 120px;
  height: auto;
}
.cid-uC7QBqWMBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uC7QBqWMBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7QBqWMBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7QBqWMBe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC7QBqWMBe .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC7QBqWMBe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC7QBqWMBe .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC7QBqWMBe .container {
    padding: 0 24px;
  }
}
.cid-uC7QBqWMBe .row {
  justify-content: center;
}
.cid-uC7QBqWMBe .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC7QBqWMBe .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uC7QBqWMBe .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uC7QBqWMBe .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uC7QBqWMBe .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uC7QBqWMBe .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC7QBqWMBe .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uC7QBqWMBe .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uC7QBqWMBe .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uC7QBqWMBe .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uC7QBqWMBe .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uC7QBqWMBe .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uC7QBqWMBe .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uC7QBqWMBe .list-wrapper .list .item-wrap:hover,
.cid-uC7QBqWMBe .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uC7QBqWMBe .list-wrapper .list .item-wrap:hover::before,
.cid-uC7QBqWMBe .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uC7QBqWMBe .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC7QBqWMBe .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uC7QBqWMBe .mbr-section-title {
  color: #ffffff;
}
.cid-uC7QBqWMBe .mbr-soc {
  color: #ffffff;
}
.cid-uC7QBqWMBe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC7QBqWMBe .list {
  color: #ffffff;
}
.cid-uCqmSfyi3M {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uCqmSfyi3M .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uCqmSfyi3M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uCqmSfyi3M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCqmSfyi3M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCqmSfyi3M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCqmSfyi3M .menu_box .navbar.opened,
  .cid-uCqmSfyi3M .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCqmSfyi3M nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uCqmSfyi3M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uCqmSfyi3M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCqmSfyi3M .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCqmSfyi3M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCqmSfyi3M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCqmSfyi3M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uCqmSfyi3M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCqmSfyi3M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCqmSfyi3M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCqmSfyi3M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCqmSfyi3M .offcanvas-body .mbr-text,
  .cid-uCqmSfyi3M .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uCqmSfyi3M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uCqmSfyi3M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCqmSfyi3M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uCqmSfyi3M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCqmSfyi3M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCqmSfyi3M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCqmSfyi3M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCqmSfyi3M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCqmSfyi3M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCqmSfyi3M .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-uCqmSfyi3M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCqmSfyi3M 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-uCqmSfyi3M .lg_brand {
    margin: 0 1rem;
  }
  .cid-uCqmSfyi3M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uCqmSfyi3M .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uCqmSfyi3M .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uCqmSfyi3M .nav-item {
    margin: 0 !important;
  }
}
.cid-uCqmSfyi3M .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uCqmSfyi3M .nav-item .nav-link:hover,
.cid-uCqmSfyi3M .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uCqmSfyi3M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCqmSfyi3M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCqmSfyi3M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCqmSfyi3M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCqmSfyi3M .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-uCqmSfyi3M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCqmSfyi3M .offcanvas_box {
    display: none;
  }
}
.cid-uCqmSfyi3M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCqmSfyi3M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCqmSfyi3M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCqmSfyi3M .container {
  display: flex;
  margin: auto;
}
.cid-uCqmSfyi3M .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-uCqmSfyi3M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCqmSfyi3M .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uCqmSfyi3M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCqmSfyi3M .navbar-nav {
    margin: 0;
  }
}
.cid-uCqmSfyi3M .dropdown-menu,
.cid-uCqmSfyi3M .navbar.opened {
  background-color: false !important;
}
.cid-uCqmSfyi3M .nav-item:focus,
.cid-uCqmSfyi3M .nav-link:focus {
  outline: none;
}
.cid-uCqmSfyi3M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCqmSfyi3M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCqmSfyi3M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCqmSfyi3M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCqmSfyi3M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCqmSfyi3M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCqmSfyi3M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uCqmSfyi3M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCqmSfyi3M .navbar.opened {
  transition: all 0.3s;
}
.cid-uCqmSfyi3M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCqmSfyi3M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uCqmSfyi3M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uCqmSfyi3M .navbar.collapsed {
  justify-content: center;
}
.cid-uCqmSfyi3M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCqmSfyi3M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCqmSfyi3M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCqmSfyi3M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCqmSfyi3M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCqmSfyi3M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCqmSfyi3M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCqmSfyi3M .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCqmSfyi3M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uCqmSfyi3M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCqmSfyi3M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCqmSfyi3M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCqmSfyi3M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCqmSfyi3M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCqmSfyi3M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCqmSfyi3M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCqmSfyi3M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCqmSfyi3M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCqmSfyi3M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCqmSfyi3M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCqmSfyi3M .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCqmSfyi3M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCqmSfyi3M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCqmSfyi3M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCqmSfyi3M .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-uCqmSfyi3M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCqmSfyi3M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCqmSfyi3M .dropdown-item.active,
.cid-uCqmSfyi3M .dropdown-item:active {
  background-color: transparent;
}
.cid-uCqmSfyi3M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uCqmSfyi3M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCqmSfyi3M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCqmSfyi3M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCqmSfyi3M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCqmSfyi3M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCqmSfyi3M 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-uCqmSfyi3M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uCqmSfyi3M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCqmSfyi3M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCqmSfyi3M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCqmSfyi3M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCqmSfyi3M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCqmSfyi3M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCqmSfyi3M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCqmSfyi3M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCqmSfyi3M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCqmSfyi3M .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-uCqmSfyi3M .navbar {
    height: 70px;
  }
  .cid-uCqmSfyi3M .navbar.opened {
    height: auto;
  }
  .cid-uCqmSfyi3M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCqmSfyi3M .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uCqmSfyi3M .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uCqmSfyi3M .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uCqmSfyi3M .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmSfyi3M .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uCqmSfyi3M .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uCqmSfyi3M .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uCqmSfyi3M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCqmSfyi3M .text_widget {
  margin-bottom: 32px;
}
.cid-uCqmSfyi3M .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCqmSfyi3M .text_widget a:hover,
.cid-uCqmSfyi3M .text_widget a:focus {
  opacity: .8;
}
.cid-uCqmSfyi3M .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uCqmSfyi3M .navbar-caption {
  color: #18212d;
}
.cid-uCqmSfyi3M .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uCqmSfyi3M .mbr-section-subtitle,
.cid-uCqmSfyi3M .text_widget,
.cid-uCqmSfyi3M .mbr-section-btn {
  text-align: center;
}
.cid-uCqmSfyi3M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCqmSgNlQR {
  background-color: #ffffff;
}
.cid-uCqmSgNlQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqmSgNlQR .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-uCqmSgNlQR .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSgNlQR .container {
    padding: 0 24px;
  }
}
.cid-uCqmSgNlQR .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uCqmSgNlQR .content-wrapper {
    padding: 0;
  }
}
.cid-uCqmSgNlQR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uCqmSgNlQR .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uCqmSgNlQR .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uCqmSgNlQR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCqmSgNlQR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCqmSgNlQR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCqmSgNlQR .mbr-section-title {
  color: #ffffff;
}
.cid-uCqmSgNlQR .mbr-desc,
.cid-uCqmSgNlQR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCqmSgNlQR .mbr-text,
.cid-uCqmSgNlQR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCqmSgNlQR .mbr-section-title,
.cid-uCqmSgNlQR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uCqmShxHWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCqmShxHWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqmShxHWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqmShxHWN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmShxHWN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmShxHWN .container {
    padding: 0 24px;
  }
}
.cid-uCqmShxHWN .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uCqmShxHWN .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uCqmShxHWN .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uCqmShxHWN .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uCqmShxHWN .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .content-wrapper {
    padding: 24px;
  }
}
.cid-uCqmShxHWN .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uCqmShxHWN .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-uCqmShxHWN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCqmShxHWN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCqmShxHWN .item {
  margin-bottom: 16px;
}
.cid-uCqmShxHWN .item:last-child {
  margin-bottom: 0;
}
.cid-uCqmShxHWN .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uCqmShxHWN .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uCqmShxHWN .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uCqmShxHWN .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uCqmShxHWN .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uCqmShxHWN .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uCqmShxHWN .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uCqmShxHWN .mbr-section-title {
  color: #18212d;
}
.cid-uCqmShxHWN .mbr-desc {
  color: #18212d;
}
.cid-uCqmShxHWN .mbr-text {
  color: #18212d;
}
.cid-uCqmShxHWN .mbr-recall {
  color: #ffffff;
}
.cid-uCqmShxHWN .mbr-name {
  color: #ffffff;
}
.cid-uCqmShxHWN .mbr-rating {
  color: #EFCC4E;
}
.cid-uCqmShxHWN .item-title {
  color: #18212d;
}
.cid-uCqmShxHWN .item-text {
  color: #18212d;
}
.cid-uCqmShxHWN .item-desc {
  color: #18212d;
}
.cid-uCqmShxHWN .mbr-text,
.cid-uCqmShxHWN .text-wrapper {
  text-align: left;
}
.cid-uCqmSiul3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCqmSiul3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqmSiul3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqmSiul3I .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCqmSiul3I .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSiul3I .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmSiul3I .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSiul3I .container {
    padding: 0 24px;
  }
}
.cid-uCqmSiul3I .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uCqmSiul3I .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uCqmSiul3I .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCqmSiul3I .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-uCqmSiul3I .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmSiul3I .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uCqmSiul3I .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uCqmSiul3I .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uCqmSiul3I .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uCqmSiul3I .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uCqmSiul3I .item-title {
  color: #ffffff;
}
.cid-uCqmSiul3I .item-text {
  color: #ffffff;
}
.cid-uCqmSjhYr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCqmSjhYr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqmSjhYr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqmSjhYr2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCqmSjhYr2 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSjhYr2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmSjhYr2 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSjhYr2 .container {
    padding: 0 24px;
  }
}
.cid-uCqmSjhYr2 .row {
  justify-content: center;
}
.cid-uCqmSjhYr2 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uCqmSjhYr2 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uCqmSjhYr2 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uCqmSjhYr2 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uCqmSjhYr2 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCqmSjhYr2 .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uCqmSjhYr2 .tabs-wrapper {
  text-align: center;
}
.cid-uCqmSjhYr2 .item-title {
  color: #18212d;
}
.cid-uCqmSjhYr2 .item-text {
  color: #18212d;
}
.cid-uCqmSkoOSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCqmSkoOSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqmSkoOSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqmSkoOSW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCqmSkoOSW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSkoOSW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmSkoOSW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSkoOSW .container {
    padding: 0 24px;
  }
}
.cid-uCqmSkoOSW .row {
  justify-content: center;
}
.cid-uCqmSkoOSW .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uCqmSkoOSW .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCqmSkoOSW .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-uCqmSkoOSW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCqmSkoOSW .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uCqmSkoOSW .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uCqmSkoOSW .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uCqmSkoOSW .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCqmSkoOSW .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCqmSkoOSW .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCqmSkoOSW .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-uCqmSkoOSW .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-uCqmSkoOSW .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uCqmSkoOSW .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uCqmSkoOSW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uCqmSkoOSW .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uCqmSkoOSW .mbr-desc,
.cid-uCqmSkoOSW .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uCqmSkoOSW .panel-title-edit {
  color: #18212d;
}
.cid-uCqmSkoOSW .panel-text {
  color: #18212d;
}
.cid-uCqmSljqOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uCqmSljqOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqmSljqOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqmSljqOS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCqmSljqOS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSljqOS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCqmSljqOS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCqmSljqOS .container {
    padding: 0 24px;
  }
}
.cid-uCqmSljqOS .row {
  justify-content: center;
}
.cid-uCqmSljqOS .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uCqmSljqOS .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uCqmSljqOS .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uCqmSljqOS .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uCqmSljqOS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uCqmSljqOS .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uCqmSljqOS .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uCqmSljqOS .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uCqmSljqOS .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uCqmSljqOS .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uCqmSljqOS .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uCqmSljqOS .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uCqmSljqOS .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uCqmSljqOS .list-wrapper .list .item-wrap:hover,
.cid-uCqmSljqOS .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uCqmSljqOS .list-wrapper .list .item-wrap:hover::before,
.cid-uCqmSljqOS .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uCqmSljqOS .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCqmSljqOS .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uCqmSljqOS .mbr-section-title {
  color: #ffffff;
}
.cid-uCqmSljqOS .mbr-soc {
  color: #ffffff;
}
.cid-uCqmSljqOS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCqmSljqOS .list {
  color: #ffffff;
}
.cid-uBcaMi4EfX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBcaMi4EfX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBcaMi4EfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcaMi4EfX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBcaMi4EfX .menu_box .navbar.opened,
  .cid-uBcaMi4EfX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBcaMi4EfX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBcaMi4EfX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBcaMi4EfX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBcaMi4EfX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uBcaMi4EfX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBcaMi4EfX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBcaMi4EfX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBcaMi4EfX .offcanvas-body .mbr-text,
  .cid-uBcaMi4EfX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBcaMi4EfX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBcaMi4EfX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBcaMi4EfX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBcaMi4EfX 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-uBcaMi4EfX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBcaMi4EfX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBcaMi4EfX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .nav-item {
    margin: 0 !important;
  }
}
.cid-uBcaMi4EfX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uBcaMi4EfX .nav-item .nav-link:hover,
.cid-uBcaMi4EfX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uBcaMi4EfX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBcaMi4EfX .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-uBcaMi4EfX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBcaMi4EfX .offcanvas_box {
    display: none;
  }
}
.cid-uBcaMi4EfX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBcaMi4EfX .container {
  display: flex;
  margin: auto;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBcaMi4EfX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBcaMi4EfX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .navbar-nav {
    margin: 0;
  }
}
.cid-uBcaMi4EfX .dropdown-menu,
.cid-uBcaMi4EfX .navbar.opened {
  background-color: false !important;
}
.cid-uBcaMi4EfX .nav-item:focus,
.cid-uBcaMi4EfX .nav-link:focus {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcaMi4EfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcaMi4EfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcaMi4EfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcaMi4EfX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBcaMi4EfX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcaMi4EfX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBcaMi4EfX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBcaMi4EfX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBcaMi4EfX .navbar.collapsed {
  justify-content: center;
}
.cid-uBcaMi4EfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcaMi4EfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcaMi4EfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBcaMi4EfX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBcaMi4EfX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBcaMi4EfX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBcaMi4EfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcaMi4EfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBcaMi4EfX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBcaMi4EfX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBcaMi4EfX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBcaMi4EfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBcaMi4EfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcaMi4EfX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBcaMi4EfX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcaMi4EfX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBcaMi4EfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcaMi4EfX .dropdown-item.active,
.cid-uBcaMi4EfX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcaMi4EfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcaMi4EfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcaMi4EfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcaMi4EfX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBcaMi4EfX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcaMi4EfX 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-uBcaMi4EfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcaMi4EfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcaMi4EfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcaMi4EfX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBcaMi4EfX .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-uBcaMi4EfX .navbar {
    height: 70px;
  }
  .cid-uBcaMi4EfX .navbar.opened {
    height: auto;
  }
  .cid-uBcaMi4EfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcaMi4EfX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBcaMi4EfX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBcaMi4EfX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBcaMi4EfX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uBcaMi4EfX .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .cid-uBcaMi4EfX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBcaMi4EfX .text_widget {
  margin-bottom: 32px;
}
.cid-uBcaMi4EfX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBcaMi4EfX .text_widget a:hover,
.cid-uBcaMi4EfX .text_widget a:focus {
  opacity: .8;
}
.cid-uBcaMi4EfX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .navbar-caption {
  color: #18212d;
}
.cid-uBcaMi4EfX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uBcaMi4EfX .mbr-section-subtitle,
.cid-uBcaMi4EfX .text_widget,
.cid-uBcaMi4EfX .mbr-section-btn {
  text-align: center;
}
.cid-uBcaMi4EfX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBaKhYCSup {
  background-color: #ffffff;
}
.cid-uBaKhYCSup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaKhYCSup .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-uBaKhYCSup .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKhYCSup .container {
    padding: 0 24px;
  }
}
.cid-uBaKhYCSup .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBaKhYCSup .content-wrapper {
    padding: 0;
  }
}
.cid-uBaKhYCSup .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBaKhYCSup .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #000000;
  opacity: .12;
  pointer-events: none;
}
.cid-uBaKhYCSup .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #000000;
  opacity: .09;
  pointer-events: none;
}
.cid-uBaKhYCSup .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBaKhYCSup .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBaKhYCSup .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBaKhYCSup .mbr-section-title {
  color: #ffffff;
}
.cid-uBaKhYCSup .mbr-desc,
.cid-uBaKhYCSup .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBaKhYCSup .mbr-text,
.cid-uBaKhYCSup .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBaKhYCSup .mbr-section-title,
.cid-uBaKhYCSup .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBaKhZFnCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBaKhZFnCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaKhZFnCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaKhZFnCA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKhZFnCA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKhZFnCA .container {
    padding: 0 24px;
  }
}
.cid-uBaKhZFnCA .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uBaKhZFnCA .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBaKhZFnCA .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBaKhZFnCA .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uBaKhZFnCA .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .content-wrapper {
    padding: 24px;
  }
}
.cid-uBaKhZFnCA .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uBaKhZFnCA .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-uBaKhZFnCA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBaKhZFnCA .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBaKhZFnCA .item {
  margin-bottom: 16px;
}
.cid-uBaKhZFnCA .item:last-child {
  margin-bottom: 0;
}
.cid-uBaKhZFnCA .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uBaKhZFnCA .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uBaKhZFnCA .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBaKhZFnCA .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBaKhZFnCA .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uBaKhZFnCA .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uBaKhZFnCA .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uBaKhZFnCA .mbr-section-title {
  color: #18212d;
}
.cid-uBaKhZFnCA .mbr-desc {
  color: #18212d;
}
.cid-uBaKhZFnCA .mbr-text {
  color: #18212d;
}
.cid-uBaKhZFnCA .mbr-recall {
  color: #ffffff;
}
.cid-uBaKhZFnCA .mbr-name {
  color: #ffffff;
}
.cid-uBaKhZFnCA .mbr-rating {
  color: #EFCC4E;
}
.cid-uBaKhZFnCA .item-title {
  color: #18212d;
}
.cid-uBaKhZFnCA .item-text {
  color: #18212d;
}
.cid-uBaKhZFnCA .item-desc {
  color: #18212d;
}
.cid-uBaKhZFnCA .mbr-text,
.cid-uBaKhZFnCA .text-wrapper {
  text-align: left;
}
.cid-uBaKi1R7Qj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBaKi1R7Qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaKi1R7Qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaKi1R7Qj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBaKi1R7Qj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKi1R7Qj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBaKi1R7Qj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKi1R7Qj .container {
    padding: 0 24px;
  }
}
.cid-uBaKi1R7Qj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uBaKi1R7Qj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBaKi1R7Qj .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBaKi1R7Qj .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-uBaKi1R7Qj .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBaKi1R7Qj .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uBaKi1R7Qj .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uBaKi1R7Qj .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBaKi1R7Qj .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBaKi1R7Qj .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBaKi1R7Qj .item-title {
  color: #ffffff;
}
.cid-uBaKi1R7Qj .item-text {
  color: #ffffff;
}
.cid-uBaKi4nZ5H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBaKi4nZ5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaKi4nZ5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaKi4nZ5H .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBaKi4nZ5H .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKi4nZ5H .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBaKi4nZ5H .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKi4nZ5H .container {
    padding: 0 24px;
  }
}
.cid-uBaKi4nZ5H .row {
  justify-content: center;
}
.cid-uBaKi4nZ5H .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBaKi4nZ5H .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBaKi4nZ5H .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uBaKi4nZ5H .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uBaKi4nZ5H .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBaKi4nZ5H .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uBaKi4nZ5H .tabs-wrapper {
  text-align: center;
}
.cid-uBaKi4nZ5H .item-title {
  color: #18212d;
}
.cid-uBaKi4nZ5H .item-text {
  color: #18212d;
}
.cid-uBaKi6jRSl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBaKi6jRSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaKi6jRSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaKi6jRSl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBaKi6jRSl .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKi6jRSl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBaKi6jRSl .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKi6jRSl .container {
    padding: 0 24px;
  }
}
.cid-uBaKi6jRSl .row {
  justify-content: center;
}
.cid-uBaKi6jRSl .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBaKi6jRSl .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBaKi6jRSl .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-uBaKi6jRSl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBaKi6jRSl .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uBaKi6jRSl .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBaKi6jRSl .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBaKi6jRSl .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBaKi6jRSl .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBaKi6jRSl .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBaKi6jRSl .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-uBaKi6jRSl .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-uBaKi6jRSl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBaKi6jRSl .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBaKi6jRSl .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBaKi6jRSl .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBaKi6jRSl .mbr-desc,
.cid-uBaKi6jRSl .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBaKi6jRSl .panel-title-edit {
  color: #18212d;
}
.cid-uBaKi6jRSl .panel-text {
  color: #18212d;
}
.cid-uBaKia6iNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262c35;
}
.cid-uBaKia6iNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaKia6iNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaKia6iNl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBaKia6iNl .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKia6iNl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBaKia6iNl .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBaKia6iNl .container {
    padding: 0 24px;
  }
}
.cid-uBaKia6iNl .row {
  justify-content: center;
}
.cid-uBaKia6iNl .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBaKia6iNl .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBaKia6iNl .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uBaKia6iNl .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uBaKia6iNl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uBaKia6iNl .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBaKia6iNl .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uBaKia6iNl .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uBaKia6iNl .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBaKia6iNl .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBaKia6iNl .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBaKia6iNl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBaKia6iNl .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uBaKia6iNl .list-wrapper .list .item-wrap:hover,
.cid-uBaKia6iNl .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uBaKia6iNl .list-wrapper .list .item-wrap:hover::before,
.cid-uBaKia6iNl .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBaKia6iNl .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBaKia6iNl .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uBaKia6iNl .mbr-section-title {
  color: #ffffff;
}
.cid-uBaKia6iNl .mbr-soc {
  color: #ffffff;
}
.cid-uBaKia6iNl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBaKia6iNl .list {
  color: #ffffff;
}
