.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'PT Serif', serif;
  font-size: 4.6rem;
  line-height: 1.4;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'PT Serif', serif;
  font-size: 3rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'PT Serif', serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fff904 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ec00f4 !important;
}
.bg-danger {
  background-color: #ff5300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff904 !important;
  border-color: #fff904 !important;
  color: #040400 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fffa37 !important;
  border-color: #fffa37 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #040400 !important;
  background-color: #fffa37 !important;
  border-color: #fffa37 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #27e0ff !important;
  border-color: #27e0ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #27e0ff !important;
  border-color: #27e0ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec00f4 !important;
  border-color: #ec00f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f828ff !important;
  border-color: #f828ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f828ff !important;
  border-color: #f828ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5300 !important;
  border-color: #ff5300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff7533 !important;
  border-color: #ff7533 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7533 !important;
  border-color: #ff7533 !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: #fff904;
  color: #fff904;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #aca800 !important;
  background-color: transparent !important;
  border-color: #aca800 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #040400 !important;
  background-color: #fff904 !important;
  border-color: #fff904 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00d0f3;
  color: #00d0f3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00869c !important;
  background-color: transparent !important;
  border-color: #00869c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ec00f4;
  color: #ec00f4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #98009d !important;
  background-color: transparent !important;
  border-color: #98009d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec00f4 !important;
  border-color: #ec00f4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5300;
  color: #ff5300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a83700 !important;
  background-color: transparent !important;
  border-color: #a83700 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5300 !important;
  border-color: #ff5300 !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: #fff904 !important;
}
.text-secondary {
  color: #00d0f3 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ec00f4 !important;
}
.text-danger {
  color: #ff5300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9d9900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00798d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #89008e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993200 !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: #fff904;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ec00f4;
}
.alert-danger {
  background-color: #ff5300;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff904;
  border-color: #fff904;
  color: #1d1d00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff904;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffed0;
}
.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: #fdc1ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Serif', serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #fff904 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Serif', serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #fff904;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff904;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff904;
}
.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: #fff904;
  border-bottom-color: #fff904;
}
.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: #fff904 !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: #00d0f3 !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='%23fff904' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 10px 40px;
  border-radius: 100px !important;
  z-index: 1;
  overflow: hidden;
  font-weight: 700 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  width: 100%;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
  color: #fff904 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #fff904 !important;
}
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before {
  background-color: #fff904;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #fff904 !important;
}
img {
  border-radius: 0 !important;
}
.cid-ucUUgfrZGQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucUUgfrZGQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ucUUgfrZGQ .nav-item:focus,
.cid-ucUUgfrZGQ .nav-link:focus {
  outline: none;
}
.cid-ucUUgfrZGQ .text-white:hover,
.cid-ucUUgfrZGQ .text-white:active,
.cid-ucUUgfrZGQ .text-white:focus {
  color: white!important;
}
.cid-ucUUgfrZGQ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff04ad;
}
.cid-ucUUgfrZGQ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ucUUgfrZGQ .navbar.opened {
  transition: all .3s;
  background: #ff04ad !important;
}
.cid-ucUUgfrZGQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ucUUgfrZGQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ucUUgfrZGQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucUUgfrZGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ucUUgfrZGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ucUUgfrZGQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ucUUgfrZGQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUUgfrZGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucUUgfrZGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucUUgfrZGQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucUUgfrZGQ .navbar.navbar-short {
  background: #ff04ad !important;
  min-height: 60px;
}
.cid-ucUUgfrZGQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucUUgfrZGQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucUUgfrZGQ .section {
  position: relative;
  overflow: visible!important;
}
.cid-ucUUgfrZGQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ucUUgfrZGQ .dropdown-item:hover {
  color: black!important;
}
.cid-ucUUgfrZGQ .dropdown-menu {
  background-color: white!important;
}
.cid-ucUUgfrZGQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ucUUgfrZGQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucUUgfrZGQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ucUUgfrZGQ .nav-item .nav-link {
    position: relative;
  }
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucUUgfrZGQ .collapsed {
  flex-direction: row!important;
}
.cid-ucUUgfrZGQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUUgfrZGQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucUUgfrZGQ .navbar-caption {
  font-weight: 600!important;
}
.cid-ucUUgfrZGQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucUUgfrZGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucUUgfrZGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUUgfrZGQ .dropdown-item.active,
.cid-ucUUgfrZGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUUgfrZGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucUUgfrZGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucUUgfrZGQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucUUgfrZGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff04ad;
}
.cid-ucUUgfrZGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucUUgfrZGQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucUUgfrZGQ .navbar-buttons {
  text-align: center;
}
.cid-ucUUgfrZGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUUgfrZGQ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucUUgfrZGQ .nav-link {
  font-weight: 600!important;
}
.cid-ucUUgfrZGQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucUUgfrZGQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ucUUgfrZGQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ucUUgfrZGQ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUUgfrZGQ .navbar {
    height: 77px;
  }
  .cid-ucUUgfrZGQ .navbar.opened {
    height: auto;
  }
  .cid-ucUUgfrZGQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUUzA1FlY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bounce-house-rentals-elizabeth-city-nc1-720x540.jpg");
}
.cid-ucUUzA1FlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUUzA1FlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUUzA1FlY .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-ucUUzA1FlY .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucUUzA1FlY .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucUUzA1FlY .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucUUzA1FlY .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #fff904 !important;
}
.cid-ucUUzA1FlY .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucUUzA1FlY .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUUzA1FlY .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ucUUzA1FlY .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-ucUUzA1FlY .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucUUzA1FlY .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-ucUUzA1FlY .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-ucUUzA1FlY .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-ucUUzA1FlY .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-ucUUzA1FlY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUUzA1FlY .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ucUUzA1FlY .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ucUUzA1FlY .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-ucUUzA1FlY .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-ucUUzA1FlY .mbr-link,
.cid-ucUUzA1FlY .mbr-iconfont {
  color: #8c8c8c;
}
.cid-ucUUzA1FlY .mbr-section-title {
  color: #000000;
}
.cid-ucUUzA1FlY .mbr-text {
  color: #000000;
}
.cid-ucUUPji0sz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUUPji0sz .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ucUUPji0sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUUPji0sz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUUPji0sz .mbr-section-title {
  text-align: center;
}
.cid-ucPY2b87ZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucPY2b87ZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPY2b87ZW .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-ucPY2b87ZW .container {
    padding: 0 22px;
  }
}
.cid-ucPY2b87ZW .row {
  justify-content: center;
}
.cid-ucPY2b87ZW .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucPY2b87ZW .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucPY2b87ZW .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucPY2b87ZW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucPY2b87ZW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucPY2b87ZW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucPY2b87ZW .mbr-section-title {
  color: #ffffff;
}
.cid-ucPY2b87ZW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucPY2b87ZW .mbr-section-title,
.cid-ucPY2b87ZW .icon-wrapper {
  text-align: center;
}
.cid-ucPYbWHJkx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucPYbWHJkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPYbWHJkx .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-ucPYbWHJkx .container {
    padding: 0 22px;
  }
}
.cid-ucPYbWHJkx .row {
  justify-content: center;
}
.cid-ucPYbWHJkx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucPYbWHJkx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucPYbWHJkx .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucPYbWHJkx .item {
    margin-bottom: 20px;
  }
}
.cid-ucPYbWHJkx .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-ucPYbWHJkx .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ff04ad;
}
@media (max-width: 992px) {
  .cid-ucPYbWHJkx .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-ucPYbWHJkx .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ucPYbWHJkx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucPYbWHJkx .mbr-section-title {
  color: #ffffff;
}
.cid-ucPYbWHJkx .card-title {
  color: #ffffff;
}
.cid-ucPYbWHJkx .card-text {
  color: #ffffff;
}
.cid-ucPYbWHJkx .mbr-section-title,
.cid-ucPYbWHJkx .mbr-section-btn {
  text-align: center;
}
.cid-ucPYbWHJkx .card-title,
.cid-ucPYbWHJkx .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucQexYUNjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucQexYUNjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQexYUNjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQexYUNjl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucQexYUNjl .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucQexYUNjl .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucQexYUNjl .container {
    padding: 0 22px;
  }
}
.cid-ucQexYUNjl .row {
  justify-content: space-between;
}
.cid-ucQexYUNjl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucQexYUNjl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucQexYUNjl .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucQexYUNjl .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucQexYUNjl .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucQexYUNjl .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucQexYUNjl .image-wrapper img {
    height: 350px;
  }
}
.cid-ucQexYUNjl .mbr-section-title {
  color: #ffffff;
}
.cid-ucQexYUNjl .mbr-text {
  color: #ffffff;
}
.cid-ucQexYUNjl .mbr-text,
.cid-ucQexYUNjl .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ3Ark0uUG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tZ3Ark0uUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3Ark0uUG .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-tZ3Ark0uUG .container {
    padding: 0 22px;
  }
}
.cid-tZ3Ark0uUG .card {
  justify-content: center;
}
.cid-tZ3Ark0uUG .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3Ark0uUG .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tZ3Ark0uUG .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3Ark0uUG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3Ark0uUG .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tZ3Ark0uUG .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-tZ3Ark0uUG .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-tZ3Ark0uUG .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-tZ3Ark0uUG .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tZ3Ark0uUG .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-tZ3Ark0uUG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3Ark0uUG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucUWRCAzLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bounce-house-rentals-elizabeth-city-nc-1600x850.jpg");
}
.cid-ucUWRCAzLd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ucUWRCAzLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUWRCAzLd .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-ucUWRCAzLd .container {
    padding: 0 22px;
  }
}
.cid-ucUWRCAzLd .row {
  justify-content: center;
}
.cid-ucUWRCAzLd .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-ucUWRCAzLd .content-wrapper {
    padding: 0;
  }
}
.cid-ucUWRCAzLd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUWRCAzLd .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-ucUWRCAzLd .mbr-section-title {
  color: #ffffff;
}
.cid-ucUWRCAzLd .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucUWRCAzLd .mbr-section-title,
.cid-ucUWRCAzLd .mbr-section-btn {
  text-align: center;
}
.cid-tZ3ABoWoQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-tZ3ABoWoQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3ABoWoQF .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-tZ3ABoWoQF .container {
    padding: 0 22px;
  }
}
.cid-tZ3ABoWoQF .row {
  justify-content: center;
}
.cid-tZ3ABoWoQF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3ABoWoQF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ3ABoWoQF .panel-group .card {
  border-radius: 0 !important;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tZ3ABoWoQF .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-tZ3ABoWoQF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tZ3ABoWoQF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZ3ABoWoQF .panel-title-edit {
  color: #ffffff;
}
.cid-tZ3ABoWoQF .panel-text {
  color: #ffffff;
}
.cid-ucV8pOaXTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucV8pOaXTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucV8pOaXTH .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-ucV8pOaXTH .container {
    padding: 0 30px;
  }
}
.cid-ucV8pOaXTH .image-wrapper {
  position: relative;
}
.cid-ucV8pOaXTH .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucV8pOaXTH .image-wrapper img {
    height: 350px;
  }
}
.cid-ucV8pOaXTH .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #ff04ad 50%, #e1eeec 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ucV8pOaXTH .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ucV6Y9y9kc {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ff04ad;
}
.cid-ucV6Y9y9kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucV6Y9y9kc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ucV6Y9y9kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucV6Y9y9kc h1 {
  max-width: 800px;
}
.cid-ucV6Y9y9kc p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ucV6Y9y9kc .btn:hover {
  transform: scale(1.1);
  background: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #fff904 !important;
}
.cid-ucV6Y9y9kc .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ucV6Y9y9kc .btn div {
  overflow: hidden;
}
.cid-ucV6Y9y9kc .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ucV6Y9y9kc {
    align-items: center;
  }
  .cid-ucV6Y9y9kc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucV6Y9y9kc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucV6Y9y9kc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucV6Y9y9kc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucV6Y9y9kc .content-wrap {
    width: 100%;
  }
}
.cid-ucV6Y9y9kc .mbr-section-subtitle,
.cid-ucV6Y9y9kc .line {
  color: #ffffff;
}
.cid-ucV6Y9y9kc .mbr-text,
.cid-ucV6Y9y9kc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucV6Y9y9kc .mbr-section-title {
  color: #291f1e;
}
.cid-ucQ4iDatPy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucQ4iDatPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ4iDatPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQ4iDatPy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .container {
    padding: 0 30px;
  }
}
.cid-ucQ4iDatPy .card {
  justify-content: center;
}
.cid-ucQ4iDatPy .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucQ4iDatPy .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucQ4iDatPy .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-ucQ4iDatPy .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-ucQ4iDatPy .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #ffffff;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #ffffff;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-ucQ4iDatPy .mbr-desc {
  color: #bee0d6;
}
.cid-ucQ4iDatPy .item-title {
  color: #bee0d6;
}
.cid-ucQ4iDatPy .item-text {
  color: #bee0d6;
}
.cid-ucQ4iDatPy .list {
  color: #bee0d6;
}
.cid-ucQ4iDatPy .item-title,
.cid-ucQ4iDatPy .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucV7pikiaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-ucV7pikiaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucV7pikiaI .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-ucV7pikiaI .container {
    padding: 0 30px;
  }
}
.cid-ucV7pikiaI .card {
  justify-content: center;
}
.cid-ucV7pikiaI .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-ucV7pikiaI .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-ucV7pikiaI .content-wrapper {
    padding: 0;
  }
}
.cid-ucV7pikiaI .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-ucV7pikiaI .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-ucV7pikiaI .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-ucV7pikiaI .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-ucV7pikiaI .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-ucV7pikiaI .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucV7pikiaI .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-ucV7pikiaI .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-ucV7pikiaI .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-ucV7pikiaI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-ucV7pikiaI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-ucV7pikiaI .mbr-text {
  color: #254b45;
}
.cid-ucV7pikiaI .mbr-name {
  color: #254b45;
}
.cid-ucV7pikiaI .mbr-role {
  color: #254b45;
}
.cid-ucV7pikiaI .mbr-text,
.cid-ucV7pikiaI .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ucV7pikiaI .mbr-name,
.cid-ucV7pikiaI .person-wrapper {
  color: #ffffff;
}
.cid-tZ3AEmtazW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZ3AEmtazW .container {
    padding: 0 22px;
  }
}
.cid-tZ3AEmtazW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-tZ3AEmtazW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tZ3AEmtazW .embla__slide .slide-content {
  width: 100%;
}
.cid-tZ3AEmtazW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tZ3AEmtazW .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tZ3AEmtazW .embla__button--next,
.cid-tZ3AEmtazW .embla__button--prev {
  display: flex;
}
.cid-tZ3AEmtazW .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tZ3AEmtazW .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-tZ3AEmtazW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tZ3AEmtazW .embla__button:hover {
  opacity: 1 !important;
}
.cid-tZ3AEmtazW .embla__button.embla__button--prev {
  left: 20px;
}
.cid-tZ3AEmtazW .embla__button.embla__button--next {
  right: 20px;
}
.cid-tZ3AEmtazW .card {
  justify-content: center;
}
.cid-tZ3AEmtazW .embla {
  position: relative;
  width: 100%;
}
.cid-tZ3AEmtazW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tZ3AEmtazW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tZ3AEmtazW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tZ3AEmtazW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tZ3AEmtazW .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3AEmtazW .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AEmtazW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ3AEmtazW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tZ3AEmtazW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3AEmtazW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucRzXaEh8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucRzXaEh8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRzXaEh8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRzXaEh8z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucRzXaEh8z .container {
    padding: 0 12px;
  }
}
.cid-ucRzXaEh8z .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucRzXaEh8z .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ff04ad;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucRzXaEh8z .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucRzXaEh8z .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucRzXaEh8z .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucRzXaEh8z .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucRzXaEh8z .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ucRzXaEh8z .mbr-section-subtitle {
  color: #222222;
}
.cid-ucRzXaEh8z .mbr-text {
  color: #222222;
}
.cid-ucRzXaEh8z .list {
  color: #222222;
}
.cid-ucQ7ubt5Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucQ7ubt5Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ7ubt5Av .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-ucQ7ubt5Av .container {
    padding: 0 20px;
  }
}
.cid-ucQ7ubt5Av .row {
  margin: 0;
}
.cid-ucQ7ubt5Av .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucQ7ubt5Av .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucQ7ubt5Av .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucQ7ubt5Av .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucQ7ubt5Av .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucQ7ubt5Av .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucQ7ubt5Av .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucRyPFD9yu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucRyPFD9yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRyPFD9yu .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-ucRyPFD9yu .container {
    padding: 0 30px;
  }
}
.cid-ucRyPFD9yu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-ucRyPFD9yu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucRyPFD9yu .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ucRyPFD9yu .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-ucRyPFD9yu .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRyPFD9yu .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRyPFD9yu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucRyPFD9yu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ucQ7SMQTt3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQ7SMQTt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ7SMQTt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQ7SMQTt3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQ7SMQTt3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQ7SMQTt3 .container {
    padding: 0 16px;
  }
}
.cid-ucQ7SMQTt3 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQ7SMQTt3 .google-map iframe {
    height: 350px;
  }
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ff04ad 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc,
.cid-tZ3AABWkhe .mbr-section-btn {
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-contact,
.cid-tZ3AABWkhe .item-contact {
  text-align: center;
  color: #000000;
}
.cid-tZ3AABWkhe .list,
.cid-tZ3AABWkhe .item-wrap {
  color: #000000;
}
.cid-ucQgW1ovJ9 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucQgW1ovJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQgW1ovJ9 .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-ucQgW1ovJ9 .container {
    padding: 0 22px;
  }
}
.cid-ucQgW1ovJ9 .card {
  justify-content: center;
}
.cid-ucQgW1ovJ9 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucQgW1ovJ9 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucQgW1ovJ9 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucQgW1ovJ9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucQgW1ovJ9 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucQgW1ovJ9 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucQgW1ovJ9 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucQgW1ovJ9 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucQgW1ovJ9 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucQgW1ovJ9 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucQgW1ovJ9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQgW1ovJ9 .mbr-text {
  color: #000000;
}
.cid-ucQgXvJNrp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-ucQgXvJNrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQgXvJNrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQgXvJNrp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQgXvJNrp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucQgXvJNrp .container {
    padding: 0 14px;
  }
}
.cid-ucQgXvJNrp .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQgXvJNrp .google-map iframe {
    height: 300px;
  }
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ff04ad 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc,
.cid-tZ3AABWkhe .mbr-section-btn {
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-contact,
.cid-tZ3AABWkhe .item-contact {
  text-align: center;
  color: #000000;
}
.cid-tZ3AABWkhe .list,
.cid-tZ3AABWkhe .item-wrap {
  color: #000000;
}
.cid-ucUUgfrZGQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucUUgfrZGQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ucUUgfrZGQ .nav-item:focus,
.cid-ucUUgfrZGQ .nav-link:focus {
  outline: none;
}
.cid-ucUUgfrZGQ .text-white:hover,
.cid-ucUUgfrZGQ .text-white:active,
.cid-ucUUgfrZGQ .text-white:focus {
  color: white!important;
}
.cid-ucUUgfrZGQ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff04ad;
}
.cid-ucUUgfrZGQ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ucUUgfrZGQ .navbar.opened {
  transition: all .3s;
  background: #ff04ad !important;
}
.cid-ucUUgfrZGQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ucUUgfrZGQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ucUUgfrZGQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucUUgfrZGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ucUUgfrZGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ucUUgfrZGQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ucUUgfrZGQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUUgfrZGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucUUgfrZGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucUUgfrZGQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucUUgfrZGQ .navbar.navbar-short {
  background: #ff04ad !important;
  min-height: 60px;
}
.cid-ucUUgfrZGQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucUUgfrZGQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucUUgfrZGQ .section {
  position: relative;
  overflow: visible!important;
}
.cid-ucUUgfrZGQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ucUUgfrZGQ .dropdown-item:hover {
  color: black!important;
}
.cid-ucUUgfrZGQ .dropdown-menu {
  background-color: white!important;
}
.cid-ucUUgfrZGQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ucUUgfrZGQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucUUgfrZGQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ucUUgfrZGQ .nav-item .nav-link {
    position: relative;
  }
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucUUgfrZGQ .collapsed {
  flex-direction: row!important;
}
.cid-ucUUgfrZGQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUUgfrZGQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucUUgfrZGQ .navbar-caption {
  font-weight: 600!important;
}
.cid-ucUUgfrZGQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucUUgfrZGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucUUgfrZGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUUgfrZGQ .dropdown-item.active,
.cid-ucUUgfrZGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUUgfrZGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucUUgfrZGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucUUgfrZGQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucUUgfrZGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff04ad;
}
.cid-ucUUgfrZGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucUUgfrZGQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucUUgfrZGQ .navbar-buttons {
  text-align: center;
}
.cid-ucUUgfrZGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUUgfrZGQ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucUUgfrZGQ .nav-link {
  font-weight: 600!important;
}
.cid-ucUUgfrZGQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucUUgfrZGQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ucUUgfrZGQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ucUUgfrZGQ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUUgfrZGQ .navbar {
    height: 77px;
  }
  .cid-ucUUgfrZGQ .navbar.opened {
    height: auto;
  }
  .cid-ucUUgfrZGQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQhdStwtv {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucQhdStwtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQhdStwtv .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-ucQhdStwtv .container {
    padding: 0 22px;
  }
}
.cid-ucQhdStwtv .card {
  justify-content: center;
}
.cid-ucQhdStwtv .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucQhdStwtv .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucQhdStwtv .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucQhdStwtv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucQhdStwtv .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucQhdStwtv .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucQhdStwtv .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucQhdStwtv .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucQhdStwtv .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucQhdStwtv .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucQhdStwtv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQhdStwtv .mbr-text {
  color: #ffffff;
}
.cid-ucQhCjjOjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff04ad;
}
.cid-ucQhCjjOjO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ucQhCjjOjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQhCjjOjO .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-ucQhCjjOjO .container {
    padding: 0 22px;
  }
}
.cid-ucQhCjjOjO .row {
  justify-content: center;
}
.cid-ucQhCjjOjO .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-ucQhCjjOjO .content-wrapper {
    padding: 0;
  }
}
.cid-ucQhCjjOjO .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucQhCjjOjO .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-ucQhCjjOjO .mbr-section-title {
  color: #ffffff;
}
.cid-ucQhCjjOjO .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucQhCjjOjO .mbr-section-title,
.cid-ucQhCjjOjO .mbr-section-btn {
  text-align: center;
}
.cid-ucQhdTzE8V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-ucQhdTzE8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQhdTzE8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQhdTzE8V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQhdTzE8V .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucQhdTzE8V .container {
    padding: 0 14px;
  }
}
.cid-ucQhdTzE8V .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQhdTzE8V .google-map iframe {
    height: 300px;
  }
}
.cid-ucQhdUzslK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-ucQhdUzslK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ff04ad 50%);
  z-index: 1;
}
.cid-ucQhdUzslK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQhdUzslK .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-ucQhdUzslK .container {
    padding: 0 22px;
  }
}
.cid-ucQhdUzslK .row {
  position: relative;
  z-index: 1;
}
.cid-ucQhdUzslK .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucQhdUzslK .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucQhdUzslK .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucQhdUzslK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucQhdUzslK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucQhdUzslK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucQhdUzslK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucQhdUzslK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucQhdUzslK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap:hover,
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap:hover::before,
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucQhdUzslK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucQhdUzslK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucQhdUzslK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucQhdUzslK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-ucQhdUzslK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQhdUzslK .mbr-text {
  color: #ffffff;
}
.cid-ucQhdUzslK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucQhdUzslK .list {
  color: #ffffff;
}
.cid-ucQhdUzslK .mbr-contact {
  color: #ffffff;
}
.cid-ucQhdUzslK .mbr-desc {
  color: #ffffff;
}
.cid-ucQhdUzslK .mbr-desc,
.cid-ucQhdUzslK .mbr-section-btn {
  text-align: center;
}
.cid-ucQhdUzslK .mbr-contact,
.cid-ucQhdUzslK .item-contact {
  text-align: center;
  color: #000000;
}
.cid-ucQhdUzslK .list,
.cid-ucQhdUzslK .item-wrap {
  color: #000000;
}
.cid-ucUUgfrZGQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucUUgfrZGQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ucUUgfrZGQ .nav-item:focus,
.cid-ucUUgfrZGQ .nav-link:focus {
  outline: none;
}
.cid-ucUUgfrZGQ .text-white:hover,
.cid-ucUUgfrZGQ .text-white:active,
.cid-ucUUgfrZGQ .text-white:focus {
  color: white!important;
}
.cid-ucUUgfrZGQ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff04ad;
}
.cid-ucUUgfrZGQ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ucUUgfrZGQ .navbar.opened {
  transition: all .3s;
  background: #ff04ad !important;
}
.cid-ucUUgfrZGQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ucUUgfrZGQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ucUUgfrZGQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucUUgfrZGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ucUUgfrZGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucUUgfrZGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ucUUgfrZGQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ucUUgfrZGQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUUgfrZGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucUUgfrZGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucUUgfrZGQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucUUgfrZGQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucUUgfrZGQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucUUgfrZGQ .navbar.navbar-short {
  background: #ff04ad !important;
  min-height: 60px;
}
.cid-ucUUgfrZGQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucUUgfrZGQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucUUgfrZGQ .section {
  position: relative;
  overflow: visible!important;
}
.cid-ucUUgfrZGQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ucUUgfrZGQ .dropdown-item:hover {
  color: black!important;
}
.cid-ucUUgfrZGQ .dropdown-menu {
  background-color: white!important;
}
.cid-ucUUgfrZGQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ucUUgfrZGQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucUUgfrZGQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ucUUgfrZGQ .nav-item .nav-link {
    position: relative;
  }
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucUUgfrZGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucUUgfrZGQ .collapsed {
  flex-direction: row!important;
}
.cid-ucUUgfrZGQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUUgfrZGQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucUUgfrZGQ .navbar-caption {
  font-weight: 600!important;
}
.cid-ucUUgfrZGQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucUUgfrZGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucUUgfrZGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUUgfrZGQ .dropdown-item.active,
.cid-ucUUgfrZGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUUgfrZGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucUUgfrZGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucUUgfrZGQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucUUgfrZGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff04ad;
}
.cid-ucUUgfrZGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucUUgfrZGQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucUUgfrZGQ .navbar-buttons {
  text-align: center;
}
.cid-ucUUgfrZGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUUgfrZGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucUUgfrZGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUUgfrZGQ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucUUgfrZGQ .nav-link {
  font-weight: 600!important;
}
.cid-ucUUgfrZGQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucUUgfrZGQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ucUUgfrZGQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ucUUgfrZGQ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUUgfrZGQ .navbar {
    height: 77px;
  }
  .cid-ucUUgfrZGQ .navbar.opened {
    height: auto;
  }
  .cid-ucUUgfrZGQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucVcQ6Hp9Z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucVcQ6Hp9Z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ucVcQ6Hp9Z .nav-item:focus,
