body {
  font-family: 'Courgette', handwriting;
}
.display-1 {
  font-family: 'Courgette', handwriting;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Courgette', handwriting;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Courgette', handwriting;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Courgette', handwriting;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Courgette', handwriting;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a148ff !important;
}
.bg-success {
  background-color: #263d5a !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  background-color: #a148ff !important;
  background: linear-gradient(90deg, #a148ff 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #a148ff;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7500f0;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7500f0;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #ff6f45 !important;
  background: linear-gradient(90deg, #ff6f45 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6f45;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ed3600;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed3600;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #263d5a !important;
  background: linear-gradient(90deg, #263d5a 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #263d5a;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0c141d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c141d;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #ffe161 !important;
  background: linear-gradient(90deg, #ffe161 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #ff9966 !important;
  background: linear-gradient(90deg, #ff9966 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a148ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7500f0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a148ff !important;
  border-color: #a148ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6f45;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ed3600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6f45 !important;
  border-color: #ff6f45 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #263d5a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c141d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #263d5a !important;
  border-color: #263d5a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #a148ff !important;
}
.text-secondary {
  color: #ff6f45 !important;
}
.text-success {
  color: #263d5a !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d00e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #de3200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #080c12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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: #a148ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a148ff;
  border-color: #a148ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a148ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4c7ab3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Courgette', handwriting;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #a148ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Courgette', handwriting;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #a148ff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #a148ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a148ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a148ff;
  border-bottom-color: #a148ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a148ff !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: #ff6f45 !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='%23a148ff' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-uhJ7C8kISQ .navbar-dropdown {
  position: relative !important;
}
.cid-uhJ7C8kISQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uhJ7C8kISQ .dropdown-item:hover,
.cid-uhJ7C8kISQ .dropdown-item:focus {
  color: #a148ff !important;
}
.cid-uhJ7C8kISQ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhJ7C8kISQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-uhJ7C8kISQ .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-uhJ7C8kISQ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhJ7C8kISQ .dropdown-menu,
.cid-uhJ7C8kISQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uhJ7C8kISQ .nav-item:focus,
.cid-uhJ7C8kISQ .nav-link:focus {
  outline: none;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJ7C8kISQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJ7C8kISQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uhJ7C8kISQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJ7C8kISQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhJ7C8kISQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uhJ7C8kISQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhJ7C8kISQ .navbar.collapsed {
  justify-content: center;
}
.cid-uhJ7C8kISQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJ7C8kISQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhJ7C8kISQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhJ7C8kISQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhJ7C8kISQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhJ7C8kISQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJ7C8kISQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJ7C8kISQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJ7C8kISQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhJ7C8kISQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJ7C8kISQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJ7C8kISQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJ7C8kISQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhJ7C8kISQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhJ7C8kISQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJ7C8kISQ .dropdown-item.active,
.cid-uhJ7C8kISQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJ7C8kISQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJ7C8kISQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhJ7C8kISQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJ7C8kISQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJ7C8kISQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhJ7C8kISQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJ7C8kISQ button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhJ7C8kISQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhJ7C8kISQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJ7C8kISQ .navbar {
    height: 70px;
  }
  .cid-uhJ7C8kISQ .navbar.opened {
    height: auto;
  }
  .cid-uhJ7C8kISQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJ7C8kISQ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uhJ7C8kISQ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uhJ7C8kISQ a {
  display: inline;
  font-weight: bold;
}
.cid-uhJ7C8kISQ img {
  display: inline;
  padding-right: 10px;
}
.cid-uhJ7C8kISQ .dropdown-toggle:after {
  display: none;
}
.cid-uhJ7C8kISQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uhJ7C8kISQ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uhJ7C8kISQ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uhJ8prHoTR {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bounce-house-rentals-fort-myers-fl1-1896x1264.jpg");
}
.cid-uhJ8prHoTR .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uhJ8prHoTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJ8prHoTR .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhJ8prHoTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJ8prHoTR p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhJ8prHoTR {
    align-items: center;
  }
  .cid-uhJ8prHoTR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJ8prHoTR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJ8prHoTR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhJ8prHoTR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhJ8prHoTR .content-wrap {
    width: 100%;
  }
}
.cid-uhJ8prHoTR .mbr-section-subtitle,
.cid-uhJ8prHoTR .line {
  color: #ffffff;
  text-align: center;
}
.cid-uhJ8prHoTR .mbr-text,
.cid-uhJ8prHoTR .mbr-section-btn {
  text-align: right;
}
.cid-uhJ8prHoTR .mbr-section-title {
  text-align: center;
}
.cid-uhJ8lgDxDl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uhJ8lgDxDl img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJ8lgDxDl img {
    height: 400px;
  }
}
.cid-uhJ8lgDxDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJ8lgDxDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJ8lgDxDl .card {
  justify-content: flex-end;
}
.cid-uhJ8lgDxDl .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uhJ8lgDxDl .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uhJ8lgDxDl .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJ8lgDxDl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhJ8lgDxDl .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uhJ8lgDxDl .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uhJ8lgDxDl .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJ8lgDxDl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhJ8lgDxDl .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uhJ8lgDxDl .image-wrapper {
    min-height: 400px;
  }
}
.cid-uhJ8lgDxDl .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uhJ8lgDxDl .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #ffffff;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uhJ8lgDxDl .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uhJ8lgDxDl .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uhJ8lgDxDl .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uhJ8lgDxDl .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uhJ8lgDxDl .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhJ8lgDxDl .mbr-section-title {
  color: #000000;
}
.cid-uhJ8lgDxDl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhJ8lgDxDl .card-text {
  color: #000000;
}
.cid-uhJ8lgDxDl .mbr-section-title,
.cid-uhJ8lgDxDl .mbr-section-btn {
  text-align: center;
}
.cid-sz51Oyfrn1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sz51Oyfrn1 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #a148ff;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-sz51Oyfrn1 .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz51Oyfrn1 .row {
    padding: 2rem 1rem;
  }
}
.cid-sz51Oyfrn1 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz51Oyfrn1 .card-wrapper {
  overflow: visible;
}
.cid-sz51Oyfrn1 .card-text {
  color: #263d5a;
}
.cid-sz51Oyfrn1 .card-title,
.cid-sz51Oyfrn1 .iconfont-wrapper {
  color: #000000;
}
.cid-sz51Oyfrn1 .mbr-section-subtitle {
  color: #000000;
}
.cid-sz51Oyfrn1 .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz51Oyfrn1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhCMAcnZdM {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhCMAcnZdM .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCMAcnZdM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCMAcnZdM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhCMAcnZdM .mbr-text,
.cid-uhCMAcnZdM .mbr-section-btn {
  color: #000000;
}
.cid-uhCMAcnZdM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJ9QP7WZ5 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJ9QP7WZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJ9QP7WZ5 .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #a148ff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uhJ9QP7WZ5 h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uhJ9QP7WZ5 h1 {
    margin-bottom: 1rem;
  }
}
.cid-uhJ9QP7WZ5 p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uhJ9QP7WZ5 p {
    margin-bottom: 2rem;
  }
}
.cid-uhJ9QP7WZ5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uhJ9QP7WZ5 .image-wrapper,
.cid-uhJ9QP7WZ5 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJ9QP7WZ5 .image-wrapper,
  .cid-uhJ9QP7WZ5 img {
    padding-bottom: 0.5rem;
  }
}
.cid-uhJ9QP7WZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJ9QP7WZ5 .btn:hover {
  transform: scale(1.1);
  background: #ff6f45 !important;
  border-color: #ff6f45 !important;
  color: #a148ff !important;
}
.cid-uhJ9QP7WZ5 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uhJ9QP7WZ5 .btn div {
  overflow: hidden;
}
.cid-uhJ9QP7WZ5 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJ9QP7WZ5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJ9QP7WZ5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhJ9QP7WZ5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhJ9QP7WZ5 .content-wrap {
    width: 100%;
  }
}
.cid-uhJ9QP7WZ5 .mbr-section-subtitle,
.cid-uhJ9QP7WZ5 .line {
  color: #291f1e;
}
.cid-uhJ9QP7WZ5 .mbr-text,
.cid-uhJ9QP7WZ5 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uhJ9QP7WZ5 .mbr-section-title {
  color: #291f1e;
}
.cid-uhJ9QP7WZ5 .mbr-section-title,
.cid-uhJ9QP7WZ5 .mbr-section-btn,
.cid-uhJ9QP7WZ5 .line {
  text-align: left;
  color: #291f1e;
}
.cid-uhJ9QP7WZ5 .mbr-text {
  text-align: left;
}
.cid-uhJcm4nFAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJcm4nFAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJcm4nFAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJcm4nFAX .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhJcm4nFAX .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJcm4nFAX .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhJcm4nFAX .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhJcm4nFAX .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhJcm4nFAX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhJcm4nFAX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhJcm4nFAX .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhJcm4nFAX .image-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uhJcm4nFAX .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhJcm4nFAX .image-wrapper {
    padding-right: 0;
  }
}
.cid-uhJcm4nFAX .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhJcm4nFAX .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhJcm4nFAX .mbr-section-title {
  color: #000000;
}
.cid-uhJcm4nFAX .mbr-desc {
  color: #000000;
}
.cid-uhJcm4nFAX .mbr-text {
  color: #000000;
}
.cid-sz52wpUfhF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sz52wpUfhF .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz52wpUfhF .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz52wpUfhF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz52wpUfhF .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-sz52wpUfhF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz52wpUfhF .row {
  justify-content: center;
}
.cid-sz52wpUfhF .card-text {
  color: #263d5a;
}
.cid-sz52wpUfhF .card-title,
.cid-sz52wpUfhF .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sz52wpUfhF .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz52wpUfhF .mbr-section-title {
  color: #263d5a;
}
.cid-sz52wpUfhF .card-price,
.cid-sz52wpUfhF .iconfont-wrapper {
  color: #263d5a;
}
.cid-sz52o0Z0ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sz52o0Z0ww .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sz52o0Z0ww .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz52o0Z0ww .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz52o0Z0ww .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sz52o0Z0ww .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sz52o0Z0ww .mbr-text,
.cid-sz52o0Z0ww .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-sz52o0Z0ww .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sz54YLvblQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sz54YLvblQ .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz54YLvblQ img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-sz54YLvblQ img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-sz54YLvblQ .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-sz54YLvblQ .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sz54YLvblQ .row {
    padding: 1rem 0rem;
  }
}
.cid-sz54YLvblQ .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz54YLvblQ .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-sz54YLvblQ span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sz54YLvblQ .collapsed span {
  transform: rotate(0deg);
}
.cid-sz54YLvblQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sz54YLvblQ .panel-group {
  width: 100%;
}
.cid-sz54YLvblQ .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sz54YLvblQ .card {
  border-radius: 0px;
}
.cid-sz54YLvblQ .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #000000;
  padding: 0 1rem;
}
.cid-sz54YLvblQ .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sz54YLvblQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sz54YLvblQ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sz54YLvblQ .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-sz54YLvblQ .panel-text {
  color: #263d5a;
}
.cid-sz54YLvblQ .header-text,
.cid-sz54YLvblQ .sign {
  color: #263d5a;
  text-align: right;
}
.cid-sz54YLvblQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sz54YLvblQ .header-text,
.cid-sz54YLvblQ .sign,
.cid-sz54YLvblQ .card-header {
  color: #ffffff;
  text-align: left;
}
.cid-sz54YLvblQ .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhCSi2Xz5M {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhCSi2Xz5M .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCSi2Xz5M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCSi2Xz5M .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhCSi2Xz5M .mbr-text,
.cid-uhCSi2Xz5M .mbr-section-btn {
  color: #232323;
}
.cid-uhCSi2Xz5M .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJdDYWovU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJdDYWovU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJdDYWovU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJdDYWovU .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhJdDYWovU .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhJdDYWovU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJdDYWovU .container {
    padding: 0 16px;
  }
}
.cid-uhJdDYWovU .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhJdDYWovU .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhJdDYWovU .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uhJdDYWovU .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-uhJdDYWovU .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uhJdDYWovU .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-uhJdDYWovU .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uhJdDYWovU .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uhJdDYWovU .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-uhJdDYWovU .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhJdDYWovU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhJdDYWovU .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-uhJdDYWovU .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uhJdDYWovU .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uhJdDYWovU .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uhJdDYWovU .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uhJdDYWovU .mbr-section-title {
  color: #000000;
}
.cid-uhJdDYWovU .mbr-text {
  color: #f4f4f4;
}
.cid-uhJdDYWovU .mbr-text,
.cid-uhJdDYWovU .text-wrap,
.cid-uhJdDYWovU .icons-wrapper {
  color: #000000;
}
.cid-uhJdyLBVf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJdyLBVf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJdyLBVf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJdyLBVf7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhJdyLBVf7 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhJdyLBVf7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJdyLBVf7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJdyLBVf7 .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uhJdyLBVf7 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uhJdyLBVf7 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uhJdyLBVf7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhJdyLBVf7 .mbr-desc {
  color: #1c1c1c;
}
.cid-uhJdyLBVf7 .mbr-text {
  color: #000000;
}
.cid-sz52st4Y7Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sz52st4Y7Z .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-sz52st4Y7Z .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-sz52st4Y7Z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sz52st4Y7Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sz52st4Y7Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sz52st4Y7Z .mbr-section-title {
  color: #263d5a;
}
.cid-uhJyRdGvMp {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJyRdGvMp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uhJyRdGvMp .row {
  border-bottom: 1px solid #000000;
}
.cid-uhJyRdGvMp H2 {
  color: #e7272d;
}
.cid-uhJyRdGvMp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uhJyRdGvMp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uhJyRdGvMp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJyRdGvMp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJyRdGvMp .col-lg-12 {
  overflow: hidden;
}
.cid-uhJyRdGvMp H4 {
  color: #263d5a;
}
.cid-uhJyRdGvMp .mbr-text,
.cid-uhJyRdGvMp .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uhJyRdGvMp .logo-wrap:before {
    content: none;
  }
  .cid-uhJyRdGvMp .logo-wrap:after {
    content: none;
  }
}
.cid-uhJyRdGvMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJyRdGvMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJyRdGvMp H3 {
  color: #000000;
  text-align: center;
}
.cid-uhCG9osWqq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhCG9osWqq .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhCG9osWqq img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhCG9osWqq img {
    transform: scale(1) translateX(0);
  }
}
.cid-uhCG9osWqq .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCG9osWqq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCG9osWqq .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhCG9osWqq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhCG9osWqq .col-12 {
  position: relative;
}
.cid-uhCG9osWqq .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhCG9osWqq .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uhCG9osWqq .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uhCG9osWqq .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uhCG9osWqq .mbr-section-title {
  color: #000000;
}
.cid-uhCG9osWqq .mbr-text,
.cid-uhCG9osWqq .mbr-section-btn {
  color: #000000;
}
.cid-uhCG9osWqq .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhCG9x11K3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhCG9x11K3 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhCG9x11K3 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCG9x11K3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCG9x11K3 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhCG9x11K3 .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-uhCG9x11K3 .mbr-text,
.cid-uhCG9x11K3 .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-uhCG9x11K3 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uhCG9xX3s1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uhCG9xX3s1 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhCG9xX3s1 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhCG9xX3s1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhCG9xX3s1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhCG9xX3s1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhCG9xX3s1 .mbr-section-title {
  color: #263d5a;
}
.cid-uhJ7C8kISQ .navbar-dropdown {
  position: relative !important;
}
.cid-uhJ7C8kISQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uhJ7C8kISQ .dropdown-item:hover,
.cid-uhJ7C8kISQ .dropdown-item:focus {
  color: #a148ff !important;
}
.cid-uhJ7C8kISQ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhJ7C8kISQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-uhJ7C8kISQ .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-uhJ7C8kISQ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhJ7C8kISQ .dropdown-menu,
.cid-uhJ7C8kISQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uhJ7C8kISQ .nav-item:focus,
.cid-uhJ7C8kISQ .nav-link:focus {
  outline: none;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJ7C8kISQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJ7C8kISQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uhJ7C8kISQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJ7C8kISQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhJ7C8kISQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uhJ7C8kISQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhJ7C8kISQ .navbar.collapsed {
  justify-content: center;
}
.cid-uhJ7C8kISQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJ7C8kISQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhJ7C8kISQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhJ7C8kISQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhJ7C8kISQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhJ7C8kISQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJ7C8kISQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJ7C8kISQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJ7C8kISQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhJ7C8kISQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJ7C8kISQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJ7C8kISQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJ7C8kISQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhJ7C8kISQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhJ7C8kISQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJ7C8kISQ .dropdown-item.active,
.cid-uhJ7C8kISQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJ7C8kISQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJ7C8kISQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhJ7C8kISQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJ7C8kISQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJ7C8kISQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhJ7C8kISQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJ7C8kISQ button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhJ7C8kISQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhJ7C8kISQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJ7C8kISQ .navbar {
    height: 70px;
  }
  .cid-uhJ7C8kISQ .navbar.opened {
    height: auto;
  }
  .cid-uhJ7C8kISQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJ7C8kISQ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uhJ7C8kISQ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uhJ7C8kISQ a {
  display: inline;
  font-weight: bold;
}
.cid-uhJ7C8kISQ img {
  display: inline;
  padding-right: 10px;
}
.cid-uhJ7C8kISQ .dropdown-toggle:after {
  display: none;
}
.cid-uhJ7C8kISQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uhJ7C8kISQ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uhJ7C8kISQ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uhJyRdGvMp {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJyRdGvMp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uhJyRdGvMp .row {
  border-bottom: 1px solid #000000;
}
.cid-uhJyRdGvMp H2 {
  color: #e7272d;
}
.cid-uhJyRdGvMp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uhJyRdGvMp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uhJyRdGvMp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJyRdGvMp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJyRdGvMp .col-lg-12 {
  overflow: hidden;
}
.cid-uhJyRdGvMp H4 {
  color: #263d5a;
}
.cid-uhJyRdGvMp .mbr-text,
.cid-uhJyRdGvMp .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uhJyRdGvMp .logo-wrap:before {
    content: none;
  }
  .cid-uhJyRdGvMp .logo-wrap:after {
    content: none;
  }
}
.cid-uhJyRdGvMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJyRdGvMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJyRdGvMp H3 {
  color: #000000;
  text-align: center;
}
.cid-uhCI6yRDhY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhCI6yRDhY .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhCI6yRDhY img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhCI6yRDhY img {
    transform: scale(1) translateX(0);
  }
}
.cid-uhCI6yRDhY .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCI6yRDhY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCI6yRDhY .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhCI6yRDhY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhCI6yRDhY .col-12 {
  position: relative;
}
.cid-uhCI6yRDhY .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhCI6yRDhY .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uhCI6yRDhY .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uhCI6yRDhY .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uhCI6yRDhY .mbr-section-title {
  color: #000000;
}
.cid-uhCI6yRDhY .mbr-text,
.cid-uhCI6yRDhY .mbr-section-btn {
  color: #000000;
}
.cid-uhCI6yRDhY .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhCI6zQP2B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhCI6zQP2B .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhCI6zQP2B .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCI6zQP2B .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCI6zQP2B .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhCI6zQP2B .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-uhCI6zQP2B .mbr-text,
.cid-uhCI6zQP2B .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-uhCI6zQP2B .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uhCI6AyHAa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uhCI6AyHAa .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhCI6AyHAa .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhCI6AyHAa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhCI6AyHAa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhCI6AyHAa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhCI6AyHAa .mbr-section-title {
  color: #263d5a;
}
.cid-uhJyRdGvMp {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJyRdGvMp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uhJyRdGvMp .row {
  border-bottom: 1px solid #000000;
}
.cid-uhJyRdGvMp H2 {
  color: #e7272d;
}
.cid-uhJyRdGvMp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uhJyRdGvMp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uhJyRdGvMp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJyRdGvMp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJyRdGvMp .col-lg-12 {
  overflow: hidden;
}
.cid-uhJyRdGvMp H4 {
  color: #263d5a;
}
.cid-uhJyRdGvMp .mbr-text,
.cid-uhJyRdGvMp .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uhJyRdGvMp .logo-wrap:before {
    content: none;
  }
  .cid-uhJyRdGvMp .logo-wrap:after {
    content: none;
  }
}
.cid-uhJyRdGvMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJyRdGvMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJyRdGvMp H3 {
  color: #000000;
  text-align: center;
}
.cid-uhJ7C8kISQ .navbar-dropdown {
  position: relative !important;
}
.cid-uhJ7C8kISQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uhJ7C8kISQ .dropdown-item:hover,
.cid-uhJ7C8kISQ .dropdown-item:focus {
  color: #a148ff !important;
}
.cid-uhJ7C8kISQ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhJ7C8kISQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-uhJ7C8kISQ .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-uhJ7C8kISQ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhJ7C8kISQ .dropdown-menu,
.cid-uhJ7C8kISQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uhJ7C8kISQ .nav-item:focus,
.cid-uhJ7C8kISQ .nav-link:focus {
  outline: none;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJ7C8kISQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ7C8kISQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJ7C8kISQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJ7C8kISQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uhJ7C8kISQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJ7C8kISQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhJ7C8kISQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uhJ7C8kISQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhJ7C8kISQ .navbar.collapsed {
  justify-content: center;
}
.cid-uhJ7C8kISQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJ7C8kISQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhJ7C8kISQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhJ7C8kISQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJ7C8kISQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhJ7C8kISQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhJ7C8kISQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJ7C8kISQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJ7C8kISQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhJ7C8kISQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhJ7C8kISQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJ7C8kISQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhJ7C8kISQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJ7C8kISQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJ7C8kISQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJ7C8kISQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhJ7C8kISQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhJ7C8kISQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJ7C8kISQ .dropdown-item.active,
.cid-uhJ7C8kISQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJ7C8kISQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJ7C8kISQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJ7C8kISQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhJ7C8kISQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJ7C8kISQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJ7C8kISQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhJ7C8kISQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJ7C8kISQ button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ7C8kISQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJ7C8kISQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ7C8kISQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhJ7C8kISQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhJ7C8kISQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJ7C8kISQ .navbar {
    height: 70px;
  }
  .cid-uhJ7C8kISQ .navbar.opened {
    height: auto;
  }
  .cid-uhJ7C8kISQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJ7C8kISQ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uhJ7C8kISQ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uhJ7C8kISQ a {
  display: inline;
  font-weight: bold;
}
.cid-uhJ7C8kISQ img {
  display: inline;
  padding-right: 10px;
}
.cid-uhJ7C8kISQ .dropdown-toggle:after {
  display: none;
}
.cid-uhJ7C8kISQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uhJ7C8kISQ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uhJ7C8kISQ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uhJx40HcnD .navbar-dropdown {
  position: relative !important;
}
.cid-uhJx40HcnD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJx40HcnD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uhJx40HcnD .dropdown-item:hover,
.cid-uhJx40HcnD .dropdown-item:focus {
  color: #a148ff !important;
}
.cid-uhJx40HcnD .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uhJx40HcnD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhJx40HcnD .nav-link {
  position: relative;
  padding: 0;
}
.cid-uhJx40HcnD .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-uhJx40HcnD .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhJx40HcnD .dropdown-menu,
.cid-uhJx40HcnD .navbar.opened {
  background: #ffffff !important;
}
.cid-uhJx40HcnD .nav-item:focus,
.cid-uhJx40HcnD .nav-link:focus {
  outline: none;
}
.cid-uhJx40HcnD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJx40HcnD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJx40HcnD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJx40HcnD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJx40HcnD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJx40HcnD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJx40HcnD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uhJx40HcnD .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJx40HcnD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhJx40HcnD .navbar .navbar-logo img {
  width: auto;
}
.cid-uhJx40HcnD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhJx40HcnD .navbar.collapsed {
  justify-content: center;
}
.cid-uhJx40HcnD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJx40HcnD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhJx40HcnD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uhJx40HcnD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJx40HcnD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJx40HcnD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhJx40HcnD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJx40HcnD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhJx40HcnD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhJx40HcnD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJx40HcnD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJx40HcnD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJx40HcnD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhJx40HcnD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhJx40HcnD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJx40HcnD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhJx40HcnD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhJx40HcnD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhJx40HcnD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJx40HcnD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhJx40HcnD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJx40HcnD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJx40HcnD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJx40HcnD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhJx40HcnD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhJx40HcnD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJx40HcnD .dropdown-item.active,
.cid-uhJx40HcnD .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJx40HcnD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhJx40HcnD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJx40HcnD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJx40HcnD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhJx40HcnD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJx40HcnD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJx40HcnD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhJx40HcnD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJx40HcnD button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhJx40HcnD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-uhJx40HcnD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJx40HcnD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJx40HcnD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJx40HcnD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJx40HcnD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJx40HcnD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJx40HcnD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJx40HcnD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJx40HcnD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhJx40HcnD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhJx40HcnD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJx40HcnD .navbar {
    height: 70px;
  }
  .cid-uhJx40HcnD .navbar.opened {
    height: auto;
  }
  .cid-uhJx40HcnD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJx40HcnD .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uhJx40HcnD .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uhJx40HcnD a {
  display: inline;
  font-weight: bold;
}
.cid-uhJx40HcnD img {
  display: inline;
  padding-right: 10px;
}
.cid-uhJx40HcnD .dropdown-toggle:after {
  display: none;
}
.cid-uhJx40HcnD .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uhJx40HcnD .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uhJx40HcnD .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uhJx41Kq2m {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bounce-house-rentals-fort-myers-fl6-2000x1500.jpg");
}
.cid-uhJx41Kq2m .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uhJx41Kq2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJx41Kq2m .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhJx41Kq2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJx41Kq2m p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhJx41Kq2m {
    align-items: center;
  }
  .cid-uhJx41Kq2m .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJx41Kq2m .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJx41Kq2m {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhJx41Kq2m .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhJx41Kq2m .content-wrap {
    width: 100%;
  }
}
.cid-uhJx41Kq2m .mbr-section-subtitle,
.cid-uhJx41Kq2m .line {
  color: #ffffff;
  text-align: center;
}
.cid-uhJx41Kq2m .mbr-text,
.cid-uhJx41Kq2m .mbr-section-btn {
  text-align: right;
}
.cid-uhJx41Kq2m .mbr-section-title {
  text-align: center;
}
.cid-uhJx42ycVG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uhJx42ycVG img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJx42ycVG img {
    height: 400px;
  }
}
.cid-uhJx42ycVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJx42ycVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJx42ycVG .card {
  justify-content: flex-end;
}
.cid-uhJx42ycVG .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uhJx42ycVG .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uhJx42ycVG .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJx42ycVG .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhJx42ycVG .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uhJx42ycVG .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uhJx42ycVG .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJx42ycVG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhJx42ycVG .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uhJx42ycVG .image-wrapper {
    min-height: 400px;
  }
}
.cid-uhJx42ycVG .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uhJx42ycVG .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #ffffff;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uhJx42ycVG .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uhJx42ycVG .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uhJx42ycVG .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uhJx42ycVG .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uhJx42ycVG .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhJx42ycVG .mbr-section-title {
  color: #000000;
}
.cid-uhJx42ycVG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhJx42ycVG .card-text {
  color: #000000;
}
.cid-uhJx42ycVG .mbr-section-title,
.cid-uhJx42ycVG .mbr-section-btn {
  text-align: center;
}
.cid-uhJx43eRJe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhJx43eRJe .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #a148ff;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uhJx43eRJe .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJx43eRJe .row {
    padding: 2rem 1rem;
  }
}
.cid-uhJx43eRJe .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJx43eRJe .card-wrapper {
  overflow: visible;
}
.cid-uhJx43eRJe .card-text {
  color: #263d5a;
}
.cid-uhJx43eRJe .card-title,
.cid-uhJx43eRJe .iconfont-wrapper {
  color: #000000;
}
.cid-uhJx43eRJe .mbr-section-subtitle {
  color: #000000;
}
.cid-uhJx43eRJe .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uhJx43eRJe .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhJx449vGe {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJx449vGe .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJx449vGe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJx449vGe .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJx449vGe .mbr-text,
.cid-uhJx449vGe .mbr-section-btn {
  color: #000000;
}
.cid-uhJx449vGe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJx44GyzJ {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJx44GyzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJx44GyzJ .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #a148ff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uhJx44GyzJ h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uhJx44GyzJ h1 {
    margin-bottom: 1rem;
  }
}
.cid-uhJx44GyzJ p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uhJx44GyzJ p {
    margin-bottom: 2rem;
  }
}
.cid-uhJx44GyzJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uhJx44GyzJ .image-wrapper,
.cid-uhJx44GyzJ img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJx44GyzJ .image-wrapper,
  .cid-uhJx44GyzJ img {
    padding-bottom: 0.5rem;
  }
}
.cid-uhJx44GyzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJx44GyzJ .btn:hover {
  transform: scale(1.1);
  background: #ff6f45 !important;
  border-color: #ff6f45 !important;
  color: #a148ff !important;
}
.cid-uhJx44GyzJ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uhJx44GyzJ .btn div {
  overflow: hidden;
}
.cid-uhJx44GyzJ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJx44GyzJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJx44GyzJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhJx44GyzJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhJx44GyzJ .content-wrap {
    width: 100%;
  }
}
.cid-uhJx44GyzJ .mbr-section-subtitle,
.cid-uhJx44GyzJ .line {
  color: #291f1e;
}
.cid-uhJx44GyzJ .mbr-text,
.cid-uhJx44GyzJ .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uhJx44GyzJ .mbr-section-title {
  color: #291f1e;
}
.cid-uhJx44GyzJ .mbr-section-title,
.cid-uhJx44GyzJ .mbr-section-btn,
.cid-uhJx44GyzJ .line {
  text-align: left;
  color: #291f1e;
}
.cid-uhJx44GyzJ .mbr-text {
  text-align: left;
}
.cid-uhJx45erZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJx45erZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJx45erZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJx45erZs .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhJx45erZs .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJx45erZs .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhJx45erZs .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhJx45erZs .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhJx45erZs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhJx45erZs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhJx45erZs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhJx45erZs .image-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uhJx45erZs .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhJx45erZs .image-wrapper {
    padding-right: 0;
  }
}
.cid-uhJx45erZs .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhJx45erZs .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhJx45erZs .mbr-section-title {
  color: #000000;
}
.cid-uhJx45erZs .mbr-desc {
  color: #000000;
}
.cid-uhJx45erZs .mbr-text {
  color: #000000;
}
.cid-uhJx46ENcY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJx46ENcY .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhJx46ENcY .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJx46ENcY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJx46ENcY .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uhJx46ENcY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhJx46ENcY .row {
  justify-content: center;
}
.cid-uhJx46ENcY .card-text {
  color: #263d5a;
}
.cid-uhJx46ENcY .card-title,
.cid-uhJx46ENcY .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uhJx46ENcY .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhJx46ENcY .mbr-section-title {
  color: #263d5a;
}
.cid-uhJx46ENcY .card-price,
.cid-uhJx46ENcY .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhJx47qrdZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJx47qrdZ .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhJx47qrdZ .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJx47qrdZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJx47qrdZ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhJx47qrdZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJx47qrdZ .mbr-text,
.cid-uhJx47qrdZ .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-uhJx47qrdZ .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uhJx484rBw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJx484rBw .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhJx484rBw img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uhJx484rBw img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-uhJx484rBw .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uhJx484rBw .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhJx484rBw .row {
    padding: 1rem 0rem;
  }
}
.cid-uhJx484rBw .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJx484rBw .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhJx484rBw span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhJx484rBw .collapsed span {
  transform: rotate(0deg);
}
.cid-uhJx484rBw .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhJx484rBw .panel-group {
  width: 100%;
}
.cid-uhJx484rBw .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhJx484rBw .card {
  border-radius: 0px;
}
.cid-uhJx484rBw .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #000000;
  padding: 0 1rem;
}
.cid-uhJx484rBw .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhJx484rBw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhJx484rBw .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhJx484rBw .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-uhJx484rBw .panel-text {
  color: #263d5a;
}
.cid-uhJx484rBw .header-text,
.cid-uhJx484rBw .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhJx484rBw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJx484rBw .header-text,
.cid-uhJx484rBw .sign,
.cid-uhJx484rBw .card-header {
  color: #ffffff;
  text-align: left;
}
.cid-uhJx484rBw .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhJx495yeh {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJx495yeh .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJx495yeh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJx495yeh .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJx495yeh .mbr-text,
.cid-uhJx495yeh .mbr-section-btn {
  color: #000000;
}
.cid-uhJx495yeh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJx49Lpdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJx49Lpdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJx49Lpdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJx49Lpdd .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhJx49Lpdd .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhJx49Lpdd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJx49Lpdd .container {
    padding: 0 16px;
  }
}
.cid-uhJx49Lpdd .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhJx49Lpdd .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhJx49Lpdd .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uhJx49Lpdd .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-uhJx49Lpdd .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uhJx49Lpdd .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-uhJx49Lpdd .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uhJx49Lpdd .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uhJx49Lpdd .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-uhJx49Lpdd .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhJx49Lpdd .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhJx49Lpdd .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-uhJx49Lpdd .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uhJx49Lpdd .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uhJx49Lpdd .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uhJx49Lpdd .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uhJx49Lpdd .mbr-section-title {
  color: #000000;
}
.cid-uhJx49Lpdd .mbr-text {
  color: #f4f4f4;
}
.cid-uhJx49Lpdd .mbr-text,
.cid-uhJx49Lpdd .text-wrap,
.cid-uhJx49Lpdd .icons-wrapper {
  color: #000000;
}
.cid-uhJx4aC5Yo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJx4aC5Yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJx4aC5Yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJx4aC5Yo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhJx4aC5Yo .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhJx4aC5Yo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJx4aC5Yo .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJx4aC5Yo .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uhJx4aC5Yo .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uhJx4aC5Yo .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uhJx4aC5Yo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhJx4aC5Yo .mbr-desc {
  color: #1c1c1c;
}
.cid-uhJx4aC5Yo .mbr-text {
  color: #000000;
}
.cid-uhJH2iEd6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJH2iEd6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJH2iEd6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJH2iEd6f .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhJH2iEd6f .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhJH2iEd6f .container {
    padding: 0 30px;
  }
}
.cid-uhJH2iEd6f .row {
  justify-content: center;
}
.cid-uhJH2iEd6f .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uhJH2iEd6f .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJH2iEd6f .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uhJH2iEd6f .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-uhJH2iEd6f .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJH2iEd6f .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhJH2iEd6f .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uhJE7r8C62 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJE7r8C62 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a148ff;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uhJE7r8C62 .panel-group {
  border: none;
}
.cid-uhJE7r8C62 .panel-collapse {
  padding: 0 2rem;
}
.cid-uhJE7r8C62 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uhJE7r8C62 .panel-body,
.cid-uhJE7r8C62 .card-header {
  padding: 1rem 0;
}
.cid-uhJE7r8C62 .panel-title-edit {
  color: #000000;
}
.cid-uhJE7r8C62 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uhJE7r8C62 .card {
  overflow: visible;
}
.cid-uhJE7r8C62 .panel-text {
  color: #000000;
}
.cid-uhJE7r8C62 H3 {
  color: #000000;
}
.cid-uhJE7r8C62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJE7r8C62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJx4bk4kY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uhJx4bk4kY .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhJx4bk4kY .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhJx4bk4kY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhJx4bk4kY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhJx4bk4kY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhJx4bk4kY .mbr-section-title {
  color: #263d5a;
}
.cid-uhJyRdGvMp {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJyRdGvMp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uhJyRdGvMp .row {
  border-bottom: 1px solid #000000;
}
.cid-uhJyRdGvMp H2 {
  color: #e7272d;
}
.cid-uhJyRdGvMp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uhJyRdGvMp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uhJyRdGvMp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJyRdGvMp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJyRdGvMp .col-lg-12 {
  overflow: hidden;
}
.cid-uhJyRdGvMp H4 {
  color: #263d5a;
}
.cid-uhJyRdGvMp .mbr-text,
.cid-uhJyRdGvMp .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uhJyRdGvMp .logo-wrap:before {
    content: none;
  }
  .cid-uhJyRdGvMp .logo-wrap:after {
    content: none;
  }
}
.cid-uhJyRdGvMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJyRdGvMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJyRdGvMp H3 {
  color: #000000;
  text-align: center;
}
.cid-uhJIJSg7EY .navbar-dropdown {
  position: relative !important;
}
.cid-uhJIJSg7EY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJIJSg7EY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uhJIJSg7EY .dropdown-item:hover,
.cid-uhJIJSg7EY .dropdown-item:focus {
  color: #a148ff !important;
}
.cid-uhJIJSg7EY .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uhJIJSg7EY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhJIJSg7EY .nav-link {
  position: relative;
  padding: 0;
}
.cid-uhJIJSg7EY .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-uhJIJSg7EY .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhJIJSg7EY .dropdown-menu,
.cid-uhJIJSg7EY .navbar.opened {
  background: #ffffff !important;
}
.cid-uhJIJSg7EY .nav-item:focus,
.cid-uhJIJSg7EY .nav-link:focus {
  outline: none;
}
.cid-uhJIJSg7EY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJIJSg7EY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJIJSg7EY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJIJSg7EY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJIJSg7EY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJIJSg7EY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJIJSg7EY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uhJIJSg7EY .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJIJSg7EY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhJIJSg7EY .navbar .navbar-logo img {
  width: auto;
}
.cid-uhJIJSg7EY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhJIJSg7EY .navbar.collapsed {
  justify-content: center;
}
.cid-uhJIJSg7EY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJIJSg7EY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhJIJSg7EY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uhJIJSg7EY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJIJSg7EY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJIJSg7EY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhJIJSg7EY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJIJSg7EY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhJIJSg7EY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhJIJSg7EY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJIJSg7EY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJIJSg7EY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJIJSg7EY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhJIJSg7EY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhJIJSg7EY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJIJSg7EY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhJIJSg7EY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhJIJSg7EY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhJIJSg7EY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJIJSg7EY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhJIJSg7EY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJIJSg7EY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJIJSg7EY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJIJSg7EY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhJIJSg7EY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhJIJSg7EY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJIJSg7EY .dropdown-item.active,
.cid-uhJIJSg7EY .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJIJSg7EY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhJIJSg7EY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJIJSg7EY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJIJSg7EY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhJIJSg7EY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJIJSg7EY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJIJSg7EY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhJIJSg7EY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJIJSg7EY button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhJIJSg7EY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-uhJIJSg7EY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJIJSg7EY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJIJSg7EY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJIJSg7EY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJIJSg7EY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJIJSg7EY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJIJSg7EY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJIJSg7EY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJIJSg7EY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhJIJSg7EY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhJIJSg7EY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJIJSg7EY .navbar {
    height: 70px;
  }
  .cid-uhJIJSg7EY .navbar.opened {
    height: auto;
  }
  .cid-uhJIJSg7EY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJIJSg7EY .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uhJIJSg7EY .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uhJIJSg7EY a {
  display: inline;
  font-weight: bold;
}
.cid-uhJIJSg7EY img {
  display: inline;
  padding-right: 10px;
}
.cid-uhJIJSg7EY .dropdown-toggle:after {
  display: none;
}
.cid-uhJIJSg7EY .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uhJIJSg7EY .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uhJIJSg7EY .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uhJIJTR98g {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bounce-house-rentals-fort-myers-fl6-2000x1500.jpg");
}
.cid-uhJIJTR98g .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uhJIJTR98g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJIJTR98g .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhJIJTR98g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJIJTR98g p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhJIJTR98g {
    align-items: center;
  }
  .cid-uhJIJTR98g .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJIJTR98g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJIJTR98g {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhJIJTR98g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhJIJTR98g .content-wrap {
    width: 100%;
  }
}
.cid-uhJIJTR98g .mbr-section-subtitle,
.cid-uhJIJTR98g .line {
  color: #ffffff;
  text-align: center;
}
.cid-uhJIJTR98g .mbr-text,
.cid-uhJIJTR98g .mbr-section-btn {
  text-align: right;
}
.cid-uhJIJTR98g .mbr-section-title {
  text-align: center;
}
.cid-uhJIJUBsgx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uhJIJUBsgx img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJIJUBsgx img {
    height: 400px;
  }
}
.cid-uhJIJUBsgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJIJUBsgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJIJUBsgx .card {
  justify-content: flex-end;
}
.cid-uhJIJUBsgx .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uhJIJUBsgx .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uhJIJUBsgx .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJIJUBsgx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhJIJUBsgx .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uhJIJUBsgx .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uhJIJUBsgx .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJIJUBsgx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhJIJUBsgx .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uhJIJUBsgx .image-wrapper {
    min-height: 400px;
  }
}
.cid-uhJIJUBsgx .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uhJIJUBsgx .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #ffffff;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uhJIJUBsgx .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uhJIJUBsgx .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uhJIJUBsgx .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uhJIJUBsgx .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uhJIJUBsgx .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhJIJUBsgx .mbr-section-title {
  color: #000000;
}
.cid-uhJIJUBsgx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhJIJUBsgx .card-text {
  color: #000000;
}
.cid-uhJIJUBsgx .mbr-section-title,
.cid-uhJIJUBsgx .mbr-section-btn {
  text-align: center;
}
.cid-uhJIJVh1eM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhJIJVh1eM .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #a148ff;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uhJIJVh1eM .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJIJVh1eM .row {
    padding: 2rem 1rem;
  }
}
.cid-uhJIJVh1eM .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJIJVh1eM .card-wrapper {
  overflow: visible;
}
.cid-uhJIJVh1eM .card-text {
  color: #263d5a;
}
.cid-uhJIJVh1eM .card-title,
.cid-uhJIJVh1eM .iconfont-wrapper {
  color: #000000;
}
.cid-uhJIJVh1eM .mbr-section-subtitle {
  color: #000000;
}
.cid-uhJIJVh1eM .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uhJIJVh1eM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhJIJWeizW {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJIJWeizW .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJIJWeizW .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJIJWeizW .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJIJWeizW .mbr-text,
.cid-uhJIJWeizW .mbr-section-btn {
  color: #000000;
}
.cid-uhJIJWeizW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJIJWT5y0 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJIJWT5y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJIJWT5y0 .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #a148ff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uhJIJWT5y0 h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uhJIJWT5y0 h1 {
    margin-bottom: 1rem;
  }
}
.cid-uhJIJWT5y0 p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uhJIJWT5y0 p {
    margin-bottom: 2rem;
  }
}
.cid-uhJIJWT5y0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uhJIJWT5y0 .image-wrapper,
.cid-uhJIJWT5y0 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJIJWT5y0 .image-wrapper,
  .cid-uhJIJWT5y0 img {
    padding-bottom: 0.5rem;
  }
}
.cid-uhJIJWT5y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJIJWT5y0 .btn:hover {
  transform: scale(1.1);
  background: #ff6f45 !important;
  border-color: #ff6f45 !important;
  color: #a148ff !important;
}
.cid-uhJIJWT5y0 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uhJIJWT5y0 .btn div {
  overflow: hidden;
}
.cid-uhJIJWT5y0 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJIJWT5y0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJIJWT5y0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhJIJWT5y0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhJIJWT5y0 .content-wrap {
    width: 100%;
  }
}
.cid-uhJIJWT5y0 .mbr-section-subtitle,
.cid-uhJIJWT5y0 .line {
  color: #291f1e;
}
.cid-uhJIJWT5y0 .mbr-text,
.cid-uhJIJWT5y0 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uhJIJWT5y0 .mbr-section-title {
  color: #291f1e;
}
.cid-uhJIJWT5y0 .mbr-section-title,
.cid-uhJIJWT5y0 .mbr-section-btn,
.cid-uhJIJWT5y0 .line {
  text-align: left;
  color: #291f1e;
}
.cid-uhJIJWT5y0 .mbr-text {
  text-align: left;
}
.cid-uhJIJXunKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJIJXunKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJIJXunKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJIJXunKj .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhJIJXunKj .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJIJXunKj .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhJIJXunKj .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhJIJXunKj .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhJIJXunKj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhJIJXunKj .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhJIJXunKj .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhJIJXunKj .image-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uhJIJXunKj .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhJIJXunKj .image-wrapper {
    padding-right: 0;
  }
}
.cid-uhJIJXunKj .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhJIJXunKj .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhJIJXunKj .mbr-section-title {
  color: #000000;
}
.cid-uhJIJXunKj .mbr-desc {
  color: #000000;
}
.cid-uhJIJXunKj .mbr-text {
  color: #000000;
}
.cid-uhJIJY2Fls {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJIJY2Fls .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhJIJY2Fls .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJIJY2Fls .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJIJY2Fls .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uhJIJY2Fls .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhJIJY2Fls .row {
  justify-content: center;
}
.cid-uhJIJY2Fls .card-text {
  color: #263d5a;
}
.cid-uhJIJY2Fls .card-title,
.cid-uhJIJY2Fls .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uhJIJY2Fls .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhJIJY2Fls .mbr-section-title {
  color: #263d5a;
}
.cid-uhJIJY2Fls .card-price,
.cid-uhJIJY2Fls .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhJIJYZaFC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJIJYZaFC .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhJIJYZaFC .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJIJYZaFC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJIJYZaFC .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhJIJYZaFC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJIJYZaFC .mbr-text,
.cid-uhJIJYZaFC .mbr-section-btn {
  color: #263d5a;
  text-align: right;
}
.cid-uhJIJYZaFC .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uhJIJZCex1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJIJZCex1 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhJIJZCex1 img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uhJIJZCex1 img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-uhJIJZCex1 .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uhJIJZCex1 .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhJIJZCex1 .row {
    padding: 1rem 0rem;
  }
}
.cid-uhJIJZCex1 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJIJZCex1 .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhJIJZCex1 span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhJIJZCex1 .collapsed span {
  transform: rotate(0deg);
}
.cid-uhJIJZCex1 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhJIJZCex1 .panel-group {
  width: 100%;
}
.cid-uhJIJZCex1 .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhJIJZCex1 .card {
  border-radius: 0px;
}
.cid-uhJIJZCex1 .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #000000;
  padding: 0 1rem;
}
.cid-uhJIJZCex1 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhJIJZCex1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhJIJZCex1 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhJIJZCex1 .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-uhJIJZCex1 .panel-text {
  color: #263d5a;
}
.cid-uhJIJZCex1 .header-text,
.cid-uhJIJZCex1 .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhJIJZCex1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJIJZCex1 .header-text,
.cid-uhJIJZCex1 .sign,
.cid-uhJIJZCex1 .card-header {
  color: #ffffff;
  text-align: left;
}
.cid-uhJIJZCex1 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhJIK0A7jG {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJIK0A7jG .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJIK0A7jG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJIK0A7jG .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJIK0A7jG .mbr-text,
.cid-uhJIK0A7jG .mbr-section-btn {
  color: #000000;
}
.cid-uhJIK0A7jG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJIK1qIKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJIK1qIKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJIK1qIKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJIK1qIKi .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhJIK1qIKi .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhJIK1qIKi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJIK1qIKi .container {
    padding: 0 16px;
  }
}
.cid-uhJIK1qIKi .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhJIK1qIKi .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhJIK1qIKi .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uhJIK1qIKi .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-uhJIK1qIKi .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uhJIK1qIKi .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-uhJIK1qIKi .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uhJIK1qIKi .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uhJIK1qIKi .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-uhJIK1qIKi .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhJIK1qIKi .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhJIK1qIKi .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-uhJIK1qIKi .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uhJIK1qIKi .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uhJIK1qIKi .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uhJIK1qIKi .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uhJIK1qIKi .mbr-section-title {
  color: #000000;
}
.cid-uhJIK1qIKi .mbr-text {
  color: #f4f4f4;
}
.cid-uhJIK1qIKi .mbr-text,
.cid-uhJIK1qIKi .text-wrap,
.cid-uhJIK1qIKi .icons-wrapper {
  color: #000000;
}
.cid-uhJIK2j48b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJIK2j48b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJIK2j48b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJIK2j48b .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhJIK2j48b .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhJIK2j48b .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJIK2j48b .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJIK2j48b .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uhJIK2j48b .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uhJIK2j48b .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uhJIK2j48b .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhJIK2j48b .mbr-desc {
  color: #1c1c1c;
}
.cid-uhJIK2j48b .mbr-text {
  color: #000000;
}
.cid-uhJIK3URo6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJIK3URo6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a148ff;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uhJIK3URo6 .panel-group {
  border: none;
}
.cid-uhJIK3URo6 .panel-collapse {
  padding: 0 2rem;
}
.cid-uhJIK3URo6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uhJIK3URo6 .panel-body,
.cid-uhJIK3URo6 .card-header {
  padding: 1rem 0;
}
.cid-uhJIK3URo6 .panel-title-edit {
  color: #000000;
}
.cid-uhJIK3URo6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uhJIK3URo6 .card {
  overflow: visible;
}
.cid-uhJIK3URo6 .panel-text {
  color: #000000;
}
.cid-uhJIK3URo6 H3 {
  color: #000000;
}
.cid-uhJIK3URo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJIK3URo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJIK4QySM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uhJIK4QySM .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhJIK4QySM .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhJIK4QySM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhJIK4QySM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhJIK4QySM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhJIK4QySM .mbr-section-title {
  color: #263d5a;
}
.cid-uhJIK5GTlK {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJIK5GTlK .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uhJIK5GTlK .row {
  border-bottom: 1px solid #000000;
}
.cid-uhJIK5GTlK H2 {
  color: #e7272d;
}
.cid-uhJIK5GTlK .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uhJIK5GTlK .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uhJIK5GTlK .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJIK5GTlK .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJIK5GTlK .col-lg-12 {
  overflow: hidden;
}
.cid-uhJIK5GTlK H4 {
  color: #263d5a;
}
.cid-uhJIK5GTlK .mbr-text,
.cid-uhJIK5GTlK .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uhJIK5GTlK .logo-wrap:before {
    content: none;
  }
  .cid-uhJIK5GTlK .logo-wrap:after {
    content: none;
  }
}
.cid-uhJIK5GTlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJIK5GTlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJIK5GTlK H3 {
  color: #000000;
  text-align: center;
}
.cid-uhJP79Ntro .navbar-dropdown {
  position: relative !important;
}
.cid-uhJP79Ntro .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJP79Ntro .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uhJP79Ntro .dropdown-item:hover,
.cid-uhJP79Ntro .dropdown-item:focus {
  color: #a148ff !important;
}
.cid-uhJP79Ntro .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uhJP79Ntro .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhJP79Ntro .nav-link {
  position: relative;
  padding: 0;
}
.cid-uhJP79Ntro .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-uhJP79Ntro .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhJP79Ntro .dropdown-menu,
.cid-uhJP79Ntro .navbar.opened {
  background: #ffffff !important;
}
.cid-uhJP79Ntro .nav-item:focus,
.cid-uhJP79Ntro .nav-link:focus {
  outline: none;
}
.cid-uhJP79Ntro .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJP79Ntro .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJP79Ntro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJP79Ntro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJP79Ntro .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJP79Ntro .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJP79Ntro .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uhJP79Ntro .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJP79Ntro .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhJP79Ntro .navbar .navbar-logo img {
  width: auto;
}
.cid-uhJP79Ntro .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhJP79Ntro .navbar.collapsed {
  justify-content: center;
}
.cid-uhJP79Ntro .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJP79Ntro .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhJP79Ntro .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uhJP79Ntro .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJP79Ntro .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJP79Ntro .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhJP79Ntro .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJP79Ntro .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhJP79Ntro .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhJP79Ntro .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJP79Ntro .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJP79Ntro .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJP79Ntro .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhJP79Ntro .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhJP79Ntro .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJP79Ntro .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhJP79Ntro .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhJP79Ntro .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhJP79Ntro .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJP79Ntro .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhJP79Ntro .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJP79Ntro .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJP79Ntro .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJP79Ntro .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhJP79Ntro .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhJP79Ntro .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJP79Ntro .dropdown-item.active,
.cid-uhJP79Ntro .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJP79Ntro .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhJP79Ntro .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJP79Ntro .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJP79Ntro .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhJP79Ntro .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJP79Ntro .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJP79Ntro ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhJP79Ntro .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJP79Ntro button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhJP79Ntro button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-uhJP79Ntro button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJP79Ntro button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJP79Ntro button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJP79Ntro button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJP79Ntro nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJP79Ntro nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJP79Ntro nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJP79Ntro nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJP79Ntro .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhJP79Ntro a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhJP79Ntro .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJP79Ntro .navbar {
    height: 70px;
  }
  .cid-uhJP79Ntro .navbar.opened {
    height: auto;
  }
  .cid-uhJP79Ntro .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJP79Ntro .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uhJP79Ntro .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uhJP79Ntro a {
  display: inline;
  font-weight: bold;
}
.cid-uhJP79Ntro img {
  display: inline;
  padding-right: 10px;
}
.cid-uhJP79Ntro .dropdown-toggle:after {
  display: none;
}
.cid-uhJP79Ntro .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uhJP79Ntro .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uhJP79Ntro .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uhJP7aPKHE {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bounce-house-rentals-fort-myers-fl11-1440x1080.jpg");
}
.cid-uhJP7aPKHE .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uhJP7aPKHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJP7aPKHE .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhJP7aPKHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJP7aPKHE p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhJP7aPKHE {
    align-items: center;
  }
  .cid-uhJP7aPKHE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJP7aPKHE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJP7aPKHE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhJP7aPKHE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhJP7aPKHE .content-wrap {
    width: 100%;
  }
}
.cid-uhJP7aPKHE .mbr-section-subtitle,
.cid-uhJP7aPKHE .line {
  color: #ffffff;
  text-align: center;
}
.cid-uhJP7aPKHE .mbr-text,
.cid-uhJP7aPKHE .mbr-section-btn {
  text-align: right;
}
.cid-uhJP7aPKHE .mbr-section-title {
  text-align: center;
}
.cid-uhJP7bAFXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uhJP7bAFXa img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJP7bAFXa img {
    height: 400px;
  }
}
.cid-uhJP7bAFXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJP7bAFXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJP7bAFXa .card {
  justify-content: flex-end;
}
.cid-uhJP7bAFXa .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uhJP7bAFXa .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7bAFXa .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJP7bAFXa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhJP7bAFXa .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uhJP7bAFXa .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7bAFXa .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJP7bAFXa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhJP7bAFXa .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uhJP7bAFXa .image-wrapper {
    min-height: 400px;
  }
}
.cid-uhJP7bAFXa .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uhJP7bAFXa .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #ffffff;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uhJP7bAFXa .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uhJP7bAFXa .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uhJP7bAFXa .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uhJP7bAFXa .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uhJP7bAFXa .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhJP7bAFXa .mbr-section-title {
  color: #000000;
}
.cid-uhJP7bAFXa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhJP7bAFXa .card-text {
  color: #000000;
}
.cid-uhJP7bAFXa .mbr-section-title,
.cid-uhJP7bAFXa .mbr-section-btn {
  text-align: center;
}
.cid-uhJP7c6ydA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhJP7c6ydA .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #a148ff;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uhJP7c6ydA .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJP7c6ydA .row {
    padding: 2rem 1rem;
  }
}
.cid-uhJP7c6ydA .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJP7c6ydA .card-wrapper {
  overflow: visible;
}
.cid-uhJP7c6ydA .card-text {
  color: #263d5a;
}
.cid-uhJP7c6ydA .card-title,
.cid-uhJP7c6ydA .iconfont-wrapper {
  color: #000000;
}
.cid-uhJP7c6ydA .mbr-section-subtitle {
  color: #000000;
}
.cid-uhJP7c6ydA .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uhJP7c6ydA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhJP7cTR0O {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJP7cTR0O .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJP7cTR0O .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJP7cTR0O .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJP7cTR0O .mbr-text,
.cid-uhJP7cTR0O .mbr-section-btn {
  color: #000000;
}
.cid-uhJP7cTR0O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJP7dptqY {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJP7dptqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJP7dptqY .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #a148ff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uhJP7dptqY h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uhJP7dptqY h1 {
    margin-bottom: 1rem;
  }
}
.cid-uhJP7dptqY p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uhJP7dptqY p {
    margin-bottom: 2rem;
  }
}
.cid-uhJP7dptqY .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uhJP7dptqY .image-wrapper,
.cid-uhJP7dptqY img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhJP7dptqY .image-wrapper,
  .cid-uhJP7dptqY img {
    padding-bottom: 0.5rem;
  }
}
.cid-uhJP7dptqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJP7dptqY .btn:hover {
  transform: scale(1.1);
  background: #ff6f45 !important;
  border-color: #ff6f45 !important;
  color: #a148ff !important;
}
.cid-uhJP7dptqY .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uhJP7dptqY .btn div {
  overflow: hidden;
}
.cid-uhJP7dptqY .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJP7dptqY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJP7dptqY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhJP7dptqY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhJP7dptqY .content-wrap {
    width: 100%;
  }
}
.cid-uhJP7dptqY .mbr-section-subtitle,
.cid-uhJP7dptqY .line {
  color: #291f1e;
}
.cid-uhJP7dptqY .mbr-text,
.cid-uhJP7dptqY .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uhJP7dptqY .mbr-section-title {
  color: #291f1e;
}
.cid-uhJP7dptqY .mbr-section-title,
.cid-uhJP7dptqY .mbr-section-btn,
.cid-uhJP7dptqY .line {
  text-align: left;
  color: #291f1e;
}
.cid-uhJP7dptqY .mbr-text {
  text-align: left;
}
.cid-uhJP7e5L1w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJP7e5L1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJP7e5L1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJP7e5L1w .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhJP7e5L1w .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhJP7e5L1w .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhJP7e5L1w .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhJP7e5L1w .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhJP7e5L1w .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhJP7e5L1w .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhJP7e5L1w .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhJP7e5L1w .image-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uhJP7e5L1w .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7e5L1w .image-wrapper {
    padding-right: 0;
  }
}
.cid-uhJP7e5L1w .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhJP7e5L1w .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhJP7e5L1w .mbr-section-title {
  color: #000000;
}
.cid-uhJP7e5L1w .mbr-desc {
  color: #000000;
}
.cid-uhJP7e5L1w .mbr-text {
  color: #000000;
}
.cid-uhJP7eDD2p {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJP7eDD2p .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhJP7eDD2p .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJP7eDD2p .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJP7eDD2p .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uhJP7eDD2p .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhJP7eDD2p .row {
  justify-content: center;
}
.cid-uhJP7eDD2p .card-text {
  color: #263d5a;
}
.cid-uhJP7eDD2p .card-title,
.cid-uhJP7eDD2p .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uhJP7eDD2p .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhJP7eDD2p .mbr-section-title {
  color: #263d5a;
}
.cid-uhJP7eDD2p .card-price,
.cid-uhJP7eDD2p .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhJP7fzmyC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJP7fzmyC .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhJP7fzmyC .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJP7fzmyC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJP7fzmyC .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhJP7fzmyC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJP7fzmyC .mbr-text,
.cid-uhJP7fzmyC .mbr-section-btn {
  color: #263d5a;
  text-align: right;
}
.cid-uhJP7fzmyC .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uhJP7gaoUc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJP7gaoUc .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhJP7gaoUc img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uhJP7gaoUc img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-uhJP7gaoUc .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uhJP7gaoUc .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhJP7gaoUc .row {
    padding: 1rem 0rem;
  }
}
.cid-uhJP7gaoUc .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJP7gaoUc .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhJP7gaoUc span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhJP7gaoUc .collapsed span {
  transform: rotate(0deg);
}
.cid-uhJP7gaoUc .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhJP7gaoUc .panel-group {
  width: 100%;
}
.cid-uhJP7gaoUc .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhJP7gaoUc .card {
  border-radius: 0px;
}
.cid-uhJP7gaoUc .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #000000;
  padding: 0 1rem;
}
.cid-uhJP7gaoUc .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhJP7gaoUc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhJP7gaoUc .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhJP7gaoUc .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-uhJP7gaoUc .panel-text {
  color: #263d5a;
}
.cid-uhJP7gaoUc .header-text,
.cid-uhJP7gaoUc .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhJP7gaoUc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJP7gaoUc .header-text,
.cid-uhJP7gaoUc .sign,
.cid-uhJP7gaoUc .card-header {
  color: #ffffff;
  text-align: left;
}
.cid-uhJP7gaoUc .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhJP7hbe8N {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhJP7hbe8N .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhJP7hbe8N .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhJP7hbe8N .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhJP7hbe8N .mbr-text,
.cid-uhJP7hbe8N .mbr-section-btn {
  color: #000000;
}
.cid-uhJP7hbe8N .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhJP7hIqpt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJP7hIqpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJP7hIqpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJP7hIqpt .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhJP7hIqpt .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7hIqpt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7hIqpt .container {
    padding: 0 16px;
  }
}
.cid-uhJP7hIqpt .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhJP7hIqpt .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7hIqpt .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uhJP7hIqpt .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-uhJP7hIqpt .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uhJP7hIqpt .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-uhJP7hIqpt .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7hIqpt .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uhJP7hIqpt .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-uhJP7hIqpt .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhJP7hIqpt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhJP7hIqpt .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-uhJP7hIqpt .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uhJP7hIqpt .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uhJP7hIqpt .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uhJP7hIqpt .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uhJP7hIqpt .mbr-section-title {
  color: #000000;
}
.cid-uhJP7hIqpt .mbr-text {
  color: #f4f4f4;
}
.cid-uhJP7hIqpt .mbr-text,
.cid-uhJP7hIqpt .text-wrap,
.cid-uhJP7hIqpt .icons-wrapper {
  color: #000000;
}
.cid-uhJP7inEQx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhJP7inEQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJP7inEQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJP7inEQx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhJP7inEQx .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7inEQx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7inEQx .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhJP7inEQx .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uhJP7inEQx .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uhJP7inEQx .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uhJP7inEQx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhJP7inEQx .mbr-desc {
  color: #1c1c1c;
}
.cid-uhJP7inEQx .mbr-text {
  color: #000000;
}
.cid-uhJP7j27lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJP7j27lg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a148ff;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uhJP7j27lg .panel-group {
  border: none;
}
.cid-uhJP7j27lg .panel-collapse {
  padding: 0 2rem;
}
.cid-uhJP7j27lg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uhJP7j27lg .panel-body,
.cid-uhJP7j27lg .card-header {
  padding: 1rem 0;
}
.cid-uhJP7j27lg .panel-title-edit {
  color: #000000;
}
.cid-uhJP7j27lg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uhJP7j27lg .card {
  overflow: visible;
}
.cid-uhJP7j27lg .panel-text {
  color: #000000;
}
.cid-uhJP7j27lg H3 {
  color: #000000;
}
.cid-uhJP7j27lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJP7j27lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJP7jPqqC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uhJP7jPqqC .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhJP7jPqqC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhJP7jPqqC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhJP7jPqqC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhJP7jPqqC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhJP7jPqqC .mbr-section-title {
  color: #263d5a;
}
.cid-uhJP7kxRzX {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhJP7kxRzX .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uhJP7kxRzX .row {
  border-bottom: 1px solid #000000;
}
.cid-uhJP7kxRzX H2 {
  color: #e7272d;
}
.cid-uhJP7kxRzX .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uhJP7kxRzX .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uhJP7kxRzX .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJP7kxRzX .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-uhJP7kxRzX .col-lg-12 {
  overflow: hidden;
}
.cid-uhJP7kxRzX H4 {
  color: #263d5a;
}
.cid-uhJP7kxRzX .mbr-text,
.cid-uhJP7kxRzX .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uhJP7kxRzX .logo-wrap:before {
    content: none;
  }
  .cid-uhJP7kxRzX .logo-wrap:after {
    content: none;
  }
}
.cid-uhJP7kxRzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJP7kxRzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJP7kxRzX H3 {
  color: #000000;
  text-align: center;
}
