.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f6fcfe;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((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.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff99c8 !important;
}
.bg-success {
  background-color: #7ee7b6 !important;
}
.bg-info {
  background-color: #6ee0f7 !important;
}
.bg-warning {
  background-color: #ffd966 !important;
}
.bg-danger {
  background-color: #e87d87 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff99c8 !important;
  border-color: #ff99c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffcce4 !important;
  border-color: #ffcce4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffcce4 !important;
  border-color: #ffcce4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #def9a9 !important;
  border-color: #def9a9 !important;
  color: #69980b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0fcd9 !important;
  border-color: #f0fcd9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #69980b !important;
  background-color: #f0fcd9 !important;
  border-color: #f0fcd9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
  color: #055161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #055161 !important;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
  color: #105635 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105635 !important;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
  color: #664d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #664d00 !important;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87d87 !important;
  border-color: #e87d87 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0a8af !important;
  border-color: #f0a8af !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: #ff99c8;
  color: #ff99c8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff4299 !important;
  background-color: transparent !important;
  border-color: #ff4299 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff99c8 !important;
  border-color: #ff99c8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #def9a9;
  color: #def9a9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bff358 !important;
  background-color: transparent !important;
  border-color: #bff358 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #69980b !important;
  background-color: #def9a9 !important;
  border-color: #def9a9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6ee0f7;
  color: #6ee0f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ccef2 !important;
  background-color: transparent !important;
  border-color: #1ccef2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #055161 !important;
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7ee7b6;
  color: #7ee7b6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #35d98d !important;
  background-color: transparent !important;
  border-color: #35d98d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105635 !important;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd966;
  color: #ffd966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc30f !important;
  background-color: transparent !important;
  border-color: #ffc30f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #664d00 !important;
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87d87;
  color: #e87d87;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db3343 !important;
  background-color: transparent !important;
  border-color: #db3343 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87d87 !important;
  border-color: #e87d87 !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: #ff99c8 !important;
}
.text-secondary {
  color: #def9a9 !important;
}
.text-success {
  color: #7ee7b6 !important;
}
.text-info {
  color: #6ee0f7 !important;
}
.text-warning {
  color: #ffd966 !important;
}
.text-danger {
  color: #e87d87 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff3391 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9f24a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d785 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dcbf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d92637 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff99c8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ee0f7;
}
.alert-warning {
  background-color: #ffd966;
}
.alert-danger {
  background-color: #e87d87;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff99c8;
  border-color: #ff99c8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff99c8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #ff99c8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff99c8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff99c8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff99c8;
}
.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: #ff99c8;
  border-bottom-color: #ff99c8;
}
.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: #000000 !important;
  background-color: #ff99c8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #def9a9 !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='%23ff99c8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 400;
  flex-direction: row-reverse;
  padding: 10px 20px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s ease;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #ff99c8 !important;
  color: #ffffff !important;
  border-color: #ff99c8 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.little-radius,