.cid-ucVcQ6Hp9Z .nav-link:focus {
  outline: none;
}
.cid-ucVcQ6Hp9Z .text-white:hover,
.cid-ucVcQ6Hp9Z .text-white:active,
.cid-ucVcQ6Hp9Z .text-white:focus {
  color: white!important;
}
.cid-ucVcQ6Hp9Z .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff04ad;
}
.cid-ucVcQ6Hp9Z .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ucVcQ6Hp9Z .navbar.opened {
  transition: all .3s;
  background: #ff04ad !important;
}
.cid-ucVcQ6Hp9Z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ucVcQ6Hp9Z .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ucVcQ6Hp9Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ucVcQ6Hp9Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucVcQ6Hp9Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucVcQ6Hp9Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucVcQ6Hp9Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucVcQ6Hp9Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucVcQ6Hp9Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ucVcQ6Hp9Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucVcQ6Hp9Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucVcQ6Hp9Z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucVcQ6Hp9Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucVcQ6Hp9Z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucVcQ6Hp9Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucVcQ6Hp9Z .navbar.navbar-short {
  background: #ff04ad !important;
  min-height: 60px;
}
.cid-ucVcQ6Hp9Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucVcQ6Hp9Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucVcQ6Hp9Z .section {
  position: relative;
  overflow: visible!important;
}
.cid-ucVcQ6Hp9Z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ucVcQ6Hp9Z .dropdown-item:hover {
  color: black!important;
}
.cid-ucVcQ6Hp9Z .dropdown-menu {
  background-color: white!important;
}
.cid-ucVcQ6Hp9Z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ucVcQ6Hp9Z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucVcQ6Hp9Z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ucVcQ6Hp9Z .nav-item .nav-link {
    position: relative;
  }
}
.cid-ucVcQ6Hp9Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucVcQ6Hp9Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucVcQ6Hp9Z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ucVcQ6Hp9Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucVcQ6Hp9Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucVcQ6Hp9Z .collapsed {
  flex-direction: row!important;
}
.cid-ucVcQ6Hp9Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucVcQ6Hp9Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucVcQ6Hp9Z .navbar-caption {
  font-weight: 600!important;
}
.cid-ucVcQ6Hp9Z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucVcQ6Hp9Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucVcQ6Hp9Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucVcQ6Hp9Z .dropdown-item.active,
.cid-ucVcQ6Hp9Z .dropdown-item:active {
  background-color: transparent;
}
.cid-ucVcQ6Hp9Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucVcQ6Hp9Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucVcQ6Hp9Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucVcQ6Hp9Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff04ad;
}
.cid-ucVcQ6Hp9Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucVcQ6Hp9Z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucVcQ6Hp9Z .navbar-buttons {
  text-align: center;
}
.cid-ucVcQ6Hp9Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucVcQ6Hp9Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-ucVcQ6Hp9Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucVcQ6Hp9Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucVcQ6Hp9Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucVcQ6Hp9Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucVcQ6Hp9Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucVcQ6Hp9Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucVcQ6Hp9Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucVcQ6Hp9Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucVcQ6Hp9Z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucVcQ6Hp9Z .nav-link {
  font-weight: 600!important;
}
.cid-ucVcQ6Hp9Z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucVcQ6Hp9Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ucVcQ6Hp9Z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ucVcQ6Hp9Z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucVcQ6Hp9Z .navbar {
    height: 77px;
  }
  .cid-ucVcQ6Hp9Z .navbar.opened {
    height: auto;
  }
  .cid-ucVcQ6Hp9Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucVcQ82rl7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bounce-house-rentals-elizabeth-city-nc3-540x360.jpg");
}
.cid-ucVcQ82rl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQ82rl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcQ82rl7 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-ucVcQ82rl7 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucVcQ82rl7 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucVcQ82rl7 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucVcQ82rl7 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #fff904 !important;
}
.cid-ucVcQ82rl7 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucVcQ82rl7 .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucVcQ82rl7 .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ucVcQ82rl7 .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-ucVcQ82rl7 .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucVcQ82rl7 .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-ucVcQ82rl7 .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-ucVcQ82rl7 .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-ucVcQ82rl7 .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-ucVcQ82rl7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQ82rl7 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ucVcQ82rl7 .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ucVcQ82rl7 .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-ucVcQ82rl7 .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-ucVcQ82rl7 .mbr-link,
.cid-ucVcQ82rl7 .mbr-iconfont {
  color: #8c8c8c;
}
.cid-ucVcQ82rl7 .mbr-section-title {
  color: #000000;
}
.cid-ucVcQ82rl7 .mbr-text {
  color: #000000;
}
.cid-ucVcQ97Y6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVcQ97Y6w .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ucVcQ97Y6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQ97Y6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcQ97Y6w .mbr-section-title {
  text-align: center;
}
.cid-ucVcQ9V7dx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVcQ9V7dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQ9V7dx .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-ucVcQ9V7dx .container {
    padding: 0 22px;
  }
}
.cid-ucVcQ9V7dx .row {
  justify-content: center;
}
.cid-ucVcQ9V7dx .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVcQ9V7dx .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucVcQ9V7dx .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucVcQ9V7dx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVcQ9V7dx .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucVcQ9V7dx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVcQ9V7dx .mbr-section-title {
  color: #ffffff;
}
.cid-ucVcQ9V7dx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucVcQ9V7dx .mbr-section-title,
.cid-ucVcQ9V7dx .icon-wrapper {
  text-align: center;
}
.cid-ucVcQaIs7y {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucVcQaIs7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQaIs7y .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-ucVcQaIs7y .container {
    padding: 0 22px;
  }
}
.cid-ucVcQaIs7y .row {
  justify-content: center;
}
.cid-ucVcQaIs7y .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQaIs7y .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVcQaIs7y .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQaIs7y .item {
    margin-bottom: 20px;
  }
}
.cid-ucVcQaIs7y .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-ucVcQaIs7y .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ff04ad;
}
@media (max-width: 992px) {
  .cid-ucVcQaIs7y .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-ucVcQaIs7y .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ucVcQaIs7y .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucVcQaIs7y .mbr-section-title {
  color: #ffffff;
}
.cid-ucVcQaIs7y .card-title {
  color: #ffffff;
}
.cid-ucVcQaIs7y .card-text {
  color: #ffffff;
}
.cid-ucVcQaIs7y .mbr-section-title,
.cid-ucVcQaIs7y .mbr-section-btn {
  text-align: center;
}
.cid-ucVcQaIs7y .card-title,
.cid-ucVcQaIs7y .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucVcQbOSqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVcQbOSqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQbOSqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcQbOSqi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucVcQbOSqi .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucVcQbOSqi .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucVcQbOSqi .container {
    padding: 0 22px;
  }
}
.cid-ucVcQbOSqi .row {
  justify-content: space-between;
}
.cid-ucVcQbOSqi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQbOSqi .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVcQbOSqi .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQbOSqi .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVcQbOSqi .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucVcQbOSqi .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVcQbOSqi .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVcQbOSqi .mbr-section-title {
  color: #ffffff;
}
.cid-ucVcQbOSqi .mbr-text {
  color: #ffffff;
}
.cid-ucVcQbOSqi .mbr-text,
.cid-ucVcQbOSqi .mbr-section-btn {
  color: #ffffff;
}
.cid-ucVcQcFN3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVcQcFN3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQcFN3E .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-ucVcQcFN3E .container {
    padding: 0 22px;
  }
}
.cid-ucVcQcFN3E .card {
  justify-content: center;
}
.cid-ucVcQcFN3E .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucVcQcFN3E .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucVcQcFN3E .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucVcQcFN3E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVcQcFN3E .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucVcQcFN3E .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucVcQcFN3E .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucVcQcFN3E .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucVcQcFN3E .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucVcQcFN3E .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucVcQcFN3E .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVcQcFN3E .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucVcQdwst1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bounce-house-rentals-elizabeth-city-nc4-643x360.jpg");
}
.cid-ucVcQdwst1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ucVcQdwst1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQdwst1 .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-ucVcQdwst1 .container {
    padding: 0 22px;
  }
}
.cid-ucVcQdwst1 .row {
  justify-content: center;
}
.cid-ucVcQdwst1 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-ucVcQdwst1 .content-wrapper {
    padding: 0;
  }
}
.cid-ucVcQdwst1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVcQdwst1 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-ucVcQdwst1 .mbr-section-title {
  color: #ffffff;
}
.cid-ucVcQdwst1 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucVcQdwst1 .mbr-section-title,
.cid-ucVcQdwst1 .mbr-section-btn {
  text-align: center;
}
.cid-ucVcQejFNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVcQejFNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQejFNN .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-ucVcQejFNN .container {
    padding: 0 22px;
  }
}
.cid-ucVcQejFNN .row {
  justify-content: center;
}
.cid-ucVcQejFNN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQejFNN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVcQejFNN .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucVcQejFNN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ucVcQejFNN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucVcQejFNN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVcQejFNN .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucVcQejFNN .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucVcQejFNN .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucVcQejFNN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucVcQejFNN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucVcQejFNN .panel-title-edit {
  color: #ffffff;
}
.cid-ucVcQejFNN .panel-text {
  color: #ffffff;
}
.cid-ucVcQgSKUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVcQgSKUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQgSKUh .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-ucVcQgSKUh .container {
    padding: 0 30px;
  }
}
.cid-ucVcQgSKUh .image-wrapper {
  position: relative;
}
.cid-ucVcQgSKUh .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVcQgSKUh .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVcQgSKUh .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #ff04ad 50%, #e1eeec 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ucVcQgSKUh .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ucVcQiDgze {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ff04ad;
}
.cid-ucVcQiDgze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQiDgze .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ucVcQiDgze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcQiDgze h1 {
  max-width: 800px;
}
.cid-ucVcQiDgze p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ucVcQiDgze .btn:hover {
  transform: scale(1.1);
  background: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #fff904 !important;
}
.cid-ucVcQiDgze .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ucVcQiDgze .btn div {
  overflow: hidden;
}
.cid-ucVcQiDgze .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ucVcQiDgze {
    align-items: center;
  }
  .cid-ucVcQiDgze .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucVcQiDgze .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucVcQiDgze {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucVcQiDgze .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucVcQiDgze .content-wrap {
    width: 100%;
  }
}
.cid-ucVcQiDgze .mbr-section-subtitle,
.cid-ucVcQiDgze .line {
  color: #ffffff;
}
.cid-ucVcQiDgze .mbr-text,
.cid-ucVcQiDgze .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucVcQiDgze .mbr-section-title {
  color: #291f1e;
}
.cid-ucVcQjsvQh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVcQjsvQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQjsvQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcQjsvQh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucVcQjsvQh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucVcQjsvQh .container {
    padding: 0 30px;
  }
}
.cid-ucVcQjsvQh .card {
  justify-content: center;
}
.cid-ucVcQjsvQh .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucVcQjsvQh .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucVcQjsvQh .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucVcQjsvQh .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucVcQjsvQh .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-ucVcQjsvQh .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-ucVcQjsvQh .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-ucVcQjsvQh .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-ucVcQjsvQh .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ucVcQjsvQh .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-ucVcQjsvQh .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-ucVcQjsvQh .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-ucVcQjsvQh .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-ucVcQjsvQh .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-ucVcQjsvQh .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-ucVcQjsvQh .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-ucVcQjsvQh .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-ucVcQjsvQh .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-ucVcQjsvQh .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-ucVcQjsvQh .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-ucVcQjsvQh .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #ffffff;
}
.cid-ucVcQjsvQh .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-ucVcQjsvQh .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #ffffff;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucVcQjsvQh .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-ucVcQjsvQh .mbr-desc {
  color: #bee0d6;
}
.cid-ucVcQjsvQh .item-title {
  color: #bee0d6;
}
.cid-ucVcQjsvQh .item-text {
  color: #bee0d6;
}
.cid-ucVcQjsvQh .list {
  color: #bee0d6;
}
.cid-ucVcQjsvQh .item-title,
.cid-ucVcQjsvQh .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucVcQkBy85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-ucVcQkBy85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQkBy85 .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-ucVcQkBy85 .container {
    padding: 0 30px;
  }
}
.cid-ucVcQkBy85 .card {
  justify-content: center;
}
.cid-ucVcQkBy85 .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-ucVcQkBy85 .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-ucVcQkBy85 .content-wrapper {
    padding: 0;
  }
}
.cid-ucVcQkBy85 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-ucVcQkBy85 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-ucVcQkBy85 .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-ucVcQkBy85 .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-ucVcQkBy85 .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-ucVcQkBy85 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucVcQkBy85 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-ucVcQkBy85 .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-ucVcQkBy85 .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-ucVcQkBy85 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-ucVcQkBy85 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-ucVcQkBy85 .mbr-text {
  color: #254b45;
}
.cid-ucVcQkBy85 .mbr-name {
  color: #254b45;
}
.cid-ucVcQkBy85 .mbr-role {
  color: #254b45;
}
.cid-ucVcQkBy85 .mbr-text,
.cid-ucVcQkBy85 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ucVcQkBy85 .mbr-name,
.cid-ucVcQkBy85 .person-wrapper {
  color: #ffffff;
}
.cid-ucVcQlJEkf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucVcQlJEkf .container {
    padding: 0 22px;
  }
}
.cid-ucVcQlJEkf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-ucVcQlJEkf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ucVcQlJEkf .embla__slide .slide-content {
  width: 100%;
}
.cid-ucVcQlJEkf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucVcQlJEkf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucVcQlJEkf .embla__button--next,
.cid-ucVcQlJEkf .embla__button--prev {
  display: flex;
}
.cid-ucVcQlJEkf .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ucVcQlJEkf .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-ucVcQlJEkf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ucVcQlJEkf .embla__button:hover {
  opacity: 1 !important;
}
.cid-ucVcQlJEkf .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ucVcQlJEkf .embla__button.embla__button--next {
  right: 20px;
}
.cid-ucVcQlJEkf .card {
  justify-content: center;
}
.cid-ucVcQlJEkf .embla {
  position: relative;
  width: 100%;
}
.cid-ucVcQlJEkf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ucVcQlJEkf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucVcQlJEkf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucVcQlJEkf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucVcQlJEkf .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQlJEkf .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVcQlJEkf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVcQlJEkf .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucVcQlJEkf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVcQlJEkf .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucVcQnoCYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVcQnoCYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQnoCYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcQnoCYe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucVcQnoCYe .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVcQnoCYe .container {
    padding: 0 12px;
  }
}
.cid-ucVcQnoCYe .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQnoCYe .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucVcQnoCYe .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ff04ad;
}
@media (max-width: 992px) {
  .cid-ucVcQnoCYe .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucVcQnoCYe .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucVcQnoCYe .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucVcQnoCYe .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcQnoCYe .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucVcQnoCYe .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucVcQnoCYe .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucVcQnoCYe .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucVcQnoCYe .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ucVcQnoCYe .mbr-section-subtitle {
  color: #222222;
}
.cid-ucVcQnoCYe .mbr-text {
  color: #222222;
}
.cid-ucVcQnoCYe .list {
  color: #222222;
}
.cid-ucVcQoq7Gy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVcQoq7Gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQoq7Gy .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-ucVcQoq7Gy .container {
    padding: 0 20px;
  }
}
.cid-ucVcQoq7Gy .row {
  margin: 0;
}
.cid-ucVcQoq7Gy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucVcQoq7Gy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucVcQoq7Gy .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucVcQoq7Gy .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucVcQoq7Gy .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucVcQoq7Gy .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucVcQoq7Gy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVcQq77bs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVcQq77bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQq77bs .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-ucVcQq77bs .container {
    padding: 0 30px;
  }
}
.cid-ucVcQq77bs .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-ucVcQq77bs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVcQq77bs .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ucVcQq77bs .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-ucVcQq77bs .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVcQq77bs .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVcQq77bs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucVcQq77bs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ucVghPX1Wu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVghPX1Wu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVghPX1Wu .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-ucVghPX1Wu .container {
    padding: 0 22px;
  }
}
.cid-ucVghPX1Wu .row {
  justify-content: center;
}
.cid-ucVghPX1Wu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVghPX1Wu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVghPX1Wu .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucVghPX1Wu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ff04ad;
  border-radius: 0;
  padding: 20px;
}
.cid-ucVghPX1Wu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucVghPX1Wu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVghPX1Wu .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ucVghPX1Wu .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucVghPX1Wu .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucVghPX1Wu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucVghPX1Wu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVghPX1Wu .panel-title-edit {
  color: #000000;
}
.cid-ucVghPX1Wu .panel-text {
  color: #000000;
}
.cid-ucVcQs4DbJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucVcQs4DbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQs4DbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcQs4DbJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucVcQs4DbJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucVcQs4DbJ .container {
    padding: 0 16px;
  }
}
.cid-ucVcQs4DbJ .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucVcQs4DbJ .google-map iframe {
    height: 350px;
  }
}
.cid-ucVcQtiVoy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-ucVcQtiVoy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ff04ad 50%);
  z-index: 1;
}
.cid-ucVcQtiVoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcQtiVoy .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-ucVcQtiVoy .container {
    padding: 0 22px;
  }
}
.cid-ucVcQtiVoy .row {
  position: relative;
  z-index: 1;
}
.cid-ucVcQtiVoy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucVcQtiVoy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucVcQtiVoy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucVcQtiVoy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucVcQtiVoy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVcQtiVoy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucVcQtiVoy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVcQtiVoy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVcQtiVoy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucVcQtiVoy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVcQtiVoy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucVcQtiVoy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucVcQtiVoy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucVcQtiVoy .nav-wrapper .list .item-wrap:hover,
.cid-ucVcQtiVoy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucVcQtiVoy .nav-wrapper .list .item-wrap:hover::before,
.cid-ucVcQtiVoy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucVcQtiVoy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVcQtiVoy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVcQtiVoy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucVcQtiVoy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVcQtiVoy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVcQtiVoy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucVcQtiVoy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucVcQtiVoy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucVcQtiVoy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucVcQtiVoy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-ucVcQtiVoy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVcQtiVoy .mbr-text {
  color: #ffffff;
}
.cid-ucVcQtiVoy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucVcQtiVoy .list {
  color: #ffffff;
}
.cid-ucVcQtiVoy .mbr-contact {
  color: #ffffff;
}
.cid-ucVcQtiVoy .mbr-desc {
  color: #ffffff;
}
.cid-ucVcQtiVoy .mbr-desc,
.cid-ucVcQtiVoy .mbr-section-btn {
  text-align: center;
}
.cid-ucVcQtiVoy .mbr-contact,
.cid-ucVcQtiVoy .item-contact {
  text-align: center;
  color: #000000;
}
.cid-ucVcQtiVoy .list,
.cid-ucVcQtiVoy .item-wrap {
  color: #000000;
}
.cid-ucVwtTtHSo .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucVwtTtHSo .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ucVwtTtHSo .nav-item:focus,
.cid-ucVwtTtHSo .nav-link:focus {
  outline: none;
}
.cid-ucVwtTtHSo .text-white:hover,
.cid-ucVwtTtHSo .text-white:active,
.cid-ucVwtTtHSo .text-white:focus {
  color: white!important;
}
.cid-ucVwtTtHSo .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff04ad;
}
.cid-ucVwtTtHSo .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ucVwtTtHSo .navbar.opened {
  transition: all .3s;
  background: #ff04ad !important;
}
.cid-ucVwtTtHSo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ucVwtTtHSo .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ucVwtTtHSo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucVwtTtHSo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucVwtTtHSo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ucVwtTtHSo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucVwtTtHSo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucVwtTtHSo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ucVwtTtHSo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucVwtTtHSo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ucVwtTtHSo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ucVwtTtHSo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucVwtTtHSo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucVwtTtHSo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucVwtTtHSo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucVwtTtHSo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucVwtTtHSo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ucVwtTtHSo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucVwtTtHSo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucVwtTtHSo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucVwtTtHSo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucVwtTtHSo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucVwtTtHSo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucVwtTtHSo .navbar.navbar-short {
  background: #ff04ad !important;
  min-height: 60px;
}
.cid-ucVwtTtHSo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucVwtTtHSo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucVwtTtHSo .section {
  position: relative;
  overflow: visible!important;
}
.cid-ucVwtTtHSo .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ucVwtTtHSo .dropdown-item:hover {
  color: black!important;
}
.cid-ucVwtTtHSo .dropdown-menu {
  background-color: white!important;
}
.cid-ucVwtTtHSo .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ucVwtTtHSo .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucVwtTtHSo .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ucVwtTtHSo .nav-item .nav-link {
    position: relative;
  }
}
.cid-ucVwtTtHSo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucVwtTtHSo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucVwtTtHSo .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ucVwtTtHSo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucVwtTtHSo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucVwtTtHSo .collapsed {
  flex-direction: row!important;
}
.cid-ucVwtTtHSo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucVwtTtHSo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucVwtTtHSo .navbar-caption {
  font-weight: 600!important;
}
.cid-ucVwtTtHSo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucVwtTtHSo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucVwtTtHSo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucVwtTtHSo .dropdown-item.active,
.cid-ucVwtTtHSo .dropdown-item:active {
  background-color: transparent;
}
.cid-ucVwtTtHSo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucVwtTtHSo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucVwtTtHSo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucVwtTtHSo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff04ad;
}
.cid-ucVwtTtHSo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucVwtTtHSo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucVwtTtHSo .navbar-buttons {
  text-align: center;
}
.cid-ucVwtTtHSo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucVwtTtHSo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-ucVwtTtHSo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucVwtTtHSo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucVwtTtHSo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucVwtTtHSo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucVwtTtHSo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucVwtTtHSo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucVwtTtHSo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucVwtTtHSo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucVwtTtHSo .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucVwtTtHSo .nav-link {
  font-weight: 600!important;
}
.cid-ucVwtTtHSo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucVwtTtHSo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ucVwtTtHSo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ucVwtTtHSo .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucVwtTtHSo .navbar {
    height: 77px;
  }
  .cid-ucVwtTtHSo .navbar.opened {
    height: auto;
  }
  .cid-ucVwtTtHSo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucVwtUDeE7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bounce-house-rentals-elizabeth-city-nc8-573x360.jpg");
}
.cid-ucVwtUDeE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwtUDeE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVwtUDeE7 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-ucVwtUDeE7 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucVwtUDeE7 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucVwtUDeE7 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucVwtUDeE7 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #fff904 !important;
}
.cid-ucVwtUDeE7 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucVwtUDeE7 .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucVwtUDeE7 .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ucVwtUDeE7 .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-ucVwtUDeE7 .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucVwtUDeE7 .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-ucVwtUDeE7 .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-ucVwtUDeE7 .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-ucVwtUDeE7 .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-ucVwtUDeE7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwtUDeE7 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ucVwtUDeE7 .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ucVwtUDeE7 .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-ucVwtUDeE7 .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-ucVwtUDeE7 .mbr-link,
.cid-ucVwtUDeE7 .mbr-iconfont {
  color: #8c8c8c;
}
.cid-ucVwtUDeE7 .mbr-section-title {
  color: #000000;
}
.cid-ucVwtUDeE7 .mbr-text {
  color: #000000;
}
.cid-ucVwtVBh3S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVwtVBh3S .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ucVwtVBh3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwtVBh3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVwtVBh3S .mbr-section-title {
  text-align: center;
}
.cid-ucVwtWe7MD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVwtWe7MD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwtWe7MD .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-ucVwtWe7MD .container {
    padding: 0 22px;
  }
}
.cid-ucVwtWe7MD .row {
  justify-content: center;
}
.cid-ucVwtWe7MD .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVwtWe7MD .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucVwtWe7MD .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucVwtWe7MD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVwtWe7MD .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucVwtWe7MD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVwtWe7MD .mbr-section-title {
  color: #ffffff;
}
.cid-ucVwtWe7MD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucVwtWe7MD .mbr-section-title,
.cid-ucVwtWe7MD .icon-wrapper {
  text-align: center;
}
.cid-ucVwtWO1LD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucVwtWO1LD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwtWO1LD .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-ucVwtWO1LD .container {
    padding: 0 22px;
  }
}
.cid-ucVwtWO1LD .row {
  justify-content: center;
}
.cid-ucVwtWO1LD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwtWO1LD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVwtWO1LD .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwtWO1LD .item {
    margin-bottom: 20px;
  }
}
.cid-ucVwtWO1LD .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-ucVwtWO1LD .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ff04ad;
}
@media (max-width: 992px) {
  .cid-ucVwtWO1LD .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-ucVwtWO1LD .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ucVwtWO1LD .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucVwtWO1LD .mbr-section-title {
  color: #ffffff;
}
.cid-ucVwtWO1LD .card-title {
  color: #ffffff;
}
.cid-ucVwtWO1LD .card-text {
  color: #ffffff;
}
.cid-ucVwtWO1LD .mbr-section-title,
.cid-ucVwtWO1LD .mbr-section-btn {
  text-align: center;
}
.cid-ucVwtWO1LD .card-title,
.cid-ucVwtWO1LD .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucVwtXMBKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVwtXMBKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwtXMBKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVwtXMBKC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucVwtXMBKC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucVwtXMBKC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucVwtXMBKC .container {
    padding: 0 22px;
  }
}
.cid-ucVwtXMBKC .row {
  justify-content: space-between;
}
.cid-ucVwtXMBKC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwtXMBKC .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVwtXMBKC .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwtXMBKC .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVwtXMBKC .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucVwtXMBKC .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVwtXMBKC .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVwtXMBKC .mbr-section-title {
  color: #ffffff;
}
.cid-ucVwtXMBKC .mbr-text {
  color: #ffffff;
}
.cid-ucVwtXMBKC .mbr-text,
.cid-ucVwtXMBKC .mbr-section-btn {
  color: #ffffff;
}
.cid-ucVwtYq8Nt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVwtYq8Nt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwtYq8Nt .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-ucVwtYq8Nt .container {
    padding: 0 22px;
  }
}
.cid-ucVwtYq8Nt .card {
  justify-content: center;
}
.cid-ucVwtYq8Nt .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucVwtYq8Nt .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucVwtYq8Nt .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucVwtYq8Nt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVwtYq8Nt .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucVwtYq8Nt .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucVwtYq8Nt .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucVwtYq8Nt .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucVwtYq8Nt .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucVwtYq8Nt .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucVwtYq8Nt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVwtYq8Nt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucVwtZ9tt7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bounce-house-rentals-elizabeth-city-nc7-643x360.jpg");
}
.cid-ucVwtZ9tt7::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ucVwtZ9tt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwtZ9tt7 .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-ucVwtZ9tt7 .container {
    padding: 0 22px;
  }
}
.cid-ucVwtZ9tt7 .row {
  justify-content: center;
}
.cid-ucVwtZ9tt7 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-ucVwtZ9tt7 .content-wrapper {
    padding: 0;
  }
}
.cid-ucVwtZ9tt7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVwtZ9tt7 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-ucVwtZ9tt7 .mbr-section-title {
  color: #ffffff;
}
.cid-ucVwtZ9tt7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucVwtZ9tt7 .mbr-section-title,
.cid-ucVwtZ9tt7 .mbr-section-btn {
  text-align: center;
}
.cid-ucVwtZVgfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVwtZVgfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwtZVgfd .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-ucVwtZVgfd .container {
    padding: 0 22px;
  }
}
.cid-ucVwtZVgfd .row {
  justify-content: center;
}
.cid-ucVwtZVgfd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwtZVgfd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVwtZVgfd .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucVwtZVgfd .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ucVwtZVgfd .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucVwtZVgfd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVwtZVgfd .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucVwtZVgfd .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucVwtZVgfd .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucVwtZVgfd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucVwtZVgfd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucVwtZVgfd .panel-title-edit {
  color: #ffffff;
}
.cid-ucVwtZVgfd .panel-text {
  color: #ffffff;
}
.cid-ucVwu19zri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVwu19zri .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu19zri .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-ucVwu19zri .container {
    padding: 0 30px;
  }
}
.cid-ucVwu19zri .image-wrapper {
  position: relative;
}
.cid-ucVwu19zri .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVwu19zri .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVwu19zri .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #ff04ad 50%, #e1eeec 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ucVwu19zri .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ucVwu1VOCh {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ff04ad;
}
.cid-ucVwu1VOCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu1VOCh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ucVwu1VOCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVwu1VOCh h1 {
  max-width: 800px;
}
.cid-ucVwu1VOCh p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ucVwu1VOCh .btn:hover {
  transform: scale(1.1);
  background: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #fff904 !important;
}
.cid-ucVwu1VOCh .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ucVwu1VOCh .btn div {
  overflow: hidden;
}
.cid-ucVwu1VOCh .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ucVwu1VOCh {
    align-items: center;
  }
  .cid-ucVwu1VOCh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucVwu1VOCh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucVwu1VOCh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucVwu1VOCh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucVwu1VOCh .content-wrap {
    width: 100%;
  }
}
.cid-ucVwu1VOCh .mbr-section-subtitle,
.cid-ucVwu1VOCh .line {
  color: #ffffff;
}
.cid-ucVwu1VOCh .mbr-text,
.cid-ucVwu1VOCh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucVwu1VOCh .mbr-section-title {
  color: #291f1e;
}
.cid-ucVwu2VNsY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVwu2VNsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu2VNsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVwu2VNsY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucVwu2VNsY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucVwu2VNsY .container {
    padding: 0 30px;
  }
}
.cid-ucVwu2VNsY .card {
  justify-content: center;
}
.cid-ucVwu2VNsY .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucVwu2VNsY .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucVwu2VNsY .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucVwu2VNsY .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucVwu2VNsY .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-ucVwu2VNsY .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-ucVwu2VNsY .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-ucVwu2VNsY .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-ucVwu2VNsY .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ucVwu2VNsY .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-ucVwu2VNsY .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-ucVwu2VNsY .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-ucVwu2VNsY .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-ucVwu2VNsY .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-ucVwu2VNsY .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-ucVwu2VNsY .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-ucVwu2VNsY .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-ucVwu2VNsY .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-ucVwu2VNsY .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-ucVwu2VNsY .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-ucVwu2VNsY .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #ffffff;
}
.cid-ucVwu2VNsY .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-ucVwu2VNsY .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #ffffff;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucVwu2VNsY .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-ucVwu2VNsY .mbr-desc {
  color: #bee0d6;
}
.cid-ucVwu2VNsY .item-title {
  color: #bee0d6;
}
.cid-ucVwu2VNsY .item-text {
  color: #bee0d6;
}
.cid-ucVwu2VNsY .list {
  color: #bee0d6;
}
.cid-ucVwu2VNsY .item-title,
.cid-ucVwu2VNsY .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucVwu3PsYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-ucVwu3PsYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu3PsYl .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-ucVwu3PsYl .container {
    padding: 0 30px;
  }
}
.cid-ucVwu3PsYl .card {
  justify-content: center;
}
.cid-ucVwu3PsYl .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-ucVwu3PsYl .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-ucVwu3PsYl .content-wrapper {
    padding: 0;
  }
}
.cid-ucVwu3PsYl .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-ucVwu3PsYl .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-ucVwu3PsYl .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-ucVwu3PsYl .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-ucVwu3PsYl .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-ucVwu3PsYl .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucVwu3PsYl .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-ucVwu3PsYl .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-ucVwu3PsYl .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-ucVwu3PsYl .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-ucVwu3PsYl .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-ucVwu3PsYl .mbr-text {
  color: #254b45;
}
.cid-ucVwu3PsYl .mbr-name {
  color: #254b45;
}
.cid-ucVwu3PsYl .mbr-role {
  color: #254b45;
}
.cid-ucVwu3PsYl .mbr-text,
.cid-ucVwu3PsYl .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ucVwu3PsYl .mbr-name,
.cid-ucVwu3PsYl .person-wrapper {
  color: #ffffff;
}
.cid-ucVwu4DQrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucVwu4DQrF .container {
    padding: 0 22px;
  }
}
.cid-ucVwu4DQrF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-ucVwu4DQrF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ucVwu4DQrF .embla__slide .slide-content {
  width: 100%;
}
.cid-ucVwu4DQrF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucVwu4DQrF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucVwu4DQrF .embla__button--next,
.cid-ucVwu4DQrF .embla__button--prev {
  display: flex;
}
.cid-ucVwu4DQrF .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ucVwu4DQrF .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-ucVwu4DQrF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ucVwu4DQrF .embla__button:hover {
  opacity: 1 !important;
}
.cid-ucVwu4DQrF .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ucVwu4DQrF .embla__button.embla__button--next {
  right: 20px;
}
.cid-ucVwu4DQrF .card {
  justify-content: center;
}
.cid-ucVwu4DQrF .embla {
  position: relative;
  width: 100%;
}
.cid-ucVwu4DQrF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ucVwu4DQrF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucVwu4DQrF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucVwu4DQrF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucVwu4DQrF .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwu4DQrF .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVwu4DQrF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVwu4DQrF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucVwu4DQrF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVwu4DQrF .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucVwu66olI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVwu66olI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu66olI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVwu66olI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucVwu66olI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVwu66olI .container {
    padding: 0 12px;
  }
}
.cid-ucVwu66olI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwu66olI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucVwu66olI .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ff04ad;
}
@media (max-width: 992px) {
  .cid-ucVwu66olI .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucVwu66olI .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucVwu66olI .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucVwu66olI .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwu66olI .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucVwu66olI .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucVwu66olI .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucVwu66olI .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucVwu66olI .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ucVwu66olI .mbr-section-subtitle {
  color: #222222;
}
.cid-ucVwu66olI .mbr-text {
  color: #222222;
}
.cid-ucVwu66olI .list {
  color: #222222;
}
.cid-ucVwu6YrjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVwu6YrjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu6YrjE .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-ucVwu6YrjE .container {
    padding: 0 20px;
  }
}
.cid-ucVwu6YrjE .row {
  margin: 0;
}
.cid-ucVwu6YrjE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucVwu6YrjE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucVwu6YrjE .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucVwu6YrjE .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucVwu6YrjE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucVwu6YrjE .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucVwu6YrjE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVwu7PZxd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVwu7PZxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu7PZxd .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-ucVwu7PZxd .container {
    padding: 0 30px;
  }
}
.cid-ucVwu7PZxd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-ucVwu7PZxd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVwu7PZxd .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ucVwu7PZxd .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-ucVwu7PZxd .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVwu7PZxd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVwu7PZxd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucVwu7PZxd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ucVwu8Jk9g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVwu8Jk9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu8Jk9g .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-ucVwu8Jk9g .container {
    padding: 0 22px;
  }
}
.cid-ucVwu8Jk9g .row {
  justify-content: center;
}
.cid-ucVwu8Jk9g .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVwu8Jk9g .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVwu8Jk9g .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucVwu8Jk9g .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ff04ad;
  border-radius: 0;
  padding: 20px;
}
.cid-ucVwu8Jk9g .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucVwu8Jk9g .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVwu8Jk9g .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ucVwu8Jk9g .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucVwu8Jk9g .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucVwu8Jk9g .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucVwu8Jk9g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVwu8Jk9g .panel-title-edit {
  color: #000000;
}
.cid-ucVwu8Jk9g .panel-text {
  color: #000000;
}
.cid-ucVwu9Kmmy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucVwu9Kmmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwu9Kmmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVwu9Kmmy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucVwu9Kmmy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucVwu9Kmmy .container {
    padding: 0 16px;
  }
}
.cid-ucVwu9Kmmy .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucVwu9Kmmy .google-map iframe {
    height: 350px;
  }
}
.cid-ucVwuaEMBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-ucVwuaEMBh::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ff04ad 50%);
  z-index: 1;
}
.cid-ucVwuaEMBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVwuaEMBh .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-ucVwuaEMBh .container {
    padding: 0 22px;
  }
}
.cid-ucVwuaEMBh .row {
  position: relative;
  z-index: 1;
}
.cid-ucVwuaEMBh .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucVwuaEMBh .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucVwuaEMBh .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucVwuaEMBh .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucVwuaEMBh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVwuaEMBh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucVwuaEMBh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVwuaEMBh .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVwuaEMBh .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucVwuaEMBh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVwuaEMBh .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucVwuaEMBh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucVwuaEMBh .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucVwuaEMBh .nav-wrapper .list .item-wrap:hover,
.cid-ucVwuaEMBh .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucVwuaEMBh .nav-wrapper .list .item-wrap:hover::before,
.cid-ucVwuaEMBh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucVwuaEMBh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVwuaEMBh .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVwuaEMBh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucVwuaEMBh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVwuaEMBh .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVwuaEMBh .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucVwuaEMBh .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucVwuaEMBh .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucVwuaEMBh .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucVwuaEMBh .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-ucVwuaEMBh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVwuaEMBh .mbr-text {
  color: #ffffff;
}
.cid-ucVwuaEMBh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucVwuaEMBh .list {
  color: #ffffff;
}
.cid-ucVwuaEMBh .mbr-contact {
  color: #ffffff;
}
.cid-ucVwuaEMBh .mbr-desc {
  color: #ffffff;
}
.cid-ucVwuaEMBh .mbr-desc,
.cid-ucVwuaEMBh .mbr-section-btn {
  text-align: center;
}
.cid-ucVwuaEMBh .mbr-contact,
.cid-ucVwuaEMBh .item-contact {
  text-align: center;
  color: #000000;
}
.cid-ucVwuaEMBh .list,
.cid-ucVwuaEMBh .item-wrap {
  color: #000000;
}
.cid-ucVCsqZbwX .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucVCsqZbwX .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ucVCsqZbwX .nav-item:focus,
.cid-ucVCsqZbwX .nav-link:focus {
  outline: none;
}
.cid-ucVCsqZbwX .text-white:hover,
.cid-ucVCsqZbwX .text-white:active,
.cid-ucVCsqZbwX .text-white:focus {
  color: white!important;
}
.cid-ucVCsqZbwX .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff04ad;
}
.cid-ucVCsqZbwX .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ucVCsqZbwX .navbar.opened {
  transition: all .3s;
  background: #ff04ad !important;
}
.cid-ucVCsqZbwX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ucVCsqZbwX .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ucVCsqZbwX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucVCsqZbwX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucVCsqZbwX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ucVCsqZbwX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucVCsqZbwX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucVCsqZbwX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ucVCsqZbwX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucVCsqZbwX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ucVCsqZbwX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ucVCsqZbwX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucVCsqZbwX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucVCsqZbwX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucVCsqZbwX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucVCsqZbwX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucVCsqZbwX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ucVCsqZbwX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucVCsqZbwX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucVCsqZbwX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucVCsqZbwX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucVCsqZbwX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucVCsqZbwX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucVCsqZbwX .navbar.navbar-short {
  background: #ff04ad !important;
  min-height: 60px;
}
.cid-ucVCsqZbwX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucVCsqZbwX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucVCsqZbwX .section {
  position: relative;
  overflow: visible!important;
}
.cid-ucVCsqZbwX .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ucVCsqZbwX .dropdown-item:hover {
  color: black!important;
}
.cid-ucVCsqZbwX .dropdown-menu {
  background-color: white!important;
}
.cid-ucVCsqZbwX .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ucVCsqZbwX .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ucVCsqZbwX .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ucVCsqZbwX .nav-item .nav-link {
    position: relative;
  }
}
.cid-ucVCsqZbwX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucVCsqZbwX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucVCsqZbwX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ucVCsqZbwX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucVCsqZbwX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucVCsqZbwX .collapsed {
  flex-direction: row!important;
}
.cid-ucVCsqZbwX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucVCsqZbwX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucVCsqZbwX .navbar-caption {
  font-weight: 600!important;
}
.cid-ucVCsqZbwX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucVCsqZbwX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucVCsqZbwX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucVCsqZbwX .dropdown-item.active,
.cid-ucVCsqZbwX .dropdown-item:active {
  background-color: transparent;
}
.cid-ucVCsqZbwX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucVCsqZbwX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucVCsqZbwX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucVCsqZbwX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff04ad;
}
.cid-ucVCsqZbwX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucVCsqZbwX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucVCsqZbwX .navbar-buttons {
  text-align: center;
}
.cid-ucVCsqZbwX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucVCsqZbwX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-ucVCsqZbwX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucVCsqZbwX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucVCsqZbwX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucVCsqZbwX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucVCsqZbwX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucVCsqZbwX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucVCsqZbwX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucVCsqZbwX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucVCsqZbwX .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucVCsqZbwX .nav-link {
  font-weight: 600!important;
}
.cid-ucVCsqZbwX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucVCsqZbwX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ucVCsqZbwX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ucVCsqZbwX .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucVCsqZbwX .navbar {
    height: 77px;
  }
  .cid-ucVCsqZbwX .navbar.opened {
    height: auto;
  }
  .cid-ucVCsqZbwX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucVCssxcCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bounce-house-rentals-elizabeth-city-nc10-1832x1222.jpg");
}
.cid-ucVCssxcCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCssxcCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVCssxcCp .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-ucVCssxcCp .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucVCssxcCp .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucVCssxcCp .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucVCssxcCp .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #fff904 !important;
}
.cid-ucVCssxcCp .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucVCssxcCp .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucVCssxcCp .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ucVCssxcCp .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-ucVCssxcCp .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucVCssxcCp .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-ucVCssxcCp .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-ucVCssxcCp .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-ucVCssxcCp .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-ucVCssxcCp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCssxcCp .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ucVCssxcCp .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ucVCssxcCp .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-ucVCssxcCp .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-ucVCssxcCp .mbr-link,
.cid-ucVCssxcCp .mbr-iconfont {
  color: #8c8c8c;
}
.cid-ucVCssxcCp .mbr-section-title {
  color: #000000;
}
.cid-ucVCssxcCp .mbr-text {
  color: #000000;
}
.cid-ucVCsttfej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVCsttfej .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ucVCsttfej .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsttfej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVCsttfej .mbr-section-title {
  text-align: center;
}
.cid-ucVCsuaFRj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVCsuaFRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsuaFRj .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-ucVCsuaFRj .container {
    padding: 0 22px;
  }
}
.cid-ucVCsuaFRj .row {
  justify-content: center;
}
.cid-ucVCsuaFRj .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVCsuaFRj .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucVCsuaFRj .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucVCsuaFRj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVCsuaFRj .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucVCsuaFRj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVCsuaFRj .mbr-section-title {
  color: #ffffff;
}
.cid-ucVCsuaFRj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucVCsuaFRj .mbr-section-title,
.cid-ucVCsuaFRj .icon-wrapper {
  text-align: center;
}
.cid-ucVCsvR5V4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucVCsvR5V4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsvR5V4 .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-ucVCsvR5V4 .container {
    padding: 0 22px;
  }
}
.cid-ucVCsvR5V4 .row {
  justify-content: center;
}
.cid-ucVCsvR5V4 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsvR5V4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVCsvR5V4 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsvR5V4 .item {
    margin-bottom: 20px;
  }
}
.cid-ucVCsvR5V4 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-ucVCsvR5V4 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ff04ad;
}
@media (max-width: 992px) {
  .cid-ucVCsvR5V4 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-ucVCsvR5V4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ucVCsvR5V4 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucVCsvR5V4 .mbr-section-title {
  color: #ffffff;
}
.cid-ucVCsvR5V4 .card-title {
  color: #ffffff;
}
.cid-ucVCsvR5V4 .card-text {
  color: #ffffff;
}
.cid-ucVCsvR5V4 .mbr-section-title,
.cid-ucVCsvR5V4 .mbr-section-btn {
  text-align: center;
}
.cid-ucVCsvR5V4 .card-title,
.cid-ucVCsvR5V4 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucVCsxYSMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVCsxYSMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsxYSMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVCsxYSMB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucVCsxYSMB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucVCsxYSMB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucVCsxYSMB .container {
    padding: 0 22px;
  }
}
.cid-ucVCsxYSMB .row {
  justify-content: space-between;
}
.cid-ucVCsxYSMB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsxYSMB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVCsxYSMB .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsxYSMB .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVCsxYSMB .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucVCsxYSMB .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVCsxYSMB .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVCsxYSMB .mbr-section-title {
  color: #ffffff;
}
.cid-ucVCsxYSMB .mbr-text {
  color: #ffffff;
}
.cid-ucVCsxYSMB .mbr-text,
.cid-ucVCsxYSMB .mbr-section-btn {
  color: #ffffff;
}
.cid-ucVCsyRdKs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVCsyRdKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsyRdKs .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-ucVCsyRdKs .container {
    padding: 0 22px;
  }
}
.cid-ucVCsyRdKs .card {
  justify-content: center;
}
.cid-ucVCsyRdKs .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucVCsyRdKs .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucVCsyRdKs .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucVCsyRdKs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVCsyRdKs .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucVCsyRdKs .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucVCsyRdKs .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucVCsyRdKs .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucVCsyRdKs .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucVCsyRdKs .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucVCsyRdKs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVCsyRdKs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucVCszLnkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bounce-house-rentals-elizabeth-city-nc10-1832x1222.jpg");
}
.cid-ucVCszLnkw::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ucVCszLnkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCszLnkw .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-ucVCszLnkw .container {
    padding: 0 22px;
  }
}
.cid-ucVCszLnkw .row {
  justify-content: center;
}
.cid-ucVCszLnkw .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-ucVCszLnkw .content-wrapper {
    padding: 0;
  }
}
.cid-ucVCszLnkw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVCszLnkw .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-ucVCszLnkw .mbr-section-title {
  color: #ffffff;
}
.cid-ucVCszLnkw .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucVCszLnkw .mbr-section-title,
.cid-ucVCszLnkw .mbr-section-btn {
  text-align: center;
}
.cid-ucVCsAAiTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVCsAAiTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsAAiTZ .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-ucVCsAAiTZ .container {
    padding: 0 22px;
  }
}
.cid-ucVCsAAiTZ .row {
  justify-content: center;
}
.cid-ucVCsAAiTZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsAAiTZ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVCsAAiTZ .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucVCsAAiTZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ucVCsAAiTZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucVCsAAiTZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVCsAAiTZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucVCsAAiTZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucVCsAAiTZ .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucVCsAAiTZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucVCsAAiTZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucVCsAAiTZ .panel-title-edit {
  color: #ffffff;
}
.cid-ucVCsAAiTZ .panel-text {
  color: #ffffff;
}
.cid-ucVCsBVmYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVCsBVmYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsBVmYt .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-ucVCsBVmYt .container {
    padding: 0 30px;
  }
}
.cid-ucVCsBVmYt .image-wrapper {
  position: relative;
}
.cid-ucVCsBVmYt .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVCsBVmYt .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVCsBVmYt .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #ff04ad 50%, #e1eeec 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ucVCsBVmYt .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ucVCsCMUmm {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ff04ad;
}
.cid-ucVCsCMUmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsCMUmm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ucVCsCMUmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVCsCMUmm h1 {
  max-width: 800px;
}
.cid-ucVCsCMUmm p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ucVCsCMUmm .btn:hover {
  transform: scale(1.1);
  background: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #fff904 !important;
}
.cid-ucVCsCMUmm .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ucVCsCMUmm .btn div {
  overflow: hidden;
}
.cid-ucVCsCMUmm .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ucVCsCMUmm {
    align-items: center;
  }
  .cid-ucVCsCMUmm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucVCsCMUmm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucVCsCMUmm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucVCsCMUmm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucVCsCMUmm .content-wrap {
    width: 100%;
  }
}
.cid-ucVCsCMUmm .mbr-section-subtitle,
.cid-ucVCsCMUmm .line {
  color: #ffffff;
}
.cid-ucVCsCMUmm .mbr-text,
.cid-ucVCsCMUmm .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucVCsCMUmm .mbr-section-title {
  color: #291f1e;
}
.cid-ucVCsE0jPG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucVCsE0jPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsE0jPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVCsE0jPG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucVCsE0jPG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucVCsE0jPG .container {
    padding: 0 30px;
  }
}
.cid-ucVCsE0jPG .card {
  justify-content: center;
}
.cid-ucVCsE0jPG .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucVCsE0jPG .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucVCsE0jPG .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucVCsE0jPG .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucVCsE0jPG .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-ucVCsE0jPG .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-ucVCsE0jPG .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-ucVCsE0jPG .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-ucVCsE0jPG .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ucVCsE0jPG .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-ucVCsE0jPG .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-ucVCsE0jPG .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-ucVCsE0jPG .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-ucVCsE0jPG .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-ucVCsE0jPG .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-ucVCsE0jPG .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-ucVCsE0jPG .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-ucVCsE0jPG .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-ucVCsE0jPG .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-ucVCsE0jPG .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-ucVCsE0jPG .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #ffffff;
}
.cid-ucVCsE0jPG .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-ucVCsE0jPG .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #ffffff;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucVCsE0jPG .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-ucVCsE0jPG .mbr-desc {
  color: #bee0d6;
}
.cid-ucVCsE0jPG .item-title {
  color: #bee0d6;
}
.cid-ucVCsE0jPG .item-text {
  color: #bee0d6;
}
.cid-ucVCsE0jPG .list {
  color: #bee0d6;
}
.cid-ucVCsE0jPG .item-title,
.cid-ucVCsE0jPG .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucVCsFDBxg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-ucVCsFDBxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsFDBxg .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-ucVCsFDBxg .container {
    padding: 0 30px;
  }
}
.cid-ucVCsFDBxg .card {
  justify-content: center;
}
.cid-ucVCsFDBxg .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-ucVCsFDBxg .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-ucVCsFDBxg .content-wrapper {
    padding: 0;
  }
}
.cid-ucVCsFDBxg .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-ucVCsFDBxg .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-ucVCsFDBxg .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-ucVCsFDBxg .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-ucVCsFDBxg .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-ucVCsFDBxg .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucVCsFDBxg .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-ucVCsFDBxg .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-ucVCsFDBxg .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-ucVCsFDBxg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-ucVCsFDBxg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-ucVCsFDBxg .mbr-text {
  color: #254b45;
}
.cid-ucVCsFDBxg .mbr-name {
  color: #254b45;
}
.cid-ucVCsFDBxg .mbr-role {
  color: #254b45;
}
.cid-ucVCsFDBxg .mbr-text,
.cid-ucVCsFDBxg .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ucVCsFDBxg .mbr-name,
.cid-ucVCsFDBxg .person-wrapper {
  color: #ffffff;
}
.cid-ucVCsFDBxg .mbr-role,
.cid-ucVCsFDBxg .person-wrapper {
  text-align: left;
}
.cid-ucVCsGDbYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucVCsGDbYZ .container {
    padding: 0 22px;
  }
}
.cid-ucVCsGDbYZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-ucVCsGDbYZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ucVCsGDbYZ .embla__slide .slide-content {
  width: 100%;
}
.cid-ucVCsGDbYZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucVCsGDbYZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucVCsGDbYZ .embla__button--next,
.cid-ucVCsGDbYZ .embla__button--prev {
  display: flex;
}
.cid-ucVCsGDbYZ .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ucVCsGDbYZ .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-ucVCsGDbYZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ucVCsGDbYZ .embla__button:hover {
  opacity: 1 !important;
}
.cid-ucVCsGDbYZ .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ucVCsGDbYZ .embla__button.embla__button--next {
  right: 20px;
}
.cid-ucVCsGDbYZ .card {
  justify-content: center;
}
.cid-ucVCsGDbYZ .embla {
  position: relative;
  width: 100%;
}
.cid-ucVCsGDbYZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ucVCsGDbYZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucVCsGDbYZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucVCsGDbYZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucVCsGDbYZ .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsGDbYZ .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVCsGDbYZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVCsGDbYZ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucVCsGDbYZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVCsGDbYZ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucVCsIUaCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVCsIUaCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsIUaCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVCsIUaCb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucVCsIUaCb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVCsIUaCb .container {
    padding: 0 12px;
  }
}
.cid-ucVCsIUaCb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsIUaCb .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucVCsIUaCb .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ff04ad;
}
@media (max-width: 992px) {
  .cid-ucVCsIUaCb .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucVCsIUaCb .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucVCsIUaCb .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucVCsIUaCb .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsIUaCb .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucVCsIUaCb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucVCsIUaCb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucVCsIUaCb .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucVCsIUaCb .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ucVCsIUaCb .mbr-section-subtitle {
  color: #222222;
}
.cid-ucVCsIUaCb .mbr-text {
  color: #222222;
}
.cid-ucVCsIUaCb .list {
  color: #222222;
}
.cid-ucVCsKmnxb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVCsKmnxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsKmnxb .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-ucVCsKmnxb .container {
    padding: 0 20px;
  }
}
.cid-ucVCsKmnxb .row {
  margin: 0;
}
.cid-ucVCsKmnxb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucVCsKmnxb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucVCsKmnxb .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucVCsKmnxb .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucVCsKmnxb .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucVCsKmnxb .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucVCsKmnxb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVCsLvAMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff04ad;
}
.cid-ucVCsLvAMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsLvAMB .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-ucVCsLvAMB .container {
    padding: 0 30px;
  }
}
.cid-ucVCsLvAMB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-ucVCsLvAMB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucVCsLvAMB .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ucVCsLvAMB .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-ucVCsLvAMB .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVCsLvAMB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucVCsLvAMB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucVCsLvAMB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ucVCsME5wx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucVCsME5wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsME5wx .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-ucVCsME5wx .container {
    padding: 0 22px;
  }
}
.cid-ucVCsME5wx .row {
  justify-content: center;
}
.cid-ucVCsME5wx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVCsME5wx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucVCsME5wx .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucVCsME5wx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ff04ad;
  border-radius: 0;
  padding: 20px;
}
.cid-ucVCsME5wx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucVCsME5wx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVCsME5wx .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ucVCsME5wx .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucVCsME5wx .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucVCsME5wx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucVCsME5wx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVCsME5wx .panel-title-edit {
  color: #000000;
}
.cid-ucVCsME5wx .panel-text {
  color: #000000;
}
.cid-ucVCsO2EQr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucVCsO2EQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsO2EQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVCsO2EQr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucVCsO2EQr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucVCsO2EQr .container {
    padding: 0 16px;
  }
}
.cid-ucVCsO2EQr .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucVCsO2EQr .google-map iframe {
    height: 350px;
  }
}
.cid-ucVCsPbdqq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff04ad;
  overflow: hidden;
}
.cid-ucVCsPbdqq::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ff04ad 50%);
  z-index: 1;
}
.cid-ucVCsPbdqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVCsPbdqq .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-ucVCsPbdqq .container {
    padding: 0 22px;
  }
}
.cid-ucVCsPbdqq .row {
  position: relative;
  z-index: 1;
}
.cid-ucVCsPbdqq .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucVCsPbdqq .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucVCsPbdqq .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucVCsPbdqq .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucVCsPbdqq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVCsPbdqq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucVCsPbdqq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVCsPbdqq .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVCsPbdqq .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucVCsPbdqq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucVCsPbdqq .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucVCsPbdqq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucVCsPbdqq .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucVCsPbdqq .nav-wrapper .list .item-wrap:hover,
.cid-ucVCsPbdqq .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucVCsPbdqq .nav-wrapper .list .item-wrap:hover::before,
.cid-ucVCsPbdqq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucVCsPbdqq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVCsPbdqq .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVCsPbdqq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucVCsPbdqq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucVCsPbdqq .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucVCsPbdqq .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucVCsPbdqq .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucVCsPbdqq .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucVCsPbdqq .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucVCsPbdqq .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-ucVCsPbdqq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucVCsPbdqq .mbr-text {
  color: #ffffff;
}
.cid-ucVCsPbdqq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucVCsPbdqq .list {
  color: #ffffff;
}
.cid-ucVCsPbdqq .mbr-contact {
  color: #ffffff;
}
.cid-ucVCsPbdqq .mbr-desc {
  color: #ffffff;
}
.cid-ucVCsPbdqq .mbr-desc,
.cid-ucVCsPbdqq .mbr-section-btn {
  text-align: center;
}
.cid-ucVCsPbdqq .mbr-contact,
.cid-ucVCsPbdqq .item-contact {
  text-align: center;
  color: #000000;
}
.cid-ucVCsPbdqq .list,
.cid-ucVCsPbdqq .item-wrap {
  color: #000000;
}
