.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: Inter Tight;
}
.display-1 {
  font-family: 'Zen Antique', serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Zen Antique', serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Zen Antique', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #ff4552 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #01563b !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffeb69 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4552 !important;
  border-color: #ff4552 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff7881 !important;
  border-color: #ff7881 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff7881 !important;
  border-color: #ff7881 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4552ff !important;
  border-color: #4552ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7881ff !important;
  border-color: #7881ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7881ff !important;
  border-color: #7881ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #01563b !important;
  border-color: #01563b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #02885e !important;
  border-color: #02885e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #02885e !important;
  border-color: #02885e !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !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: #ff4552;
  color: #ff4552;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed0011 !important;
  background-color: transparent !important;
  border-color: #ed0011 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4552 !important;
  border-color: #ff4552 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4552ff;
  color: #4552ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0011ed !important;
  background-color: transparent !important;
  border-color: #0011ed !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4552ff !important;
  border-color: #4552ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01563b;
  color: #01563b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01563b !important;
  border-color: #01563b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !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: #ff4552 !important;
}
.text-secondary {
  color: #4552ff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #01563b !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffeb69 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #de0010 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0010de !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffdd03 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff4552;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01563b;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffeb69;
}
.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: #ff4552;
  border-color: #ff4552;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4552;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #02d491;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff4552 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff4552;
}
/* 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: #ff4552;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff4552;
}
.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: #ff4552;
  border-bottom-color: #ff4552;
}
.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: #ff4552 !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: #4552ff !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='%23ff4552' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tJGD1DIY2H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1152268821.jpg-1254x836.jpg");
}
.cid-tJGD1DIY2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGD1DIY2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGD1DIY2H .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 4rem;
  }
}
.cid-tJGD1DIY2H .card-title {
  color: #000000;
}
.cid-tJGD1DIY2H .mbr-text,
.cid-tJGD1DIY2H .mbr-section-btn {
  color: #000000;
}
.cid-uQUXbi1qGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQUXbi1qGM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQUXbi1qGM .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQUXbi1qGM .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQUXbi1qGM .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQUXbi1qGM .mbr-text {
  color: #000000;
}
.cid-uQUXGlEDCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQUXGlEDCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUXGlEDCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUXGlEDCs .content-wrapper {
  padding: 10px;
  border-top: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uQUXGlEDCs .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uQUXGlEDCs .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uQUXGlEDCs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQUXGlEDCs .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQUXGlEDCs .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQUXGlEDCs .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uQUXGlEDCs .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQUXGlEDCs .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQUXGlEDCs .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uQUXGlEDCs .mbr-section-title {
  color: #000c3f;
}
.cid-uQUXGlEDCs .mbr-text {
  color: #000c3f;
}
.cid-uQUXGlEDCs .mbr-text,
.cid-uQUXGlEDCs .text-wrapper {
  color: #000000;
}
.cid-uQUXGlEDCs .mbr-section-title,
.cid-uQUXGlEDCs .mbr-section-btn {
  color: #000000;
}
.cid-uQUWrSfgNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uQUWrSfgNO .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQUWrSfgNO .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQUWrSfgNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUWrSfgNO .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-uQUWrSfgNO .container {
    padding: 0 30px;
  }
}
.cid-uQUWrSfgNO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQUWrSfgNO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQUWrSfgNO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQUWrSfgNO .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQUWrSfgNO .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uQUWrSfgNO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQUWrSfgNO .mbr-section-title {
  color: #000000;
}
.cid-uQUWrSfgNO .mbr-text {
  color: #000000;
}
.cid-tJGEoKGifq {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGEoKGifq img,
.cid-tJGEoKGifq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tJGEoKGifq .item:focus,
.cid-tJGEoKGifq span:focus {
  outline: none;
}
.cid-tJGEoKGifq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGEoKGifq .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGEoKGifq .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGEoKGifq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGEoKGifq .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-tJGEoKGifq .item-title {
  text-align: left;
  color: #ff4552;
}
.cid-tJGEoKGifq .item-subtitle {
  text-align: center;
}
.cid-tJGEoKGifq .mbr-text,
.cid-tJGEoKGifq .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tJGEoKGifq .mbr-section-subtitle,
.cid-tJGEoKGifq .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uQU7QCpgYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQU7QCpgYD {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uQU7QCpgYD {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-uQU7QCpgYD .mbr-section-subtitle {
  text-align: left;
}
.cid-uQU7QCpgYD .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQU7QCpgYD .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQU9jfrake {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQU9jfrake .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQU9jfrake .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQU9jfrake .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uQU9jfrake .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uQU9jfrake .container {
    padding: 0 26px;
  }
}
.cid-uQU9jfrake .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQU9jfrake .row {
    margin: 0 -12px;
  }
}
.cid-uQU9jfrake .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-uQU9jfrake .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uQU9jfrake .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQU9jfrake .card {
    padding: 0 12px;
  }
}
.cid-uQU9jfrake .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uQU9jfrake .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQU9jfrake .card {
    padding: 0 12px;
  }
}
.cid-uQU9jfrake .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uQU9jfrake .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uQU9jfrake .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQU9jfrake .image-wrapper img {
    height: 300px;
  }
}
.cid-uQU9jfrake .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uQU9jfrake .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uQU9jfrake .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uQU9jfrake .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQU9jfrake .mbr-section-title {
  color: #000000;
}
.cid-uQU9jfrake .mbr-text {
  color: #000000;
}
.cid-uQUWtDltz3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uQUWtDltz3 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQUWtDltz3 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQUWtDltz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUWtDltz3 .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-uQUWtDltz3 .container {
    padding: 0 30px;
  }
}
.cid-uQUWtDltz3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQUWtDltz3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQUWtDltz3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQUWtDltz3 .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQUWtDltz3 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uQUWtDltz3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQUWtDltz3 .mbr-section-title {
  color: #000000;
}
.cid-uQUWtDltz3 .mbr-text {
  color: #000000;
}
.cid-uQUX9ZRmcN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQUX9ZRmcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUX9ZRmcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUX9ZRmcN .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-uQUX9ZRmcN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQUX9ZRmcN .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uQUX9ZRmcN .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uQUX9ZRmcN .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uQUX9ZRmcN .col-img {
    display: none;
  }
}
.cid-uQUX9ZRmcN .img-wrap {
  width: 100%;
}
.cid-uQUX9ZRmcN .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uQUX9ZRmcN .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-uQUX9ZRmcN .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uQUX9ZRmcN .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uQUX9ZRmcN .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-uQUX9ZRmcN .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uQUX9ZRmcN .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uQUX9ZRmcN .panel-group {
    margin-top: 0;
  }
}
.cid-uQUX9ZRmcN .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-uQUX9ZRmcN .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uQUX9ZRmcN .card-header {
    padding: 8px 0;
  }
}
.cid-uQUX9ZRmcN .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-uQUX9ZRmcN .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-uQUX9ZRmcN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uQUX9ZRmcN .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uQUX9ZRmcN .panel-title-edit {
  color: #000000;
}
.cid-uQUX9ZRmcN .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uQUX9ZRmcN .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uQUX9ZRmcN .panel-text {
  color: #353535;
  margin: 0;
}
.cid-uQU7Q9U69y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQU7Q9U69y {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uQU7Q9U69y {
    padding-top: 0rem;
    padding-bottom: 0.6rem;
  }
}
.cid-uQU7Q9U69y .mbr-section-subtitle {
  text-align: left;
}
.cid-uQU7Q9U69y .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQU7Q9U69y .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQV36pIrkh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQV36pIrkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQV36pIrkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQV36pIrkh .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQV36pIrkh .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQV36pIrkh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQV36pIrkh .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uQV36pIrkh .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQV36pIrkh .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQV36pIrkh .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uQV36pIrkh .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQV36pIrkh .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQV36pIrkh .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQV36pIrkh .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQV36pIrkh .mbr-section-title {
  color: #000000;
}
.cid-uQV36pIrkh .mbr-desc {
  color: #000000;
}
.cid-uQV36pIrkh .mbr-text {
  color: #000000;
}
.cid-uQVyUNLFM0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVyUNLFM0 .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #000000;
}
.cid-uQVyUNLFM0 .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uQVyUNLFM0 .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uQVyUNLFM0 .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uQVyUNLFM0 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQVyUNLFM0 .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uQVyUNLFM0 .mbr-text {
    margin-top: 10px;
  }
  .cid-uQVyUNLFM0 .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uQVyUNLFM0 .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uQVyUNLFM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVyUNLFM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQU3FOPysB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQU3FOPysB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQU3FOPysB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQU3FOPysB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uQU3FOPysB .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQU3FOPysB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQU3FOPysB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQU3FOPysB .container {
    padding: 0 16px;
  }
}
.cid-uQU3FOPysB .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uQU3FOPysB .google-map iframe {
    height: 350px;
  }
}
.cid-uQU28k6JOC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQU28k6JOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQU28k6JOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQU28k6JOC .row {
  justify-content: space-between;
}
.cid-uQU28k6JOC .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQU28k6JOC .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQU28k6JOC .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQU28k6JOC .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uQU28k6JOC .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uQU28k6JOC .list li {
  margin-bottom: 25px;
}
.cid-uQU28k6JOC .list li:last-child {
  margin-bottom: 0;
}
.cid-uQU28k6JOC .mbr-desc {
  margin-bottom: 8px;
}
.cid-uQU28k6JOC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQU28k6JOC .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uQU28k6JOC .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #01563b;
}
.cid-uQU28k6JOC .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uQU28k6JOC .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uQU28k6JOC .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uQU28k6JOC .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uQU28k6JOC .mbr-desc,
.cid-uQU28k6JOC .mbr-iconfont {
  color: #000000;
}
.cid-uQU28k6JOC .mbr-text,
.cid-uQU28k6JOC .mbr-section-btn {
  color: #000000;
}
.cid-uQVPQFgmH6 {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQVPQFgmH6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQVPQFgmH6 .menu_box .navbar.opened,
  .cid-uQVPQFgmH6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  position: relative !important;
}
.cid-uQVPQFgmH6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQVPQFgmH6 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-uQVPQFgmH6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQVPQFgmH6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQVPQFgmH6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uQVPQFgmH6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uQVPQFgmH6 .nav-item .nav-link:hover,
.cid-uQVPQFgmH6 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uQVPQFgmH6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uQVPQFgmH6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .container {
  display: flex;
  margin: auto;
}
.cid-uQVPQFgmH6 .iconfont-wrapper {
  color: #000000;
  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-uQVPQFgmH6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQVPQFgmH6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQVPQFgmH6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .navbar-nav {
    margin: 0;
  }
}
.cid-uQVPQFgmH6 .dropdown-menu,
.cid-uQVPQFgmH6 .navbar.opened {
  background-color: false !important;
}
.cid-uQVPQFgmH6 .nav-item:focus,
.cid-uQVPQFgmH6 .nav-link:focus {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVPQFgmH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQVPQFgmH6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVPQFgmH6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQVPQFgmH6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVPQFgmH6 .navbar.collapsed {
  justify-content: center;
}
.cid-uQVPQFgmH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVPQFgmH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQVPQFgmH6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQVPQFgmH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVPQFgmH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVPQFgmH6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQVPQFgmH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown-item.active,
.cid-uQVPQFgmH6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVPQFgmH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVPQFgmH6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQVPQFgmH6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #dcdde0;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar {
    height: 70px;
  }
  .cid-uQVPQFgmH6 .navbar.opened {
    height: auto;
  }
  .cid-uQVPQFgmH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQVPQFgmH6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQVPQFgmH6 .navbar-caption:hover {
  color: #ff4552;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQVPQFgmH6 .text_widget {
  margin-bottom: 32px;
}
.cid-uQVPQFgmH6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQVPQFgmH6 .text_widget a:hover,
.cid-uQVPQFgmH6 .text_widget a:focus {
  opacity: .8;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .navbar-caption {
  color: #000000;
}
.cid-uQVPQFgmH6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle,
.cid-uQVPQFgmH6 .text_widget,
.cid-uQVPQFgmH6 .mbr-section-btn {
  text-align: center;
}
.cid-uQVPQFgmH6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQV5AKgKi1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/o-meta-og-home.jpg-1200x630.jpg");
}
.cid-uQV5AKgKi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQV5AKgKi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQV5AKgKi1 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQV5AKgKi1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQV5AKgKi1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQV5AKgKi1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQV5AKgKi1 .card-title {
  color: #000000;
}
.cid-uQV5AKgKi1 .mbr-text,
.cid-uQV5AKgKi1 .mbr-section-btn {
  color: #000000;
}
.cid-uQUhg71nXu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQUhg71nXu {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uQUhg71nXu {
    padding-top: 1.8rem;
    padding-bottom: 0rem;
  }
}
.cid-uQUhg71nXu .mbr-section-subtitle {
  text-align: left;
}
.cid-uQUhg71nXu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQUhg71nXu .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQUhg7OaZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQUhg7OaZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUhg7OaZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUhg7OaZX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uQUhg7OaZX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQUhg7OaZX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQUhg7OaZX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQUhg7OaZX .container {
    padding: 0 16px;
  }
}
.cid-uQUhg7OaZX .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uQUhg7OaZX .google-map iframe {
    height: 350px;
  }
}
.cid-uQUhg8F9ns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQUhg8F9ns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUhg8F9ns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUhg8F9ns .row {
  justify-content: space-between;
}
.cid-uQUhg8F9ns .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQUhg8F9ns .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQUhg8F9ns .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQUhg8F9ns .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uQUhg8F9ns .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uQUhg8F9ns .list li {
  margin-bottom: 25px;
}
.cid-uQUhg8F9ns .list li:last-child {
  margin-bottom: 0;
}
.cid-uQUhg8F9ns .mbr-desc {
  margin-bottom: 8px;
}
.cid-uQUhg8F9ns .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQUhg8F9ns .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uQUhg8F9ns .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #01563b;
}
.cid-uQUhg8F9ns .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uQUhg8F9ns .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uQUhg8F9ns .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uQUhg8F9ns .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uQUhg8F9ns .mbr-desc,
.cid-uQUhg8F9ns .mbr-iconfont {
  color: #000000;
}
.cid-uQUhg8F9ns .mbr-text,
.cid-uQUhg8F9ns .mbr-section-btn {
  color: #000000;
}
.cid-uQVPQFgmH6 {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQVPQFgmH6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQVPQFgmH6 .menu_box .navbar.opened,
  .cid-uQVPQFgmH6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  position: relative !important;
}
.cid-uQVPQFgmH6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQVPQFgmH6 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-uQVPQFgmH6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQVPQFgmH6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQVPQFgmH6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uQVPQFgmH6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uQVPQFgmH6 .nav-item .nav-link:hover,
.cid-uQVPQFgmH6 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uQVPQFgmH6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uQVPQFgmH6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .container {
  display: flex;
  margin: auto;
}
.cid-uQVPQFgmH6 .iconfont-wrapper {
  color: #000000;
  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-uQVPQFgmH6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQVPQFgmH6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQVPQFgmH6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .navbar-nav {
    margin: 0;
  }
}
.cid-uQVPQFgmH6 .dropdown-menu,
.cid-uQVPQFgmH6 .navbar.opened {
  background-color: false !important;
}
.cid-uQVPQFgmH6 .nav-item:focus,
.cid-uQVPQFgmH6 .nav-link:focus {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVPQFgmH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQVPQFgmH6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVPQFgmH6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQVPQFgmH6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVPQFgmH6 .navbar.collapsed {
  justify-content: center;
}
.cid-uQVPQFgmH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVPQFgmH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQVPQFgmH6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQVPQFgmH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVPQFgmH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVPQFgmH6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQVPQFgmH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown-item.active,
.cid-uQVPQFgmH6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVPQFgmH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVPQFgmH6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQVPQFgmH6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #dcdde0;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar {
    height: 70px;
  }
  .cid-uQVPQFgmH6 .navbar.opened {
    height: auto;
  }
  .cid-uQVPQFgmH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQVPQFgmH6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQVPQFgmH6 .navbar-caption:hover {
  color: #ff4552;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQVPQFgmH6 .text_widget {
  margin-bottom: 32px;
}
.cid-uQVPQFgmH6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQVPQFgmH6 .text_widget a:hover,
.cid-uQVPQFgmH6 .text_widget a:focus {
  opacity: .8;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .navbar-caption {
  color: #000000;
}
.cid-uQVPQFgmH6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle,
.cid-uQVPQFgmH6 .text_widget,
.cid-uQVPQFgmH6 .mbr-section-btn {
  text-align: center;
}
.cid-uQVPQFgmH6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQVPQFgmH6 {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQVPQFgmH6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQVPQFgmH6 .menu_box .navbar.opened,
  .cid-uQVPQFgmH6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  position: relative !important;
}
.cid-uQVPQFgmH6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQVPQFgmH6 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-uQVPQFgmH6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQVPQFgmH6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQVPQFgmH6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uQVPQFgmH6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uQVPQFgmH6 .nav-item .nav-link:hover,
.cid-uQVPQFgmH6 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uQVPQFgmH6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uQVPQFgmH6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .container {
  display: flex;
  margin: auto;
}
.cid-uQVPQFgmH6 .iconfont-wrapper {
  color: #000000;
  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-uQVPQFgmH6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQVPQFgmH6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQVPQFgmH6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .navbar-nav {
    margin: 0;
  }
}
.cid-uQVPQFgmH6 .dropdown-menu,
.cid-uQVPQFgmH6 .navbar.opened {
  background-color: false !important;
}
.cid-uQVPQFgmH6 .nav-item:focus,
.cid-uQVPQFgmH6 .nav-link:focus {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVPQFgmH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQVPQFgmH6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVPQFgmH6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQVPQFgmH6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVPQFgmH6 .navbar.collapsed {
  justify-content: center;
}
.cid-uQVPQFgmH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVPQFgmH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQVPQFgmH6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQVPQFgmH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVPQFgmH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVPQFgmH6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQVPQFgmH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown-item.active,
.cid-uQVPQFgmH6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVPQFgmH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVPQFgmH6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQVPQFgmH6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #dcdde0;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar {
    height: 70px;
  }
  .cid-uQVPQFgmH6 .navbar.opened {
    height: auto;
  }
  .cid-uQVPQFgmH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQVPQFgmH6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQVPQFgmH6 .navbar-caption:hover {
  color: #ff4552;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQVPQFgmH6 .text_widget {
  margin-bottom: 32px;
}
.cid-uQVPQFgmH6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQVPQFgmH6 .text_widget a:hover,
.cid-uQVPQFgmH6 .text_widget a:focus {
  opacity: .8;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .navbar-caption {
  color: #000000;
}
.cid-uQVPQFgmH6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle,
.cid-uQVPQFgmH6 .text_widget,
.cid-uQVPQFgmH6 .mbr-section-btn {
  text-align: center;
}
.cid-uQVPQFgmH6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQVBg88aHL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mj-11189-2-1.jpg-1024x573.jpg");
}
.cid-uQVBg88aHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBg88aHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVBg88aHL .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQVBg88aHL .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQVBg88aHL .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVBg88aHL .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQVBg88aHL .card-title {
  color: #000000;
}
.cid-uQVBg88aHL .mbr-text,
.cid-uQVBg88aHL .mbr-section-btn {
  color: #000000;
}
.cid-uQVBg94UgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVBg94UgR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQVBg94UgR .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQVBg94UgR .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQVBg94UgR .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQVBg94UgR .mbr-text {
  color: #000000;
}
.cid-uQVBg9VsSg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVBg9VsSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBg9VsSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVBg9VsSg .content-wrapper {
  padding: 10px;
  border-top: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uQVBg9VsSg .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uQVBg9VsSg .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uQVBg9VsSg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQVBg9VsSg .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQVBg9VsSg .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQVBg9VsSg .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uQVBg9VsSg .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQVBg9VsSg .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQVBg9VsSg .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uQVBg9VsSg .mbr-section-title {
  color: #000c3f;
}
.cid-uQVBg9VsSg .mbr-text {
  color: #000c3f;
}
.cid-uQVBg9VsSg .mbr-text,
.cid-uQVBg9VsSg .text-wrapper {
  color: #000000;
}
.cid-uQVBg9VsSg .mbr-section-title,
.cid-uQVBg9VsSg .mbr-section-btn {
  color: #000000;
}
.cid-uQVBgaPJfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uQVBgaPJfK .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVBgaPJfK .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVBgaPJfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBgaPJfK .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-uQVBgaPJfK .container {
    padding: 0 30px;
  }
}
.cid-uQVBgaPJfK .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQVBgaPJfK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQVBgaPJfK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQVBgaPJfK .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQVBgaPJfK .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uQVBgaPJfK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQVBgaPJfK .mbr-section-title {
  color: #000000;
}
.cid-uQVBgaPJfK .mbr-text {
  color: #000000;
}
.cid-uQVBgcb0Cc {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVBgcb0Cc img,
.cid-uQVBgcb0Cc .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQVBgcb0Cc .item:focus,
.cid-uQVBgcb0Cc span:focus {
  outline: none;
}
.cid-uQVBgcb0Cc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQVBgcb0Cc .item {
    margin-bottom: 1rem;
  }
}
.cid-uQVBgcb0Cc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQVBgcb0Cc .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uQVBgcb0Cc .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQVBgcb0Cc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQVBgcb0Cc .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-uQVBgcb0Cc .item-title {
  text-align: left;
  color: #ff4552;
}
.cid-uQVBgcb0Cc .item-subtitle {
  text-align: center;
}
.cid-uQVBgcb0Cc .mbr-text,
.cid-uQVBgcb0Cc .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQVBgcb0Cc .mbr-section-subtitle,
.cid-uQVBgcb0Cc .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uQVBgdRrZO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQVBgdRrZO {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uQVBgdRrZO {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
.cid-uQVBgdRrZO .mbr-section-subtitle {
  text-align: left;
}
.cid-uQVBgdRrZO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQVBgdRrZO .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQVBgeZfVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVBgeZfVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBgeZfVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVBgeZfVz .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uQVBgeZfVz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uQVBgeZfVz .container {
    padding: 0 26px;
  }
}
.cid-uQVBgeZfVz .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQVBgeZfVz .row {
    margin: 0 -12px;
  }
}
.cid-uQVBgeZfVz .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-uQVBgeZfVz .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uQVBgeZfVz .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQVBgeZfVz .card {
    padding: 0 12px;
  }
}
.cid-uQVBgeZfVz .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uQVBgeZfVz .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQVBgeZfVz .card {
    padding: 0 12px;
  }
}
.cid-uQVBgeZfVz .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uQVBgeZfVz .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uQVBgeZfVz .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQVBgeZfVz .image-wrapper img {
    height: 300px;
  }
}
.cid-uQVBgeZfVz .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uQVBgeZfVz .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uQVBgeZfVz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uQVBgeZfVz .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQVBgeZfVz .mbr-section-title {
  color: #000000;
}
.cid-uQVBgeZfVz .mbr-text {
  color: #000000;
}
.cid-uQVBggA5cA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uQVBggA5cA .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVBggA5cA .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVBggA5cA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBggA5cA .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-uQVBggA5cA .container {
    padding: 0 30px;
  }
}
.cid-uQVBggA5cA .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQVBggA5cA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQVBggA5cA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQVBggA5cA .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQVBggA5cA .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uQVBggA5cA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQVBggA5cA .mbr-section-title {
  color: #000000;
}
.cid-uQVBggA5cA .mbr-text {
  color: #000000;
}
.cid-uQVBghDMpq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVBghDMpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBghDMpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVBghDMpq .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-uQVBghDMpq .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQVBghDMpq .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uQVBghDMpq .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uQVBghDMpq .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uQVBghDMpq .col-img {
    display: none;
  }
}
.cid-uQVBghDMpq .img-wrap {
  width: 100%;
}
.cid-uQVBghDMpq .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uQVBghDMpq .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-uQVBghDMpq .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uQVBghDMpq .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uQVBghDMpq .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-uQVBghDMpq .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uQVBghDMpq .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uQVBghDMpq .panel-group {
    margin-top: 0;
  }
}
.cid-uQVBghDMpq .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-uQVBghDMpq .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uQVBghDMpq .card-header {
    padding: 8px 0;
  }
}
.cid-uQVBghDMpq .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-uQVBghDMpq .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-uQVBghDMpq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uQVBghDMpq .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uQVBghDMpq .panel-title-edit {
  color: #000000;
}
.cid-uQVBghDMpq .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uQVBghDMpq .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uQVBghDMpq .panel-text {
  color: #353535;
  margin: 0;
}
.cid-uQVBgj1sHE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQVBgj1sHE {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uQVBgj1sHE {
    padding-top: 0rem;
    padding-bottom: 0.6rem;
  }
}
.cid-uQVBgj1sHE .mbr-section-subtitle {
  text-align: left;
}
.cid-uQVBgj1sHE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQVBgj1sHE .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQVBgjZgDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVBgjZgDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBgjZgDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVBgjZgDo .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQVBgjZgDo .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVBgjZgDo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQVBgjZgDo .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uQVBgjZgDo .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQVBgjZgDo .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVBgjZgDo .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uQVBgjZgDo .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQVBgjZgDo .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVBgjZgDo .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQVBgjZgDo .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQVBgjZgDo .mbr-section-title {
  color: #000000;
}
.cid-uQVBgjZgDo .mbr-desc {
  color: #000000;
}
.cid-uQVBgjZgDo .mbr-text {
  color: #000000;
}
.cid-uQVBglrsa2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVBglrsa2 .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #000000;
}
.cid-uQVBglrsa2 .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uQVBglrsa2 .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uQVBglrsa2 .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uQVBglrsa2 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQVBglrsa2 .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uQVBglrsa2 .mbr-text {
    margin-top: 10px;
  }
  .cid-uQVBglrsa2 .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uQVBglrsa2 .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uQVBglrsa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBglrsa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVEjv2K57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVEjv2K57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVEjv2K57 .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-uQVEjv2K57 .container {
    padding: 0 22px;
  }
}
.cid-uQVEjv2K57 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQVEjv2K57 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQVEjv2K57 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uQVEjv2K57 .image-wrapper img {
    height: 350px;
  }
}
.cid-uQVEjv2K57 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uQVEjv2K57 .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uQVEjv2K57 .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uQVEjv2K57 .panel-group .card:hover,
.cid-uQVEjv2K57 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uQVEjv2K57 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQVEjv2K57 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uQVEjv2K57 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQVEjv2K57 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uQVEjv2K57 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uQVEjv2K57 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uQVEjv2K57 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uQVEjv2K57 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQVEjv2K57 .panel-title-edit {
  color: #000000;
}
.cid-uQVEjv2K57 .panel-text {
  color: #000000;
}
.cid-uQVBgmEjY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVBgmEjY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBgmEjY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVBgmEjY4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uQVBgmEjY4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQVBgmEjY4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQVBgmEjY4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQVBgmEjY4 .container {
    padding: 0 16px;
  }
}
.cid-uQVBgmEjY4 .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uQVBgmEjY4 .google-map iframe {
    height: 350px;
  }
}
.cid-uQVBgnSAW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQVBgnSAW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBgnSAW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVBgnSAW8 .row {
  justify-content: space-between;
}
.cid-uQVBgnSAW8 .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQVBgnSAW8 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQVBgnSAW8 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQVBgnSAW8 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uQVBgnSAW8 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uQVBgnSAW8 .list li {
  margin-bottom: 25px;
}
.cid-uQVBgnSAW8 .list li:last-child {
  margin-bottom: 0;
}
.cid-uQVBgnSAW8 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uQVBgnSAW8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQVBgnSAW8 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uQVBgnSAW8 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #01563b;
}
.cid-uQVBgnSAW8 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uQVBgnSAW8 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uQVBgnSAW8 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uQVBgnSAW8 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uQVBgnSAW8 .mbr-desc,
.cid-uQVBgnSAW8 .mbr-iconfont {
  color: #000000;
}
.cid-uQVBgnSAW8 .mbr-text,
.cid-uQVBgnSAW8 .mbr-section-btn {
  color: #000000;
}
.cid-uQVF1coTp3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/amazing-inventions.jpg-1600x900.jpg");
}
.cid-uQVF1coTp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1coTp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVF1coTp3 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQVF1coTp3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQVF1coTp3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVF1coTp3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQVF1coTp3 .card-title {
  color: #000000;
}
.cid-uQVF1coTp3 .mbr-text,
.cid-uQVF1coTp3 .mbr-section-btn {
  color: #000000;
}
.cid-uQVF1dz6YI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVF1dz6YI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQVF1dz6YI .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQVF1dz6YI .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQVF1dz6YI .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQVF1dz6YI .mbr-text {
  color: #000000;
}
.cid-uQVF1ezlpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVF1ezlpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1ezlpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVF1ezlpR .content-wrapper {
  padding: 10px;
  border-top: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uQVF1ezlpR .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uQVF1ezlpR .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uQVF1ezlpR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQVF1ezlpR .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQVF1ezlpR .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQVF1ezlpR .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uQVF1ezlpR .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQVF1ezlpR .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQVF1ezlpR .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uQVF1ezlpR .mbr-section-title {
  color: #000c3f;
}
.cid-uQVF1ezlpR .mbr-text {
  color: #000c3f;
}
.cid-uQVF1ezlpR .mbr-text,
.cid-uQVF1ezlpR .text-wrapper {
  color: #000000;
}
.cid-uQVF1ezlpR .mbr-section-title,
.cid-uQVF1ezlpR .mbr-section-btn {
  color: #000000;
}
.cid-uQVF1fEi1A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uQVF1fEi1A .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVF1fEi1A .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVF1fEi1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1fEi1A .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-uQVF1fEi1A .container {
    padding: 0 30px;
  }
}
.cid-uQVF1fEi1A .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQVF1fEi1A .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQVF1fEi1A .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQVF1fEi1A .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQVF1fEi1A .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uQVF1fEi1A .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQVF1fEi1A .mbr-section-title {
  color: #000000;
}
.cid-uQVF1fEi1A .mbr-text {
  color: #000000;
}
.cid-uQVF1gDt5X {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVF1gDt5X img,
.cid-uQVF1gDt5X .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQVF1gDt5X .item:focus,
.cid-uQVF1gDt5X span:focus {
  outline: none;
}
.cid-uQVF1gDt5X .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQVF1gDt5X .item {
    margin-bottom: 1rem;
  }
}
.cid-uQVF1gDt5X .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQVF1gDt5X .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uQVF1gDt5X .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQVF1gDt5X .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQVF1gDt5X .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-uQVF1gDt5X .item-title {
  text-align: left;
  color: #ff4552;
}
.cid-uQVF1gDt5X .item-subtitle {
  text-align: center;
}
.cid-uQVF1gDt5X .mbr-text,
.cid-uQVF1gDt5X .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQVF1gDt5X .mbr-section-subtitle,
.cid-uQVF1gDt5X .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uQVF1ieq4C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQVF1ieq4C {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uQVF1ieq4C {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
.cid-uQVF1ieq4C .mbr-section-subtitle {
  text-align: left;
}
.cid-uQVF1ieq4C .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQVF1ieq4C .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQVF1jmGu7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVF1jmGu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1jmGu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVF1jmGu7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uQVF1jmGu7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uQVF1jmGu7 .container {
    padding: 0 26px;
  }
}
.cid-uQVF1jmGu7 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQVF1jmGu7 .row {
    margin: 0 -12px;
  }
}
.cid-uQVF1jmGu7 .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-uQVF1jmGu7 .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uQVF1jmGu7 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQVF1jmGu7 .card {
    padding: 0 12px;
  }
}
.cid-uQVF1jmGu7 .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uQVF1jmGu7 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQVF1jmGu7 .card {
    padding: 0 12px;
  }
}
.cid-uQVF1jmGu7 .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uQVF1jmGu7 .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uQVF1jmGu7 .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQVF1jmGu7 .image-wrapper img {
    height: 300px;
  }
}
.cid-uQVF1jmGu7 .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uQVF1jmGu7 .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uQVF1jmGu7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uQVF1jmGu7 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQVF1jmGu7 .mbr-section-title {
  color: #000000;
}
.cid-uQVF1jmGu7 .mbr-text {
  color: #000000;
}
.cid-uQVF1kH0CD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uQVF1kH0CD .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVF1kH0CD .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVF1kH0CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1kH0CD .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-uQVF1kH0CD .container {
    padding: 0 30px;
  }
}
.cid-uQVF1kH0CD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQVF1kH0CD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQVF1kH0CD .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQVF1kH0CD .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQVF1kH0CD .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uQVF1kH0CD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQVF1kH0CD .mbr-section-title {
  color: #000000;
}
.cid-uQVF1kH0CD .mbr-text {
  color: #000000;
}
.cid-uQVF1lWXD5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVF1lWXD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1lWXD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVF1lWXD5 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-uQVF1lWXD5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQVF1lWXD5 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uQVF1lWXD5 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uQVF1lWXD5 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uQVF1lWXD5 .col-img {
    display: none;
  }
}
.cid-uQVF1lWXD5 .img-wrap {
  width: 100%;
}
.cid-uQVF1lWXD5 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uQVF1lWXD5 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-uQVF1lWXD5 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uQVF1lWXD5 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uQVF1lWXD5 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-uQVF1lWXD5 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uQVF1lWXD5 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uQVF1lWXD5 .panel-group {
    margin-top: 0;
  }
}
.cid-uQVF1lWXD5 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-uQVF1lWXD5 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uQVF1lWXD5 .card-header {
    padding: 8px 0;
  }
}
.cid-uQVF1lWXD5 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-uQVF1lWXD5 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-uQVF1lWXD5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uQVF1lWXD5 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uQVF1lWXD5 .panel-title-edit {
  color: #000000;
}
.cid-uQVF1lWXD5 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uQVF1lWXD5 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uQVF1lWXD5 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-uQVF1nD9YC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQVF1nD9YC {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uQVF1nD9YC {
    padding-top: 0rem;
    padding-bottom: 0.6rem;
  }
}
.cid-uQVF1nD9YC .mbr-section-subtitle {
  text-align: left;
}
.cid-uQVF1nD9YC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQVF1nD9YC .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQVF1oUh33 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVF1oUh33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1oUh33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVF1oUh33 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQVF1oUh33 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVF1oUh33 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQVF1oUh33 .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uQVF1oUh33 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQVF1oUh33 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVF1oUh33 .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uQVF1oUh33 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQVF1oUh33 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVF1oUh33 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQVF1oUh33 .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQVF1oUh33 .mbr-section-title {
  color: #000000;
}
.cid-uQVF1oUh33 .mbr-desc {
  color: #000000;
}
.cid-uQVF1oUh33 .mbr-text {
  color: #000000;
}
.cid-uQVHFMZHzd {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uQVHFMZHzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHFMZHzd .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-uQVHFMZHzd .container {
    padding: 0 20px;
  }
}
.cid-uQVHFMZHzd .row {
  margin: 0;
}
.cid-uQVHFMZHzd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQVHFMZHzd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQVHFMZHzd .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uQVHFMZHzd .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uQVHFMZHzd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQVHFMZHzd .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uQVHFMZHzd .mbr-section-title {
  color: #000000;
}
.cid-uQVF1q5E0A {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVF1q5E0A .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #000000;
}
.cid-uQVF1q5E0A .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uQVF1q5E0A .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uQVF1q5E0A .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uQVF1q5E0A .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQVF1q5E0A .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uQVF1q5E0A .mbr-text {
    margin-top: 10px;
  }
  .cid-uQVF1q5E0A .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uQVF1q5E0A .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uQVF1q5E0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1q5E0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVF1rfLYq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVF1rfLYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1rfLYq .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-uQVF1rfLYq .container {
    padding: 0 22px;
  }
}
.cid-uQVF1rfLYq .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQVF1rfLYq .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQVF1rfLYq .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uQVF1rfLYq .image-wrapper img {
    height: 350px;
  }
}
.cid-uQVF1rfLYq .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uQVF1rfLYq .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uQVF1rfLYq .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uQVF1rfLYq .panel-group .card:hover,
.cid-uQVF1rfLYq .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uQVF1rfLYq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQVF1rfLYq .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uQVF1rfLYq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQVF1rfLYq .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uQVF1rfLYq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uQVF1rfLYq .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uQVF1rfLYq .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uQVF1rfLYq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQVF1rfLYq .panel-title-edit {
  color: #000000;
}
.cid-uQVF1rfLYq .panel-text {
  color: #000000;
}
.cid-uQVF1sByGd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVF1sByGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1sByGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVF1sByGd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uQVF1sByGd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQVF1sByGd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQVF1sByGd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQVF1sByGd .container {
    padding: 0 16px;
  }
}
.cid-uQVF1sByGd .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uQVF1sByGd .google-map iframe {
    height: 350px;
  }
}
.cid-uQVF1v57R9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQVF1v57R9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVF1v57R9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVF1v57R9 .row {
  justify-content: space-between;
}
.cid-uQVF1v57R9 .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQVF1v57R9 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQVF1v57R9 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQVF1v57R9 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uQVF1v57R9 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uQVF1v57R9 .list li {
  margin-bottom: 25px;
}
.cid-uQVF1v57R9 .list li:last-child {
  margin-bottom: 0;
}
.cid-uQVF1v57R9 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uQVF1v57R9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQVF1v57R9 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uQVF1v57R9 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #01563b;
}
.cid-uQVF1v57R9 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uQVF1v57R9 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uQVF1v57R9 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uQVF1v57R9 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uQVF1v57R9 .mbr-desc,
.cid-uQVF1v57R9 .mbr-iconfont {
  color: #000000;
}
.cid-uQVF1v57R9 .mbr-text,
.cid-uQVF1v57R9 .mbr-section-btn {
  color: #000000;
}
.cid-uQVPQFgmH6 {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQVPQFgmH6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQVPQFgmH6 .menu_box .navbar.opened,
  .cid-uQVPQFgmH6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  position: relative !important;
}
.cid-uQVPQFgmH6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQVPQFgmH6 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-uQVPQFgmH6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQVPQFgmH6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQVPQFgmH6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uQVPQFgmH6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uQVPQFgmH6 .nav-item .nav-link:hover,
.cid-uQVPQFgmH6 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uQVPQFgmH6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uQVPQFgmH6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .container {
  display: flex;
  margin: auto;
}
.cid-uQVPQFgmH6 .iconfont-wrapper {
  color: #000000;
  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-uQVPQFgmH6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQVPQFgmH6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQVPQFgmH6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .navbar-nav {
    margin: 0;
  }
}
.cid-uQVPQFgmH6 .dropdown-menu,
.cid-uQVPQFgmH6 .navbar.opened {
  background-color: false !important;
}
.cid-uQVPQFgmH6 .nav-item:focus,
.cid-uQVPQFgmH6 .nav-link:focus {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVPQFgmH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQVPQFgmH6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVPQFgmH6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQVPQFgmH6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVPQFgmH6 .navbar.collapsed {
  justify-content: center;
}
.cid-uQVPQFgmH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVPQFgmH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQVPQFgmH6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQVPQFgmH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVPQFgmH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVPQFgmH6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQVPQFgmH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown-item.active,
.cid-uQVPQFgmH6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVPQFgmH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVPQFgmH6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQVPQFgmH6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #dcdde0;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar {
    height: 70px;
  }
  .cid-uQVPQFgmH6 .navbar.opened {
    height: auto;
  }
  .cid-uQVPQFgmH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQVPQFgmH6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQVPQFgmH6 .navbar-caption:hover {
  color: #ff4552;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQVPQFgmH6 .text_widget {
  margin-bottom: 32px;
}
.cid-uQVPQFgmH6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQVPQFgmH6 .text_widget a:hover,
.cid-uQVPQFgmH6 .text_widget a:focus {
  opacity: .8;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .navbar-caption {
  color: #000000;
}
.cid-uQVPQFgmH6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle,
.cid-uQVPQFgmH6 .text_widget,
.cid-uQVPQFgmH6 .mbr-section-btn {
  text-align: center;
}
.cid-uQVPQFgmH6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQVHmx0MJ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blue-and-pink-social-media-marketing-presentation-2.png-1920x1080.png");
}
.cid-uQVHmx0MJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmx0MJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVHmx0MJ3 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQVHmx0MJ3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQVHmx0MJ3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVHmx0MJ3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQVHmx0MJ3 .card-title {
  color: #000000;
}
.cid-uQVHmx0MJ3 .mbr-text,
.cid-uQVHmx0MJ3 .mbr-section-btn {
  color: #000000;
}
.cid-uQVHmydXsU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVHmydXsU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQVHmydXsU .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQVHmydXsU .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQVHmydXsU .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQVHmydXsU .mbr-text {
  color: #000000;
}
.cid-uQVHmz4Pxe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVHmz4Pxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmz4Pxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVHmz4Pxe .content-wrapper {
  padding: 10px;
  border-top: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uQVHmz4Pxe .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uQVHmz4Pxe .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uQVHmz4Pxe .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQVHmz4Pxe .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQVHmz4Pxe .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQVHmz4Pxe .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uQVHmz4Pxe .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQVHmz4Pxe .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQVHmz4Pxe .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uQVHmz4Pxe .mbr-section-title {
  color: #000c3f;
}
.cid-uQVHmz4Pxe .mbr-text {
  color: #000c3f;
}
.cid-uQVHmz4Pxe .mbr-text,
.cid-uQVHmz4Pxe .text-wrapper {
  color: #000000;
}
.cid-uQVHmz4Pxe .mbr-section-title,
.cid-uQVHmz4Pxe .mbr-section-btn {
  color: #000000;
}
.cid-uQVHmzUDOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uQVHmzUDOZ .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVHmzUDOZ .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVHmzUDOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmzUDOZ .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-uQVHmzUDOZ .container {
    padding: 0 30px;
  }
}
.cid-uQVHmzUDOZ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQVHmzUDOZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQVHmzUDOZ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQVHmzUDOZ .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQVHmzUDOZ .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uQVHmzUDOZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQVHmzUDOZ .mbr-section-title {
  color: #000000;
}
.cid-uQVHmzUDOZ .mbr-text {
  color: #000000;
}
.cid-uQVHmAGmAT {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVHmAGmAT img,
.cid-uQVHmAGmAT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQVHmAGmAT .item:focus,
.cid-uQVHmAGmAT span:focus {
  outline: none;
}
.cid-uQVHmAGmAT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQVHmAGmAT .item {
    margin-bottom: 1rem;
  }
}
.cid-uQVHmAGmAT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQVHmAGmAT .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uQVHmAGmAT .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQVHmAGmAT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQVHmAGmAT .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-uQVHmAGmAT .item-title {
  text-align: left;
  color: #ff4552;
}
.cid-uQVHmAGmAT .item-subtitle {
  text-align: center;
}
.cid-uQVHmAGmAT .mbr-text,
.cid-uQVHmAGmAT .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQVHmAGmAT .mbr-section-subtitle,
.cid-uQVHmAGmAT .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uQVHmBZpIW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQVHmBZpIW {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uQVHmBZpIW {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
.cid-uQVHmBZpIW .mbr-section-subtitle {
  text-align: left;
}
.cid-uQVHmBZpIW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQVHmBZpIW .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQVHmCVbtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVHmCVbtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmCVbtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVHmCVbtv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uQVHmCVbtv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uQVHmCVbtv .container {
    padding: 0 26px;
  }
}
.cid-uQVHmCVbtv .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQVHmCVbtv .row {
    margin: 0 -12px;
  }
}
.cid-uQVHmCVbtv .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-uQVHmCVbtv .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uQVHmCVbtv .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQVHmCVbtv .card {
    padding: 0 12px;
  }
}
.cid-uQVHmCVbtv .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uQVHmCVbtv .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQVHmCVbtv .card {
    padding: 0 12px;
  }
}
.cid-uQVHmCVbtv .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uQVHmCVbtv .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uQVHmCVbtv .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQVHmCVbtv .image-wrapper img {
    height: 300px;
  }
}
.cid-uQVHmCVbtv .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uQVHmCVbtv .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uQVHmCVbtv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uQVHmCVbtv .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQVHmCVbtv .mbr-section-title {
  color: #000000;
}
.cid-uQVHmCVbtv .mbr-text {
  color: #000000;
}
.cid-uQVHmDZXUW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uQVHmDZXUW .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVHmDZXUW .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dfe4ff 0, #ffffff 43%, #dfe4ff 100%);
}
.cid-uQVHmDZXUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmDZXUW .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-uQVHmDZXUW .container {
    padding: 0 30px;
  }
}
.cid-uQVHmDZXUW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQVHmDZXUW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQVHmDZXUW .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQVHmDZXUW .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQVHmDZXUW .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uQVHmDZXUW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQVHmDZXUW .mbr-section-title {
  color: #000000;
}
.cid-uQVHmDZXUW .mbr-text {
  color: #000000;
}
.cid-uQVHmEPJPs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVHmEPJPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmEPJPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVHmEPJPs .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-uQVHmEPJPs .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQVHmEPJPs .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uQVHmEPJPs .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uQVHmEPJPs .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uQVHmEPJPs .col-img {
    display: none;
  }
}
.cid-uQVHmEPJPs .img-wrap {
  width: 100%;
}
.cid-uQVHmEPJPs .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uQVHmEPJPs .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-uQVHmEPJPs .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uQVHmEPJPs .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uQVHmEPJPs .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-uQVHmEPJPs .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uQVHmEPJPs .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uQVHmEPJPs .panel-group {
    margin-top: 0;
  }
}
.cid-uQVHmEPJPs .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-uQVHmEPJPs .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uQVHmEPJPs .card-header {
    padding: 8px 0;
  }
}
.cid-uQVHmEPJPs .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-uQVHmEPJPs .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-uQVHmEPJPs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uQVHmEPJPs .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uQVHmEPJPs .panel-title-edit {
  color: #000000;
}
.cid-uQVHmEPJPs .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uQVHmEPJPs .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uQVHmEPJPs .panel-text {
  color: #353535;
  margin: 0;
}
.cid-uQVHmGcEnm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQVHmGcEnm {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uQVHmGcEnm {
    padding-top: 0rem;
    padding-bottom: 1.8rem;
  }
}
.cid-uQVHmGcEnm .mbr-section-subtitle {
  text-align: left;
}
.cid-uQVHmGcEnm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQVHmGcEnm .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQVHmH9ZsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVHmH9ZsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmH9ZsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVHmH9ZsV .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQVHmH9ZsV .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVHmH9ZsV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQVHmH9ZsV .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uQVHmH9ZsV .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQVHmH9ZsV .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVHmH9ZsV .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uQVHmH9ZsV .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQVHmH9ZsV .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQVHmH9ZsV .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQVHmH9ZsV .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQVHmH9ZsV .mbr-section-title {
  color: #000000;
}
.cid-uQVHmH9ZsV .mbr-desc {
  color: #000000;
}
.cid-uQVHmH9ZsV .mbr-text {
  color: #000000;
}
.cid-uQVHmI4phD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVHmI4phD .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #000000;
}
.cid-uQVHmI4phD .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uQVHmI4phD .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uQVHmI4phD .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uQVHmI4phD .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQVHmI4phD .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uQVHmI4phD .mbr-text {
    margin-top: 10px;
  }
  .cid-uQVHmI4phD .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uQVHmI4phD .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uQVHmI4phD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmI4phD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVHmJ146h {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVHmJ146h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmJ146h .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-uQVHmJ146h .container {
    padding: 0 22px;
  }
}
.cid-uQVHmJ146h .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQVHmJ146h .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQVHmJ146h .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uQVHmJ146h .image-wrapper img {
    height: 350px;
  }
}
.cid-uQVHmJ146h .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uQVHmJ146h .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uQVHmJ146h .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uQVHmJ146h .panel-group .card:hover,
.cid-uQVHmJ146h .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uQVHmJ146h .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQVHmJ146h .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uQVHmJ146h .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQVHmJ146h .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uQVHmJ146h .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uQVHmJ146h .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uQVHmJ146h .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uQVHmJ146h .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQVHmJ146h .panel-title-edit {
  color: #000000;
}
.cid-uQVHmJ146h .panel-text {
  color: #000000;
}
.cid-uQVHmK5FGJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQVHmK5FGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmK5FGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVHmK5FGJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uQVHmK5FGJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQVHmK5FGJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQVHmK5FGJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQVHmK5FGJ .container {
    padding: 0 16px;
  }
}
.cid-uQVHmK5FGJ .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uQVHmK5FGJ .google-map iframe {
    height: 350px;
  }
}
.cid-uQVHmL5VVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQVHmL5VVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVHmL5VVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVHmL5VVp .row {
  justify-content: space-between;
}
.cid-uQVHmL5VVp .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQVHmL5VVp .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQVHmL5VVp .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQVHmL5VVp .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uQVHmL5VVp .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uQVHmL5VVp .list li {
  margin-bottom: 25px;
}
.cid-uQVHmL5VVp .list li:last-child {
  margin-bottom: 0;
}
.cid-uQVHmL5VVp .mbr-desc {
  margin-bottom: 8px;
}
.cid-uQVHmL5VVp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQVHmL5VVp .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uQVHmL5VVp .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #01563b;
}
.cid-uQVHmL5VVp .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uQVHmL5VVp .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uQVHmL5VVp .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uQVHmL5VVp .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uQVHmL5VVp .mbr-desc,
.cid-uQVHmL5VVp .mbr-iconfont {
  color: #000000;
}
.cid-uQVHmL5VVp .mbr-text,
.cid-uQVHmL5VVp .mbr-section-btn {
  color: #000000;
}
.cid-uQVPQFgmH6 {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQVPQFgmH6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQVPQFgmH6 .menu_box .navbar.opened,
  .cid-uQVPQFgmH6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  position: relative !important;
}
.cid-uQVPQFgmH6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQVPQFgmH6 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-uQVPQFgmH6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQVPQFgmH6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQVPQFgmH6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uQVPQFgmH6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uQVPQFgmH6 .nav-item .nav-link:hover,
.cid-uQVPQFgmH6 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uQVPQFgmH6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uQVPQFgmH6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .container {
  display: flex;
  margin: auto;
}
.cid-uQVPQFgmH6 .iconfont-wrapper {
  color: #000000;
  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-uQVPQFgmH6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQVPQFgmH6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQVPQFgmH6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .navbar-nav {
    margin: 0;
  }
}
.cid-uQVPQFgmH6 .dropdown-menu,
.cid-uQVPQFgmH6 .navbar.opened {
  background-color: false !important;
}
.cid-uQVPQFgmH6 .nav-item:focus,
.cid-uQVPQFgmH6 .nav-link:focus {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVPQFgmH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQVPQFgmH6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVPQFgmH6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQVPQFgmH6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVPQFgmH6 .navbar.collapsed {
  justify-content: center;
}
.cid-uQVPQFgmH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVPQFgmH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQVPQFgmH6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQVPQFgmH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVPQFgmH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVPQFgmH6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQVPQFgmH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown-item.active,
.cid-uQVPQFgmH6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVPQFgmH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVPQFgmH6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQVPQFgmH6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #dcdde0;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar {
    height: 70px;
  }
  .cid-uQVPQFgmH6 .navbar.opened {
    height: auto;
  }
  .cid-uQVPQFgmH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQVPQFgmH6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQVPQFgmH6 .navbar-caption:hover {
  color: #ff4552;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQVPQFgmH6 .text_widget {
  margin-bottom: 32px;
}
.cid-uQVPQFgmH6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQVPQFgmH6 .text_widget a:hover,
.cid-uQVPQFgmH6 .text_widget a:focus {
  opacity: .8;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .navbar-caption {
  color: #000000;
}
.cid-uQVPQFgmH6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle,
.cid-uQVPQFgmH6 .text_widget,
.cid-uQVPQFgmH6 .mbr-section-btn {
  text-align: center;
}
.cid-uQVPQFgmH6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQV4ZB4ceP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/feneroosh-a-blog-image-for-a-post-related-to-innovation-and-lea-27c1000e-8168-413c-87ec-27821659a153-compressed-1456x816.jpg-1456x816.jpg");
}
.cid-uQV4ZB4ceP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQV4ZB4ceP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQV4ZB4ceP .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQV4ZB4ceP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQV4ZB4ceP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQV4ZB4ceP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQV4ZB4ceP .card-title {
  color: #000000;
}
.cid-uQV4ZB4ceP .mbr-text,
.cid-uQV4ZB4ceP .mbr-section-btn {
  color: #000000;
}
.cid-uQUfNUoOWA {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQUfNUoOWA {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uQUfNUoOWA {
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
  }
}
.cid-uQUfNUoOWA .mbr-section-subtitle {
  text-align: left;
}
.cid-uQUfNUoOWA .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQUfNUoOWA .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQUfO2JROH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQUfO2JROH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUfO2JROH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUfO2JROH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uQUfO2JROH .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQUfO2JROH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQUfO2JROH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uQUfO2JROH .container {
    padding: 0 16px;
  }
}
.cid-uQUfO2JROH .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uQUfO2JROH .google-map iframe {
    height: 350px;
  }
}
.cid-uQUfO3Vihu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQUfO3Vihu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUfO3Vihu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUfO3Vihu .row {
  justify-content: space-between;
}
.cid-uQUfO3Vihu .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQUfO3Vihu .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQUfO3Vihu .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQUfO3Vihu .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uQUfO3Vihu .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uQUfO3Vihu .list li {
  margin-bottom: 25px;
}
.cid-uQUfO3Vihu .list li:last-child {
  margin-bottom: 0;
}
.cid-uQUfO3Vihu .mbr-desc {
  margin-bottom: 8px;
}
.cid-uQUfO3Vihu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQUfO3Vihu .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uQUfO3Vihu .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #01563b;
}
.cid-uQUfO3Vihu .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uQUfO3Vihu .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uQUfO3Vihu .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uQUfO3Vihu .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uQUfO3Vihu .mbr-desc,
.cid-uQUfO3Vihu .mbr-iconfont {
  color: #000000;
}
.cid-uQUfO3Vihu .mbr-text,
.cid-uQUfO3Vihu .mbr-section-btn {
  color: #000000;
}
.cid-uQVPQFgmH6 {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uQVPQFgmH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQVPQFgmH6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQVPQFgmH6 .menu_box .navbar.opened,
  .cid-uQVPQFgmH6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown {
  position: relative !important;
}
.cid-uQVPQFgmH6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQVPQFgmH6 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-uQVPQFgmH6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQVPQFgmH6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQVPQFgmH6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uQVPQFgmH6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uQVPQFgmH6 .nav-item .nav-link:hover,
.cid-uQVPQFgmH6 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uQVPQFgmH6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQVPQFgmH6 .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-uQVPQFgmH6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uQVPQFgmH6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQVPQFgmH6 .container {
  display: flex;
  margin: auto;
}
.cid-uQVPQFgmH6 .iconfont-wrapper {
  color: #000000;
  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-uQVPQFgmH6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQVPQFgmH6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQVPQFgmH6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .navbar-nav {
    margin: 0;
  }
}
.cid-uQVPQFgmH6 .dropdown-menu,
.cid-uQVPQFgmH6 .navbar.opened {
  background-color: false !important;
}
.cid-uQVPQFgmH6 .nav-item:focus,
.cid-uQVPQFgmH6 .nav-link:focus {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVPQFgmH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVPQFgmH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVPQFgmH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVPQFgmH6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQVPQFgmH6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQVPQFgmH6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVPQFgmH6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQVPQFgmH6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQVPQFgmH6 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVPQFgmH6 .navbar.collapsed {
  justify-content: center;
}
.cid-uQVPQFgmH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVPQFgmH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVPQFgmH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQVPQFgmH6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQVPQFgmH6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQVPQFgmH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVPQFgmH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQVPQFgmH6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQVPQFgmH6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQVPQFgmH6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVPQFgmH6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQVPQFgmH6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQVPQFgmH6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQVPQFgmH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVPQFgmH6 .dropdown-item.active,
.cid-uQVPQFgmH6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVPQFgmH6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVPQFgmH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVPQFgmH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVPQFgmH6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQVPQFgmH6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQVPQFgmH6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #dcdde0;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPQFgmH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVPQFgmH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPQFgmH6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQVPQFgmH6 .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-uQVPQFgmH6 .navbar {
    height: 70px;
  }
  .cid-uQVPQFgmH6 .navbar.opened {
    height: auto;
  }
  .cid-uQVPQFgmH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVPQFgmH6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQVPQFgmH6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQVPQFgmH6 .navbar-caption:hover {
  color: #ff4552;
}
@media (min-width: 992px) {
  .cid-uQVPQFgmH6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQVPQFgmH6 .text_widget {
  margin-bottom: 32px;
}
.cid-uQVPQFgmH6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQVPQFgmH6 .text_widget a:hover,
.cid-uQVPQFgmH6 .text_widget a:focus {
  opacity: .8;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .navbar-caption {
  color: #000000;
}
.cid-uQVPQFgmH6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQVPQFgmH6 .mbr-section-subtitle,
.cid-uQVPQFgmH6 .text_widget,
.cid-uQVPQFgmH6 .mbr-section-btn {
  text-align: center;
}
.cid-uQVPQFgmH6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