.form-control {
  border-radius: .5rem !important;
  border-radius: 0 !important;
}
.cid-uU7xDiEuZt .navbar-dropdown {
  position: relative !important;
}
.cid-uU7xDiEuZt .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiEuZt .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiEuZt .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uU7xDiEuZt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU7xDiEuZt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uU7xDiEuZt .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uU7xDiEuZt .dropdown-item:hover,
.cid-uU7xDiEuZt .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uU7xDiEuZt .dropdown-item:hover span {
  color: white;
}
.cid-uU7xDiEuZt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU7xDiEuZt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU7xDiEuZt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU7xDiEuZt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU7xDiEuZt .nav-link {
  position: relative;
}
.cid-uU7xDiEuZt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uU7xDiEuZt .container {
    flex-wrap: nowrap;
  }
}
.cid-uU7xDiEuZt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uU7xDiEuZt .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uU7xDiEuZt .dropdown-menu,
.cid-uU7xDiEuZt .navbar.opened {
  background: #ffffff !important;
}
.cid-uU7xDiEuZt .nav-item:focus,
.cid-uU7xDiEuZt .nav-link:focus {
  outline: none;
}
.cid-uU7xDiEuZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU7xDiEuZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uU7xDiEuZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU7xDiEuZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU7xDiEuZt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU7xDiEuZt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU7xDiEuZt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU7xDiEuZt .navbar.opened {
  transition: all 0.3s;
}
.cid-uU7xDiEuZt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uU7xDiEuZt .navbar .navbar-logo img {
  width: auto;
}
.cid-uU7xDiEuZt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU7xDiEuZt .navbar.collapsed {
  justify-content: center;
}
.cid-uU7xDiEuZt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU7xDiEuZt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU7xDiEuZt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uU7xDiEuZt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU7xDiEuZt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU7xDiEuZt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uU7xDiEuZt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU7xDiEuZt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU7xDiEuZt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU7xDiEuZt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU7xDiEuZt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU7xDiEuZt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU7xDiEuZt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU7xDiEuZt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uU7xDiEuZt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU7xDiEuZt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU7xDiEuZt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uU7xDiEuZt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uU7xDiEuZt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU7xDiEuZt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU7xDiEuZt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uU7xDiEuZt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uU7xDiEuZt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uU7xDiEuZt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uU7xDiEuZt .navbar-brand .navbar-caption:hover,
.cid-uU7xDiEuZt .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU7xDiEuZt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU7xDiEuZt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uU7xDiEuZt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU7xDiEuZt .dropdown-item.active,
.cid-uU7xDiEuZt .dropdown-item:active {
  background-color: transparent;
}
.cid-uU7xDiEuZt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU7xDiEuZt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU7xDiEuZt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU7xDiEuZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiEuZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uU7xDiEuZt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uU7xDiEuZt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU7xDiEuZt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uU7xDiEuZt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uU7xDiEuZt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uU7xDiEuZt .navbar-buttons {
    text-align: left;
  }
}
.cid-uU7xDiEuZt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uU7xDiEuZt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uU7xDiEuZt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU7xDiEuZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU7xDiEuZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uU7xDiEuZt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU7xDiEuZt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU7xDiEuZt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uU7xDiEuZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7xDiEuZt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU7xDiEuZt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU7xDiEuZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7xDiEuZt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU7xDiEuZt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7xDiEuZt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU7xDiEuZt .navbar {
    height: 70px;
  }
  .cid-uU7xDiEuZt .navbar.opened {
    height: auto;
  }
  .cid-uU7xDiEuZt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU7xDiEuZt .navbar-nav {
  margin: 0;
}
.cid-uU7xDiEuZt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uU7xDiEuZt .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uU7xDiEuZt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uU7xDiEuZt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uU7xDiEuZt .nav-item .nav-link:hover,
.cid-uU7xDiEuZt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uU7xDiEuZt .nav-item .nav-link:hover::after,
.cid-uU7xDiEuZt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uU7xDiEuZt .nav-item .nav-link:hover::before,
.cid-uU7xDiEuZt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uU7xDiEuZt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uU7xDiEuZt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uU7xDiEuZt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uU7xDiEuZt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uU7xDiEuZt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uU7xDiEuZt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uU7xDiEuZt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uU7xDiEuZt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uU7xDiEuZt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uU7xDiEuZt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uU7xDiEuZt .content-wrap {
  min-height: 110px;
}
.cid-uU7xDiGMnr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiGMnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiGMnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiGMnr .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiGMnr .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiGMnr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiGMnr .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiGMnr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uU7xDiGMnr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiGMnr .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiGMnr .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uU7xDiGMnr .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiGMnr .image-wrapper img {
    height: 300px;
  }
}
.cid-uU7xDiGMnr .mbr-label {
  color: #000000;
}
.cid-uU7xDiGMnr .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiGMnr .mbr-text {
  color: #000000;
}
.cid-uU7xDiGOB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiGOB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiGOB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiGOB2 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiGOB2 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiGOB2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiGOB2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uU7xDiGOB2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiGOB2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiGOB2 .mbr-label {
  color: #000000;
}
.cid-uU7xDiGOB2 .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiGOB2 .mbr-text {
  color: #000000;
}
.cid-uU7xDiHpHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiHpHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiHpHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiHpHq .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiHpHq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiHpHq .items-wrapper .item {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uU7xDiHpHq .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiHpHq .items-wrapper .item:nth-child(2n) .item-wrapper {
  margin-left: 130px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiHpHq .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiHpHq .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 0;
  }
}
.cid-uU7xDiHpHq .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper {
  height: 510px;
}
@media (max-width: 992px) {
  .cid-uU7xDiHpHq .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uU7xDiHpHq .items-wrapper .item:hover .item-wrapper .image-wrapper .mbr-section-btn,
.cid-uU7xDiHpHq .items-wrapper .item:focus .item-wrapper .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 70px;
  height: 700px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .image-wrapper {
    height: 400px;
    padding: 30px 15px;
  }
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
    opacity: 1 !important;
  }
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 15px;
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 15px;
}
.cid-uU7xDiHpHq .items-wrapper .item .item-wrapper .card-box .card-date {
  margin-bottom: 0;
}
.cid-uU7xDiHpHq .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiHpHq .card-title {
  color: #000000;
}
.cid-uU7xDiHpHq .card-text {
  color: #000000;
}
.cid-uU7xDiHpHq .card-date {
  color: #000000;
}
.cid-uU7xDiHOOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiHOOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiHOOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiHOOo .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiHOOo .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiHOOo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 32px;
}
@media (max-width: 992px) {
  .cid-uU7xDiHOOo .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiHOOo .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiHOOo .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 15px;
}
.cid-uU7xDiHOOo .items-wrapper .item .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiHOOo .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uU7xDiHOOo .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 15px;
}
.cid-uU7xDiHOOo .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 15px;
}
.cid-uU7xDiHOOo .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 15px;
}
.cid-uU7xDiHOOo .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiHOOo .card-title {
  color: #000000;
}
.cid-uU7xDiHOOo .card-desc {
  color: #000000;
}
.cid-uU7xDiHOOo .card-price {
  color: #000000;
}
.cid-uU7xDiI4U9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uU7xDiI4U9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiI4U9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiI4U9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiI4U9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiI4U9 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiI4U9 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiI4U9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7xDiI4U9 .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uU7xDiI4U9 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiI4U9 .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uU7xDiI4U9 .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiI4U9 .mbr-label {
  color: #000000;
}
.cid-uU7xDiI4U9 .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiI6Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiI6Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiI6Av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiI6Av .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiI6Av .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiI6Av .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-uU7xDiI6Av .items-wrapper {
    display: block;
  }
}
.cid-uU7xDiI6Av .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU7xDiI6Av .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiI6Av .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 15px;
}
.cid-uU7xDiI6Av .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uU7xDiI6Av .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  transition: all 0.3s ease;
  margin-top: 15px;
}
.cid-uU7xDiI6Av .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU7xDiI6Av .card-title {
  color: #000000;
}
.cid-uU7xDiI6Av .card-number {
  color: #000000;
  text-align: center;
}
.cid-uU7xDiI6Av .card-title,
.cid-uU7xDiI6Av .mbr-section-btn {
  text-align: center;
}
.cid-uU7xDiJDiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uU7xDiJDiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiJDiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiJDiH .card {
  justify-content: center;
}
.cid-uU7xDiJDiH .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiJDiH .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiJDiH .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.cid-uU7xDiJDiH .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiJDiH .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-uU7xDiJDiH .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-uU7xDiJDiH .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiJDiH .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-uU7xDiJDiH .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiJDiH .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiJDiH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiJDiH .content-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiJDiH .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiJDiH .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiJDiH .mbr-label {
  color: #ffffff;
}
.cid-uU7xDiJDiH .mbr-section-title {
  color: #ffffff;
}
.cid-uU7xDiJDiH .mbr-text {
  color: #ffffff;
}
.cid-uU7xDiJlgA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiJlgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiJlgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiJlgA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiJlgA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiJlgA .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiJlgA .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiJlgA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7xDiJlgA .card {
  justify-content: flex-end;
}
.cid-uU7xDiJlgA .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uU7xDiJlgA .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uU7xDiJlgA .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiJlgA .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uU7xDiJlgA .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiJlgA .image-wrapper img {
    height: 300px;
  }
}
.cid-uU7xDiJlgA .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiJlgA .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiJlgA .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uU7xDiJlgA .mbr-label {
  color: #000000;
}
.cid-uU7xDiJlgA .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiJlgA .mbr-text {
  color: #000000;
}
.cid-uU7xDiK6wO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiK6wO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiK6wO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiK6wO .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiK6wO .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #ff99c8;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uU7xDiK6wO .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uU7xDiK6wO .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiK6wO .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uU7xDiK6wO .mbr-label {
  color: #000000;
}
.cid-uU7xDiK6wO .panel-title-edit {
  color: #000000;
}
.cid-uU7xDiK6wO .panel-text {
  color: #000000;
}
.cid-uU7xDiLJbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiLJbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiLJbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiLJbV .card {
  justify-content: center;
}
.cid-uU7xDiLJbV .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiLJbV .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiLJbV .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uU7xDiLJbV .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiLJbV .image-wrapper img {
    height: 300px;
  }
}
.cid-uU7xDiLJbV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiLJbV .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU7xDiLJbV .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiLJbV .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiLJbV .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiLJbV .mbr-text {
  color: #000000;
}
.cid-uU7xDiLxXz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uU7xDiLxXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiLxXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiLxXz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiLxXz .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiLxXz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7xDiLxXz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1245px;
  max-width: 1245px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiLxXz .embla__slide {
    min-width: 845px;
    max-width: 845px;
  }
}
@media (max-width: 1200px) {
  .cid-uU7xDiLxXz .embla__slide {
    min-width: 545px;
    max-width: 545px;
  }
}
@media (max-width: 767px) {
  .cid-uU7xDiLxXz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uU7xDiLxXz .embla__slide .slide-content {
  width: 100%;
}
.cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 50%;
  min-height: 620px;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    min-height: auto;
    height: 300px;
  }
}
.cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-content {
  width: 50%;
  min-height: 620px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-content .card-box .card-title {
  margin-bottom: 15px;
}
.cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-content .card-box .card-text {
  margin-bottom: 15px;
}
.cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-content .card-date {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .embla__slide .slide-content .item-wrapper .item-content .card-date {
    margin-top: 15px;
  }
}
.cid-uU7xDiLxXz .embla__button--next,
.cid-uU7xDiLxXz .embla__button--prev {
  display: flex;
}
.cid-uU7xDiLxXz .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -8rem;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .embla__button {
    top: 0;
  }
}
.cid-uU7xDiLxXz .embla__button:hover {
  background-color: #ff99c8 !important;
  color: #000000 !important;
}
.cid-uU7xDiLxXz .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uU7xDiLxXz .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-uU7xDiLxXz .embla__button.embla__button--next {
  right: 0;
}
.cid-uU7xDiLxXz .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiLxXz .embla {
    padding-top: 4rem;
  }
}
.cid-uU7xDiLxXz .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uU7xDiLxXz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU7xDiLxXz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU7xDiLxXz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU7xDiLxXz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uU7xDiLxXz .mbr-label {
  color: #000000;
}
.cid-uU7xDiLxXz .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiLxXz .card-title {
  color: #000000;
}
.cid-uU7xDiLxXz .card-text {
  color: #000000;
}
.cid-uU7xDiLxXz .card-date {
  color: #000000;
}
.cid-uU7xDiMykx {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uU7xDiMykx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiMykx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiMykx .label-wrapper .mbr-label {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .label-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiMykx .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiMykx .items-wrapper .item:hover .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper,
.cid-uU7xDiMykx .items-wrapper .item:focus .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  background-color: #ff99c8;
}
.cid-uU7xDiMykx .items-wrapper .item:hover .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont,
.cid-uU7xDiMykx .items-wrapper .item:focus .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uU7xDiMykx .items-wrapper .item:hover .item-wrapper .card-box .text-wrapper .card-text,
.cid-uU7xDiMykx .items-wrapper .item:focus .item-wrapper .card-box .text-wrapper .card-text {
  opacity: 1;
}
.cid-uU7xDiMykx .items-wrapper .item:hover .item-wrapper .card-box .mbr-section-btn,
.cid-uU7xDiMykx .items-wrapper .item:focus .item-wrapper .card-box .mbr-section-btn {
  opacity: 1;
}
.cid-uU7xDiMykx .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uU7xDiMykx .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(0);
  opacity: 1;
}
.cid-uU7xDiMykx .items-wrapper .item:last-child .item-wrapper {
  border-bottom: none;
  padding-bottom: 0;
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #232323;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  margin-right: 42px;
  width: 90px;
  height: 90px;
  min-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #232323;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    opacity: 1;
  }
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  transition: all 0.3s ease;
  margin-top: 15px;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .item-img {
  height: 100%;
  width: 430px;
  margin-top: -100px;
  margin-bottom: -100px;
}
@media (max-width: 1640px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .item-img {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uU7xDiMykx .items-wrapper .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  transform: translateX(-40px);
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiMykx .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    transform: none;
    opacity: 1;
  }
}
.cid-uU7xDiMykx .mbr-label {
  color: #ffffff;
}
.cid-uU7xDiMykx .card-title {
  color: #ffffff;
}
.cid-uU7xDiMykx .card-text {
  color: #bbbbbb;
}
.cid-uU7xDiNtWf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uU7xDiNtWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiNtWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiNtWf .card {
  justify-content: center;
}
.cid-uU7xDiNtWf .map-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiNtWf .map-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiNtWf .map-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-uU7xDiNtWf .map-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiNtWf .map-wrapper {
    padding-left: 0;
  }
}
.cid-uU7xDiNtWf .map-wrapper .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uU7xDiNtWf .map-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uU7xDiNtWf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiNtWf .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU7xDiNtWf .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiNtWf .mbr-text {
  color: #000000;
}
.cid-uU7xDiN9Na {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uU7xDiN9Na .item:focus,
.cid-uU7xDiN9Na span:focus {
  outline: none;
}
.cid-uU7xDiN9Na .item {
  cursor: pointer;
}
.cid-uU7xDiN9Na .grid-container {
  grid-row-gap: 20px;
}
.cid-uU7xDiN9Na .grid-container-1,
.cid-uU7xDiN9Na .grid-container-2,
.cid-uU7xDiN9Na .grid-container-3 {
  gap: 0 20px;
}
.cid-uU7xDiN9Na .mbr-section-title {
  margin-bottom: 60px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uU7xDiN9Na .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiN9Na .content-head {
  max-width: 800px;
}
.cid-uU7xDiN9Na .container,
.cid-uU7xDiN9Na .container-fluid {
  overflow: hidden;
}
.cid-uU7xDiN9Na .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uU7xDiN9Na .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU7xDiN9Na .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uU7xDiN9Na .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uU7xDiN9Na .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-uU7xDiN9Na .grid-item img {
    height: 150px;
  }
}
.cid-uU7xDiN9Na .grid-container-1,
.cid-uU7xDiN9Na .grid-container-2,
.cid-uU7xDiN9Na .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uU7xDiN9Na .grid-container-1 {
  align-items: flex-end;
}
.cid-uU7xDiN9Na .grid-container-2 {
  align-items: flex-start;
}
.cid-uU7xDiOV5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiOV5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiOV5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiOV5u .row {
  justify-content: space-between;
}
.cid-uU7xDiOV5u .card {
  justify-content: center;
}
.cid-uU7xDiOV5u .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiOV5u .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiOV5u .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uU7xDiOV5u .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiOV5u .image-wrapper img {
    height: 300px;
  }
}
.cid-uU7xDiOV5u .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiOV5u .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiOV5u .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7xDiOV5u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiOV5u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uU7xDiOV5u .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiOV5u .content-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uU7xDiOV5u .mbr-label {
  color: #000000;
}
.cid-uU7xDiOV5u .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiOV5u .mbr-text {
  color: #000000;
}
.cid-uU7xDiOOn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uU7xDiOOn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiOOn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiOOn0 .card {
  justify-content: center;
}
.cid-uU7xDiOOn0 .content-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-uU7xDiOOn0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiOOn0 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiOOn0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uU7xDiOOn0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiOOn0 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiOOn0 .image-wrapper {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiOOn0 .image-wrapper {
    height: 400px;
    padding: 30px 15px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cid-uU7xDiOOn0 .image-wrapper .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uU7xDiOOn0 .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
  background-color: #ff99c8;
}
@media (max-width: 1440px) {
  .cid-uU7xDiOOn0 .image-wrapper .image-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiOOn0 .image-wrapper .image-wrap {
    padding: 30px 15px;
  }
}
.cid-uU7xDiOOn0 .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uU7xDiOOn0 .mbr-label {
  color: #ffffff;
}
.cid-uU7xDiOOn0 .mbr-section-title {
  color: #ffffff;
}
.cid-uU7xDiOOn0 .mbr-text {
  color: #ffffff;
}
.cid-uU7xDiP24P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiP24P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiP24P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiP24P .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiP24P .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiP24P .items-wrapper .item {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uU7xDiP24P .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiP24P .items-wrapper .item:nth-child(2n) .item-wrapper {
  margin-left: 130px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiP24P .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiP24P .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 0;
  }
}
.cid-uU7xDiP24P .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper .item-img img {
  height: 510px;
}
@media (max-width: 992px) {
  .cid-uU7xDiP24P .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uU7xDiP24P .items-wrapper .item:hover .item-wrapper .image-wrapper .mbr-section-btn,
.cid-uU7xDiP24P .items-wrapper .item:focus .item-wrapper .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uU7xDiP24P .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
    opacity: 1 !important;
  }
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  width: 100%;
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiP24P .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .card-box .tags-wrapper {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiP24P .items-wrapper .item .item-wrapper .card-box .tags-wrapper {
    margin-top: 15px;
  }
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-uU7xDiP24P .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  border: 1px solid #bbbbbb;
}
.cid-uU7xDiP24P .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiP24P .card-title {
  color: #000000;
}
.cid-uU7xDiP24P .card-desc {
  color: #000000;
}
.cid-uU7xDiP24P .list {
  color: #000000;
}
.cid-uU7xDiPsdr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiPsdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiPsdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiPsdr .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiPsdr .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiPsdr .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiPsdr .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiPsdr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7xDiPsdr .mbr-label {
  color: #000000;
}
.cid-uU7xDiPsdr .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiQ9Aj {
  background-image: url("../../../assets/images/photo-1652501110379-791d8adc753f.jpeg");
}
.cid-uU7xDiQ9Aj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiQ9Aj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiQ9Aj .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uU7xDiQ9Aj .image-wrap {
    height: 350px;
  }
}
.cid-uU7xDiQHAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiQHAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiQHAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiQHAt .image_1 {
  height: 100%;
}
.cid-uU7xDiQHAt .image_1 img {
  position: sticky;
  top: 0;
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiQHAt .image_1 img {
    height: 300px;
  }
}
.cid-uU7xDiQHAt .image-wrapper {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uU7xDiQHAt .image-wrapper {
    padding-bottom: 0;
  }
}
.cid-uU7xDiQHAt .image-wrapper .main-image img {
  height: 1000px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiQHAt .image-wrapper .main-image img {
    height: 300px;
  }
}
.cid-uU7xDiQHAt .image-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: -30%;
  height: 440px;
  width: 440px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiQHAt .image-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-uU7xDiQnbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uU7xDiQnbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiQnbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiQnbo .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiQnbo .content-wrapper .mbr-label {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uU7xDiQnbo .content-wrapper .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 30px;
}
.cid-uU7xDiQnbo .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU7xDiQnbo .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px 0;
}
.cid-uU7xDiQnbo .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 8px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #232323;
}
.cid-uU7xDiQnbo .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #000000;
}
.cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
    width: 100%;
  }
}
.cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .image-wrap {
  margin-bottom: 15px;
}
.cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uU7xDiQnbo .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uU7xDiQnbo .mbr-label {
  color: #ffffff;
}
.cid-uU7xDiQnbo .item-text {
  color: #ffffff;
}
.cid-uU7xDiQnbo .item-name {
  color: #ffffff;
}
.cid-uU7xDiQnbo .item-role {
  color: #ffffff;
}
.cid-uU7xDiRvvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uU7xDiRvvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiRvvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiRvvz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uU7xDiRvvz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uU7xDiRvvz .embla__slide .slide-content {
  width: 100%;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.cid-uU7xDiRvvz .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-uU7xDiRvvz .embla__button--next,
.cid-uU7xDiRvvz .embla__button--prev {
  display: flex;
}
.cid-uU7xDiRvvz .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uU7xDiRvvz .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-uU7xDiRvvz .embla__button:hover {
  background-color: #ff99c8 !important;
  color: #000000 !important;
}
.cid-uU7xDiRvvz .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-uU7xDiRvvz .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-uU7xDiRvvz .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-uU7xDiRvvz .embla__button.embla__button--next {
  right: 0;
}
.cid-uU7xDiRvvz .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uU7xDiRvvz .embla {
    padding-top: 4rem;
  }
}
.cid-uU7xDiRvvz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uU7xDiRvvz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU7xDiRvvz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU7xDiRvvz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU7xDiRvvz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uU7xDiRvvz .card-title {
  color: #ffffff;
}
.cid-uU7xDiRvvz .card-desc {
  color: #ffffff;
}
.cid-uU7xDiRvvz .list {
  color: #ffffff;
}
.cid-uU7xDiTBy7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiTBy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiTBy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiTBy7 .card {
  justify-content: center;
}
.cid-uU7xDiTBy7 .images-wrapper {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  min-height: 465px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiTBy7 .images-wrapper {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiTBy7 .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-uU7xDiTBy7 .images-wrapper {
    display: block;
  }
}
.cid-uU7xDiTBy7 .images-wrapper .image_1 img {
  bottom: 0;
  left: 30%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.cid-uU7xDiTBy7 .images-wrapper .image_2 img {
  top: 25%;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-uU7xDiTBy7 .images-wrapper .image_3 img {
  top: 20%;
  right: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-uU7xDiTBy7 .images-wrapper .image_4 img {
  top: 0;
  left: 10%;
  width: 200px;
  height: 200px;
}
.cid-uU7xDiTBy7 .images-wrapper .image_5 img {
  top: 0;
  right: 15%;
  width: 200px;
  height: 200px;
}
.cid-uU7xDiTBy7 .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uU7xDiTBy7 .images-wrapper .image-wrap img {
    position: static;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uU7xDiTBy7 .images-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uU7xDiTBy7 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiTBy7 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiTBy7 .content-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiTBy7 .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiTBy7 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiTBy7 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiTBy7 .mbr-label {
  color: #000000;
}
.cid-uU7xDiTBy7 .mbr-section-title {
  color: #000000;
}
.cid-uU7xDiTBy7 .mbr-text {
  color: #000000;
}
.cid-uU7xDiTT1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uU7xDiTT1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiTT1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiTT1c .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiTT1c .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiTT1c .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uU7xDiTT1c .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-number_1,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-number_2,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-number_3,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-number_4 {
  margin-bottom: 0;
}
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
@media (max-width: 992px) {
  .cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 15px;
    min-height: auto;
  }
}
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_1,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_2,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_3,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_4 {
  margin-bottom: 0;
}
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_1,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_2,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_3,
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_4 {
  margin-bottom: 0;
}
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-uU7xDiTT1c .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uU7xDiTT1c .items-wrapper .item .card_1 .card-box {
  background-color: #ff99c8;
}
.cid-uU7xDiTT1c .items-wrapper .item .card_1 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uU7xDiTT1c .items-wrapper .item .card_2 {
  padding-top: 7rem;
}
@media (max-width: 992px) {
  .cid-uU7xDiTT1c .items-wrapper .item .card_2 {
    padding-top: 0;
  }
}
.cid-uU7xDiTT1c .items-wrapper .item .card_2 .card-box {
  background-color: #ffffdb;
}
.cid-uU7xDiTT1c .items-wrapper .item .card_2 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uU7xDiTT1c .items-wrapper .item .card_3 {
  padding-top: 14rem;
}
@media (max-width: 992px) {
  .cid-uU7xDiTT1c .items-wrapper .item .card_3 {
    padding-top: 0;
  }
}
.cid-uU7xDiTT1c .items-wrapper .item .card_3 .card-box {
  background-color: #dcffff;
}
.cid-uU7xDiTT1c .items-wrapper .item .card_3 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uU7xDiTT1c .items-wrapper .item .card_4 {
  padding-top: 21rem;
}
@media (max-width: 992px) {
  .cid-uU7xDiTT1c .items-wrapper .item .card_4 {
    padding-top: 0;
  }
}
.cid-uU7xDiTT1c .items-wrapper .item .card_4 .card-box {
  background-color: #00bfe7;
}
.cid-uU7xDiTT1c .items-wrapper .item .card_4 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uU7xDiTT1c .mbr-section-title {
  color: #ffffff;
}
.cid-uU7xDiTT1c .card-number_1 {
  color: #FF99C8;
}
.cid-uU7xDiTT1c .card-number_2 {
  color: #FFFFDB;
}
.cid-uU7xDiTT1c .card-number_3 {
  color: #DCFFFF;
}
.cid-uU7xDiTT1c .card-number_4 {
  color: #00BFE7;
}
.cid-uU7xDiTT1c .card-title_1 {
  color: #000000;
}
.cid-uU7xDiTT1c .card-title_2 {
  color: #000000;
}
.cid-uU7xDiTT1c .card-title_3 {
  color: #000000;
}
.cid-uU7xDiTT1c .card-title_4 {
  color: #000000;
}
.cid-uU7xDiTT1c .card-text_1 {
  color: #000000;
}
.cid-uU7xDiTT1c .card-text_2 {
  color: #000000;
}
.cid-uU7xDiTT1c .card-text_3 {
  color: #000000;
}
.cid-uU7xDiTT1c .card-text_4 {
  color: #000000;
}
.cid-uU7xDiTT1c .mbr-section-title,
.cid-uU7xDiTT1c .mbr-section-btn {
  color: #ffffff;
}
.cid-uU7xDiTT1c .card-text_1,
.cid-uU7xDiTT1c .mbr-section-btn {
  color: #000000;
}
.cid-uU7xDiTT1c .card-text_2,
.cid-uU7xDiTT1c .mbr-section-btn {
  color: #000000;
}
.cid-uU7xDiTT1c .card-text_3,
.cid-uU7xDiTT1c .mbr-section-btn {
  color: #000000;
}
.cid-uU7xDiTT1c .card-text_4,
.cid-uU7xDiTT1c .mbr-section-btn {
  color: #000000;
}
.cid-uU7xDiWAjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7xDiWAjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiWAjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiWAjL .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiWAjL .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiWAjL .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uU7xDiWAjL .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiWAjL .image-wrapper img {
    height: 300px;
  }
}
.cid-uU7xDiWAjL .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uU7xDiWAjL .content-wrapper .mbr-label {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #ff99c8;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 15px;
}
.cid-uU7xDiWAjL .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uU7xDiWAjL .mbr-label {
  color: #000000;
}
.cid-uU7xDiWAjL .panel-title-edit {
  color: #000000;
}
.cid-uU7xDiWAjL .panel-text {
  color: #000000;
}
.cid-uU7xDiXq57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uU7xDiXq57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiXq57 .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-uU7xDiXq57 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiXq57 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiXq57 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiXq57 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiXq57 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #ff99c8 !important;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiXq57 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uU7xDiXq57 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uU7xDiXq57 .mbr-label {
  color: #ffffff;
}
.cid-uU7xDiXq57 .mbr-section-title {
  color: #ffffff;
}
.cid-uU7xDiXq57 label {
  color: #ffffff;
}
.cid-uU7xDiYuZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uU7xDiYuZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiYuZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiYuZh .card {
  justify-content: center;
}
.cid-uU7xDiYuZh .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiYuZh .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiYuZh .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-uU7xDiYuZh .images-wrapper {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uU7xDiYuZh .images-wrapper {
    margin-left: 0;
  }
}
.cid-uU7xDiYuZh .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-uU7xDiYuZh .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-uU7xDiYuZh .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-uU7xDiYuZh .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU7xDiYuZh .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-uU7xDiYuZh .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiYuZh .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiYuZh .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiYuZh .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uU7xDiYuZh .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiYuZh .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-uU7xDiYuZh .mbr-label {
  color: #ffffff;
}
.cid-uU7xDiYuZh .mbr-address {
  color: #ffffff;
}
.cid-uU7xDiYuZh .mbr-phone {
  color: #ffffff;
}
.cid-uU7xDiY3kC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uU7xDiY3kC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7xDiY3kC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7xDiY3kC .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU7xDiY3kC .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiY3kC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uU7xDiY3kC .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uU7xDiY3kC .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiY3kC .nav-wrapper .list .item-wrap:hover::before,
.cid-uU7xDiY3kC .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uU7xDiY3kC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-uU7xDiY3kC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7xDiY3kC .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uU7xDiY3kC .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uU7xDiY3kC .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU7xDiY3kC .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uU7xDiY3kC .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uU7xDiY3kC .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uU7xDiY3kC .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-uU7xDiY3kC .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uU7xDiY3kC .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiY3kC .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiY3kC .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uU7xDiY3kC .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uU7xDiY3kC .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uU7xDiY3kC .list {
  color: #ffffff;
}
.cid-uU7xDiY3kC .mbr-section-title {
  color: #ffffff;
}
.cid-uU7xDiY3kC .mbr-text {
  color: #ffffff;
}
.cid-uU7xDiY3kC .mbr-copy {
  color: #ffffff;
  text-align: center;
}
