.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 8.5rem;
  line-height: 0.95;
}
.display-1 > .mbr-iconfont {
  font-size: 10.625rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.95rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 6.1875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.33rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.55rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.9375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.96rem;
    font-size: calc( 2.3825rem + (4.95 - 2.3825) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.3825rem + (4.95 - 2.3825) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.96rem;
    font-size: calc( 2.3825rem + (4.95 - 2.3825) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.3825rem + (4.95 - 2.3825) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #8e73fe !important;
}
.bg-success {
  background-color: #e5e5e5 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ef9a51 !important;
}
.bg-danger {
  background-color: #d92a2e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8e73fe !important;
  border-color: #8e73fe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b7a6fe !important;
  border-color: #b7a6fe !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b7a6fe !important;
  border-color: #b7a6fe !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efef51 !important;
  border-color: #efef51 !important;
  color: #3c3c05 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f3f380 !important;
  border-color: #f3f380 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3c3c05 !important;
  background-color: #f3f380 !important;
  border-color: #f3f380 !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: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ef9a51 !important;
  border-color: #ef9a51 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f3b580 !important;
  border-color: #f3b580 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f3b580 !important;
  border-color: #f3b580 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d92a2e !important;
  border-color: #d92a2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e15558 !important;
  border-color: #e15558 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e15558 !important;
  border-color: #e15558 !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: #8e73fe;
  color: #8e73fe;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #491dfd !important;
  background-color: transparent !important;
  border-color: #491dfd !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8e73fe !important;
  border-color: #8e73fe !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #efef51;
  color: #efef51;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d6d614 !important;
  background-color: transparent !important;
  border-color: #d6d614 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3c3c05 !important;
  background-color: #efef51 !important;
  border-color: #efef51 !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: #e5e5e5;
  color: #e5e5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bababa !important;
  background-color: transparent !important;
  border-color: #bababa !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ef9a51;
  color: #ef9a51;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d66d14 !important;
  background-color: transparent !important;
  border-color: #d66d14 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ef9a51 !important;
  border-color: #ef9a51 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d92a2e;
  color: #d92a2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #921a1d !important;
  background-color: transparent !important;
  border-color: #921a1d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d92a2e !important;
  border-color: #d92a2e !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: #8e73fe !important;
}
.text-secondary {
  color: #efef51 !important;
}
.text-success {
  color: #e5e5e5 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ef9a51 !important;
}
.text-danger {
  color: #d92a2e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c0efd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c8c812 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b2b2b2 !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: #c86612 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #85181a !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: #8e73fe;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ef9a51;
}
.alert-danger {
  background-color: #d92a2e;
}
.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: #8e73fe;
  border-color: #8e73fe;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8e73fe;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.33rem;
  line-height: 1.55;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.6625rem;
}
.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: #8e73fe !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.33rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6625rem;
}
blockquote {
  border-color: #8e73fe;
}
/* 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: #8e73fe;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8e73fe;
}
.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: #8e73fe;
  border-bottom-color: #8e73fe;
}
.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: #8e73fe !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #efef51 !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='%238e73fe' %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 {
  width: 100%;
}
.mbr-section-btn .btn {
  padding: 16px 30px;
  border-radius: 3rem !important;
  font-weight: 400 !important;
  padding: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 22px;
  }
}
.logo-wrap {
  border-radius: 3rem !important;
}
.item-tag {
  border-radius: 3rem !important;
}
.iconfont-wrap .mbr-iconfont {
  border-radius: 8px;
}
.nav-link {
  border-radius: 3rem !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.items-wrapper,
.form-wrapper {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .items-wrapper,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.image-avatar {
  border-radius: 30px !important;
}
.item-wrapper::after,
.item-wrapper::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .item-wrapper::after,
  .item-wrapper::before {
    border-radius: 30px !important;
  }
}
.card-wrap::after,
.card-wrap::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .card-wrap::after,
  .card-wrap::before {
    border-radius: 30px !important;
  }
}
.form-wrapper::after,
.form-wrapper::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .form-wrapper::after,
  .form-wrapper::before {
    border-radius: 30px !important;
  }
}
.cid-uMk3QObINY .navbar-dropdown {
  position: relative !important;
}
.cid-uMk3QObINY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uMk3QObINY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uMk3QObINY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMk3QObINY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMk3QObINY .dropdown-item {
  border: 1px solid #63635d !important;
  background: #efef51 !important;
}
.cid-uMk3QObINY .dropdown-item:hover,
.cid-uMk3QObINY .dropdown-item:focus {
  background: #efef51 !important;
}
.cid-uMk3QObINY .dropdown-item:hover span {
  color: white;
}
.cid-uMk3QObINY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMk3QObINY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMk3QObINY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMk3QObINY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMk3QObINY .nav-link {
  position: relative;
}
.cid-uMk3QObINY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMk3QObINY .container {
    flex-wrap: nowrap;
  }
}
.cid-uMk3QObINY .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMk3QObINY .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uMk3QObINY .dropdown-menu,
.cid-uMk3QObINY .navbar.opened {
  background: #efef51 !important;
}
.cid-uMk3QObINY .nav-item:focus,
.cid-uMk3QObINY .nav-link:focus {
  outline: none;
}
.cid-uMk3QObINY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMk3QObINY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMk3QObINY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMk3QObINY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMk3QObINY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMk3QObINY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMk3QObINY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMk3QObINY .navbar.opened {
  transition: all 0.3s;
}
.cid-uMk3QObINY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uMk3QObINY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uMk3QObINY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMk3QObINY .navbar.collapsed {
  justify-content: center;
}
.cid-uMk3QObINY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMk3QObINY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMk3QObINY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uMk3QObINY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMk3QObINY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMk3QObINY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMk3QObINY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMk3QObINY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMk3QObINY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMk3QObINY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMk3QObINY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMk3QObINY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMk3QObINY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMk3QObINY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMk3QObINY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMk3QObINY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMk3QObINY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMk3QObINY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMk3QObINY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMk3QObINY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMk3QObINY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uMk3QObINY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uMk3QObINY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMk3QObINY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMk3QObINY .navbar-brand .navbar-caption:hover,
.cid-uMk3QObINY .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uMk3QObINY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMk3QObINY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMk3QObINY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uMk3QObINY .dropdown-item.active,
.cid-uMk3QObINY .dropdown-item:active {
  background-color: transparent;
}
.cid-uMk3QObINY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMk3QObINY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMk3QObINY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMk3QObINY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMk3QObINY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMk3QObINY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMk3QObINY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMk3QObINY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMk3QObINY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMk3QObINY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMk3QObINY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uMk3QObINY .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uMk3QObINY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMk3QObINY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMk3QObINY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uMk3QObINY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMk3QObINY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMk3QObINY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMk3QObINY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMk3QObINY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMk3QObINY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMk3QObINY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMk3QObINY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMk3QObINY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMk3QObINY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMk3QObINY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMk3QObINY .navbar {
    height: 70px;
  }
  .cid-uMk3QObINY .navbar.opened {
    height: auto;
  }
  .cid-uMk3QObINY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMk3QObINY .navbar-nav {
  margin: 0 auto;
}
.cid-uMk3QObINY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMk3QObINY .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uMk3QObINY .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMk3QObINY .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uMk3QObINY .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uMk3QObINY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMk3QObINY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMk3QObINY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMk3QObINY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMk3QObINY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMk3QObINY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMk3QObINY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMk3QObINY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMk3QObINY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uMk3QObINY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMk3QObINY .content-wrap {
  min-height: 110px;
}
.cid-uMk3TwFlue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-69.png-1133x700.png");
}
.cid-uMk3TwFlue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk3TwFlue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk3TwFlue .row {
  margin: 0 -8px;
}
.cid-uMk3TwFlue .row .card {
  padding: 0 8px;
}
.cid-uMk3TwFlue .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uMk3TwFlue .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMk3TwFlue .card-wrapper {
    padding: 24px;
  }
}
.cid-uMk3TwFlue .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uMk3TwFlue .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uMk3TwFlue .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uMk3TwFlue .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uMk3TwFlue .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMk3TwFlue .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMk3TwFlue .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMk3TwFlue .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uMk3TwFlue .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMk3TwFlue .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uMk3TwFlue .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uMk3TwFlue .mbr-text,
.cid-uMk3TwFlue .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uMk4Gzen6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMk4Gzen6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk4Gzen6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk4Gzen6u .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMk4Gzen6u .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMk4Gzen6u .items-wrapper {
  margin: 0 -8px;
}
.cid-uMk4Gzen6u .items-wrapper .item {
  padding: 0 8px;
}
.cid-uMk4Gzen6u .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-uMk4Gzen6u .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uMk4Gzen6u .item {
  transform: translateY(-8rem);
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMk4Gzen6u .item {
    transform: none;
    margin-bottom: 12px;
  }
}
.cid-uMk4Gzen6u .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uMk4Gzen6u .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMk4Gzen6u .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uMk4Gzen6u .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uMk4Gzen6u .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uMk4Gzen6u .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
@media (max-width: 992px) {
  .cid-uMk4Gzen6u .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uMk4Gzen6u .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uMk4Gzen6u .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uMk4Gzen6u .item .item-wrapper .card-box .card-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMk4Gzen6u .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uMk4Gzen6u .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMk4Gzen6u .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uMk4Gzen6u .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMk4Gzen6u .mbr-section-title {
  color: #8e73fe;
  text-align: center;
}
.cid-uMk4Gzen6u .card-title {
  color: #2c2c26;
}
.cid-uMk4Gzen6u .card-text {
  color: #63635d;
}
.cid-uMk4JUnqMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMk4JUnqMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk4JUnqMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk4JUnqMY .row {
  justify-content: center;
}
.cid-uMk4JUnqMY .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uMk4JUnqMY .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uMk4JUnqMY .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMk4JUnqMY .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uMk4JUnqMY .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uMk4JUnqMY .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uMk4JUnqMY .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMk4JUnqMY .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uMk4JUnqMY .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uMk4JUnqMY .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMk4JUnqMY .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMk4JUnqMY .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uMk4JUnqMY .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMk4JUnqMY .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uMk4JUnqMY .mbr-text,
.cid-uMk4JUnqMY .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uMk4JUnqMY .mbr-section-title,
.cid-uMk4JUnqMY .mbr-section-btn {
  text-align: center;
}
.cid-uMk4SXDVSx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMk4SXDVSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk4SXDVSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk4SXDVSx .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
}
@media (max-width: 1440px) {
  .cid-uMk4SXDVSx .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-uMk4SXDVSx .card-wrapper .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .content-wrap {
    display: block;
    padding: 0 14px;
    margin-bottom: 24px;
  }
}
.cid-uMk4SXDVSx .card-wrapper .content-wrap .title-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .content-wrap .title-wrapper {
    width: 100%;
  }
}
.cid-uMk4SXDVSx .card-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .content-wrap .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uMk4SXDVSx .card-wrapper .content-wrap .text-wrapper {
  width: 15%;
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-uMk4SXDVSx .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .content-wrap .text-wrapper .mbr-text {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uMk4SXDVSx .card-wrapper .content-wrap .mbr-section-btn {
  width: 25%;
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .content-wrap .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMk4SXDVSx .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .cid-uMk4SXDVSx .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uMk4SXDVSx .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uMk4SXDVSx .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffbf;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uMk4SXDVSx .card-wrapper .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMk4SXDVSx .card-wrapper .items-wrapper .item .item-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uMk4SXDVSx .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMk4SXDVSx .mbr-section-title {
  color: #2c2c26;
}
.cid-uMk4SXDVSx .mbr-text {
  color: #63635d;
}
.cid-uMk4SXDVSx .card-title {
  color: #2c2c26;
}
.cid-uMk4SXDVSx .card-text {
  color: #63635d;
}
.cid-uMk51r9TBq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMk51r9TBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk51r9TBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk51r9TBq .row {
  margin: 0 -8px;
}
.cid-uMk51r9TBq .row .card {
  padding: 0 8px;
}
.cid-uMk51r9TBq .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px) {
  .cid-uMk51r9TBq .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMk51r9TBq .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uMk51r9TBq .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMk51r9TBq .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMk51r9TBq .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uMk51r9TBq .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMk51r9TBq .image-wrapper {
  height: 100%;
}
.cid-uMk51r9TBq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMk51r9TBq .image-wrapper img {
    height: 300px;
  }
}
.cid-uMk51r9TBq .mbr-section-title {
  color: #2c2c26;
}
.cid-uMk51r9TBq .mbr-text,
.cid-uMk51r9TBq .text-wrapper {
  color: #63635d;
}
.cid-uMk58PMbVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMk58PMbVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk58PMbVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk58PMbVu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMk58PMbVu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMk58PMbVu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-uMk58PMbVu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMk58PMbVu .embla__slide .slide-content {
  width: 100%;
}
.cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper {
  position: relative;
  background-color: #e5e5e5;
  height: 100%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 24px;
    display: block;
  }
}
.cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-img .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-content .tag-wrapper .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: #efef51;
  margin-bottom: 24px;
}
.cid-uMk58PMbVu .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uMk58PMbVu .embla__button--next,
.cid-uMk58PMbVu .embla__button--prev {
  display: flex;
}
.cid-uMk58PMbVu .embla__button {
  top: -8rem;
  width: 64px;
  height: 64px;
  font-size: 28px;
  background-color: #8e73fe !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-uMk58PMbVu .embla__button {
    top: 0;
  }
}
.cid-uMk58PMbVu .embla__button:hover {
  opacity: .7 !important;
}
.cid-uMk58PMbVu .embla__button.embla__button--prev {
  right: 4.5rem;
}
.cid-uMk58PMbVu .embla__button.embla__button--next {
  right: 0;
}
.cid-uMk58PMbVu .embla {
  position: relative;
  width: 100%;
}
.cid-uMk58PMbVu .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMk58PMbVu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMk58PMbVu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMk58PMbVu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMk58PMbVu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uMk58PMbVu .mbr-section-title {
  color: #2c2c26;
}
.cid-uMk58PMbVu .item-name {
  color: #2c2c26;
}
.cid-uMk58PMbVu .item-tag {
  color: #63635d;
}
.cid-uMk58PMbVu .item-text {
  color: #63635d;
}
.cid-uMk5ijQkxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMk5ijQkxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk5ijQkxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk5ijQkxP .row {
  margin: 0 -8px;
}
.cid-uMk5ijQkxP .row .card {
  padding: 0 8px;
}
.cid-uMk5ijQkxP .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uMk5ijQkxP .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMk5ijQkxP .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uMk5ijQkxP .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uMk5ijQkxP .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMk5ijQkxP .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMk5ijQkxP .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMk5ijQkxP .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMk5ijQkxP .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMk5ijQkxP .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMk5ijQkxP .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uMk5ijQkxP .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uMk5ijQkxP .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uMk5ijQkxP .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMk5ijQkxP .image-wrapper {
  height: 100%;
}
.cid-uMk5ijQkxP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMk5ijQkxP .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uMk5ijQkxP .mbr-text,
.cid-uMk5ijQkxP .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uMk5ijQkxP .logo-wrapper,
.cid-uMk5ijQkxP .mbr-desc {
  text-align: center;
}
.cid-uMk5ijQkxP .mbr-desc {
  color: #63635d;
}
.cid-uMk5GGKRjf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMk5GGKRjf .mbr-section-head {
  width: 100%;
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .cid-uMk5GGKRjf .mbr-section-head {
    margin-bottom: 3em;
  }
}
.cid-uMk5GGKRjf .mbr-section-title {
  margin-bottom: 4px;
  color: #272727;
  opacity: 0.4;
}
.cid-uMk5GGKRjf .mbr-section-subtitle {
  margin-bottom: 0;
  color: #272727;
}
.cid-uMk5GGKRjf .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 767px) {
  .cid-uMk5GGKRjf .item-row {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uMk5GGKRjf .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uMk5GGKRjf .item {
  padding: 0;
}
.cid-uMk5GGKRjf .item:nth-child(2n) .item-wrapper {
  padding-top: 5em;
}
@media (max-width: 767px) {
  .cid-uMk5GGKRjf .item:nth-child(2n) .item-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uMk5GGKRjf .item:nth-child(2n) .item-wrapper {
    padding-top: 0;
  }
}
.cid-uMk5GGKRjf .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-uMk5GGKRjf .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  border-radius: 35%;
  overflow: hidden;
  aspect-ratio: 0.88;
  margin: 0 auto;
}
.cid-uMk5GGKRjf .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uMk5GGKRjf .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin-top: 1rem;
}
.cid-uMk5GGKRjf .item-title {
  color: #272727;
  margin-bottom: 4px;
}
.cid-uMk5GGKRjf .mbr-text {
  color: #272727;
  opacity: 0.4;
}
.cid-uMk5Ixwm4c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMk5Ixwm4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk5Ixwm4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk5Ixwm4c .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMk5Ixwm4c .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMk5Ixwm4c .panel-group .card {
  position: relative;
  padding: 48px 0;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uMk5Ixwm4c .panel-group .card {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-uMk5Ixwm4c .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uMk5Ixwm4c .panel-group .card:first-child {
  border-top: 1px solid #e5e5e5;
}
.cid-uMk5Ixwm4c .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMk5Ixwm4c .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMk5Ixwm4c .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMk5Ixwm4c .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #8e73fe;
}
.cid-uMk5Ixwm4c .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMk5Ixwm4c .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uMk5Ixwm4c .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uMk5Ixwm4c .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMk5Ixwm4c .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
}
.cid-uMk5Ixwm4c .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMk5Ixwm4c .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-top: 24px;
    width: 100%;
  }
}
.cid-uMk5Ixwm4c .mbr-section-title {
  color: #2c2c26;
}
.cid-uMk5Ixwm4c .panel-title-edit {
  color: #2c2c26;
}
.cid-uMk5Ixwm4c .panel-text {
  color: #2c2c26;
}
.cid-uMk5LAxCg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMk5LAxCg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk5LAxCg3 .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-uMk5LAxCg3 .container {
    padding: 0 30px;
  }
}
.cid-uMk5LAxCg3 .items .item {
  margin-bottom: 60px;
}
.cid-uMk5LAxCg3 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMk5LAxCg3 .items .item {
    margin-bottom: 30px;
  }
}
.cid-uMk5LAxCg3 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uMk5LAxCg3 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMk5LAxCg3 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-uMk5LAxCg3 .dragArea.row {
  margin: 0;
}
.cid-uMk5LAxCg3 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-uMk5LAxCg3 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uMk5LAxCg3 .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-uMk5LAxCg3 .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-uMk5LAxCg3 .dragArea.row .form-group .form-control:hover,
.cid-uMk5LAxCg3 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-uMk5LAxCg3 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uMk5LAxCg3 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-uMk5LAxCg3 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uMk5LAxCg3 .mbr-section-title {
  color: #000000;
}
.cid-uMk5LAxCg3 .card-title {
  color: #000000;
}
.cid-uMk5LAxCg3 .list {
  color: #000000;
}
.cid-uMk5LAxCg3 .mbr-text {
  color: #000000;
}
.cid-uMk5LAxCg3 label {
  color: #000000;
}
.cid-uMk5LWTgM2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #131313;
}
.cid-uMk5LWTgM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk5LWTgM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk5LWTgM2 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uMk5LWTgM2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMk5LWTgM2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMk5LWTgM2 .container {
    padding: 0 30px;
  }
}
.cid-uMk5LWTgM2 .google-map {
  border-top: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
}
.cid-uMk5LWTgM2 .google-map iframe {
  border-radius: 0 !important;
  height: 500px;
  filter: grayscale(100%);
}
.cid-uMk5Mr1G2s {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uMk5Mr1G2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk5Mr1G2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk5Mr1G2s .copyright {
  color: #ffffff;
}
.cid-uMk5Mr1G2s .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMk5Mr1G2s .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uMk5Mr1G2s .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uMk5Mr1G2s .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMk5Mr1G2s .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMk5Mr1G2s .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMk5Mr1G2s .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMk5Mr1G2s .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uMk5Mr1G2s .row-links-soc,
.cid-uMk5Mr1G2s .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uMk5Mr1G2s .copyright,
.cid-uMk5Mr1G2s .line {
  color: #ffffff;
}
.cid-uMk5Mr1G2s .row-links-soc {
  color: #ffffff;
}
.cid-uMkcj8gp6R .navbar-dropdown {
  position: relative !important;
}
.cid-uMkcj8gp6R .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uMkcj8gp6R .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uMkcj8gp6R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkcj8gp6R .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMkcj8gp6R .dropdown-item {
  border: 1px solid #63635d !important;
  background: #efef51 !important;
}
.cid-uMkcj8gp6R .dropdown-item:hover,
.cid-uMkcj8gp6R .dropdown-item:focus {
  background: #efef51 !important;
}
.cid-uMkcj8gp6R .dropdown-item:hover span {
  color: white;
}
.cid-uMkcj8gp6R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMkcj8gp6R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMkcj8gp6R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMkcj8gp6R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMkcj8gp6R .nav-link {
  position: relative;
}
.cid-uMkcj8gp6R .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMkcj8gp6R .container {
    flex-wrap: nowrap;
  }
}
.cid-uMkcj8gp6R .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMkcj8gp6R .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uMkcj8gp6R .dropdown-menu,
.cid-uMkcj8gp6R .navbar.opened {
  background: #efef51 !important;
}
.cid-uMkcj8gp6R .nav-item:focus,
.cid-uMkcj8gp6R .nav-link:focus {
  outline: none;
}
.cid-uMkcj8gp6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkcj8gp6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMkcj8gp6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkcj8gp6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkcj8gp6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkcj8gp6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkcj8gp6R .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMkcj8gp6R .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkcj8gp6R .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uMkcj8gp6R .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uMkcj8gp6R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMkcj8gp6R .navbar.collapsed {
  justify-content: center;
}
.cid-uMkcj8gp6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkcj8gp6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMkcj8gp6R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uMkcj8gp6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkcj8gp6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkcj8gp6R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMkcj8gp6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkcj8gp6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMkcj8gp6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMkcj8gp6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkcj8gp6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkcj8gp6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkcj8gp6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMkcj8gp6R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMkcj8gp6R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkcj8gp6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMkcj8gp6R .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMkcj8gp6R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMkcj8gp6R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkcj8gp6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMkcj8gp6R .navbar.navbar-short {
  min-height: 96px;
}
.cid-uMkcj8gp6R .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uMkcj8gp6R .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMkcj8gp6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMkcj8gp6R .navbar-brand .navbar-caption:hover,
.cid-uMkcj8gp6R .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uMkcj8gp6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkcj8gp6R .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMkcj8gp6R .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uMkcj8gp6R .dropdown-item.active,
.cid-uMkcj8gp6R .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkcj8gp6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkcj8gp6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkcj8gp6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkcj8gp6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMkcj8gp6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMkcj8gp6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMkcj8gp6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkcj8gp6R ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMkcj8gp6R ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMkcj8gp6R .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMkcj8gp6R .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uMkcj8gp6R .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uMkcj8gp6R .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMkcj8gp6R button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMkcj8gp6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uMkcj8gp6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMkcj8gp6R button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMkcj8gp6R button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMkcj8gp6R button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMkcj8gp6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkcj8gp6R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkcj8gp6R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkcj8gp6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkcj8gp6R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMkcj8gp6R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMkcj8gp6R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkcj8gp6R .navbar {
    height: 70px;
  }
  .cid-uMkcj8gp6R .navbar.opened {
    height: auto;
  }
  .cid-uMkcj8gp6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkcj8gp6R .navbar-nav {
  margin: 0 auto;
}
.cid-uMkcj8gp6R .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMkcj8gp6R .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uMkcj8gp6R .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMkcj8gp6R .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uMkcj8gp6R .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uMkcj8gp6R .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMkcj8gp6R .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMkcj8gp6R .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMkcj8gp6R .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMkcj8gp6R .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMkcj8gp6R .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMkcj8gp6R .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMkcj8gp6R .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMkcj8gp6R .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uMkcj8gp6R .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMkcj8gp6R .content-wrap {
  min-height: 110px;
}
.cid-uMkcqUI549 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uMkcqUI549 {
    align-items: center;
  }
  .cid-uMkcqUI549 .row {
    justify-content: center;
  }
}
.cid-uMkcqUI549 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMkcqUI549 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMkcqUI549 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMkcqUI549 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMkcqUI549 .content-wrap {
    width: 100%;
  }
}
.cid-uMkcqUI549 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uMkcqUI549 .mbr-text,
.cid-uMkcqUI549 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uMkcqUI549 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMkcjcFh65 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uMkcjcFh65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkcjcFh65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkcjcFh65 .copyright {
  color: #ffffff;
}
.cid-uMkcjcFh65 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMkcjcFh65 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uMkcjcFh65 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uMkcjcFh65 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMkcjcFh65 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMkcjcFh65 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMkcjcFh65 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMkcjcFh65 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uMkcjcFh65 .row-links-soc,
.cid-uMkcjcFh65 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uMkcjcFh65 .copyright,
.cid-uMkcjcFh65 .line {
  color: #ffffff;
}
.cid-uMkcjcFh65 .row-links-soc {
  color: #ffffff;
}
