.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Anonymous Pro;
}
.display-1 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 4.2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 3.4rem;
  line-height: 0.85;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 2.1rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff3f30 !important;
}
.bg-success {
  background-color: #30ffbb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f1edbd !important;
}
.bg-danger {
  background-color: #c3e9eb !important;
}
.btn-primary .mbr-iconfont {
  color: #ff3f30 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #ff6e63 !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !important;
}
.btn-secondary .mbr-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-info .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  color: #30ffbb !important;
  background-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #63ffcc !important;
  background-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
}
.btn-warning .mbr-iconfont {
  color: #f1edbd !important;
  background-color: #666016 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1edbd !important;
  border-color: #f1edbd !important;
  color: #666016 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #faf8e7 !important;
  border-color: #faf8e7 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #faf8e7 !important;
  background-color: #666016 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #666016 !important;
  background-color: #faf8e7 !important;
  border-color: #faf8e7 !important;
}
.btn-danger .mbr-iconfont {
  color: #c3e9eb !important;
  background-color: #1f5a5d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c3e9eb !important;
  border-color: #c3e9eb !important;
  color: #1f5a5d !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e9f7f8 !important;
  border-color: #e9f7f8 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #e9f7f8 !important;
  background-color: #1f5a5d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1f5a5d !important;
  background-color: #e9f7f8 !important;
  border-color: #e9f7f8 !important;
}
.btn-white .mbr-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ff3f30 !important;
  border: 2px solid #ff3f30 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff3f30;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d81000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #d81000 !important;
  border: 2px solid #d81000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .mbr-iconfont {
  color: #30ffbb !important;
  border: 2px solid #30ffbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #30ffbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00d891 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #00d891 !important;
  border: 2px solid #00d891 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #003020 !important;
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #f1edbd !important;
  border: 2px solid #f1edbd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1edbd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e2d975 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #e2d975 !important;
  border: 2px solid #e2d975 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #90881f !important;
  background-color: #f1edbd !important;
  border-color: #f1edbd !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #c3e9eb !important;
  border: 2px solid #c3e9eb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c3e9eb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #82d1d5 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #82d1d5 !important;
  border: 2px solid #82d1d5 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2c7f83 !important;
  background-color: #c3e9eb !important;
  border-color: #c3e9eb !important;
}
.btn-black-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff3f30 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #30ffbb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f1edbd !important;
}
.text-danger {
  color: #c3e9eb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c90f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00c987 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dfd669 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #77cdd1 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff3f30;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f1edbd;
}
.alert-danger {
  background-color: #c3e9eb;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff3f30;
  border-color: #ff3f30;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff3f30;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcfc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcfffe;
}
.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: 'Anonymous Pro', monospace;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff3f30 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anonymous Pro', monospace;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff3f30;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff3f30;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff3f30;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff3f30;
  border-bottom-color: #ff3f30;
}
.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: #ff3f30 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #232323 !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='%23ff3f30' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.mbr-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .mbr-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.mbr-section-btn .item-btn .mbr-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .mbr-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .mbr-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.cid-uD3ojuekLu .navbar-dropdown {
  position: relative !important;
}
.cid-uD3ojuekLu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uD3ojuekLu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uD3ojuekLu .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-uD3ojuekLu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uD3ojuekLu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .dropdown-item:hover,
.cid-uD3ojuekLu .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .dropdown-item:hover span {
  color: white;
}
.cid-uD3ojuekLu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uD3ojuekLu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uD3ojuekLu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uD3ojuekLu .nav-link {
  position: relative;
}
.cid-uD3ojuekLu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uD3ojuekLu .container {
    flex-wrap: nowrap;
  }
}
.cid-uD3ojuekLu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uD3ojuekLu .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uD3ojuekLu .dropdown-menu,
.cid-uD3ojuekLu .navbar.opened {
  background: #000000 !important;
}
.cid-uD3ojuekLu .nav-item:focus,
.cid-uD3ojuekLu .nav-link:focus {
  outline: none;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD3ojuekLu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD3ojuekLu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD3ojuekLu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uD3ojuekLu .navbar.opened {
  transition: all 0.3s;
}
.cid-uD3ojuekLu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uD3ojuekLu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uD3ojuekLu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD3ojuekLu .navbar.collapsed {
  justify-content: center;
}
.cid-uD3ojuekLu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD3ojuekLu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uD3ojuekLu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD3ojuekLu .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-uD3ojuekLu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uD3ojuekLu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uD3ojuekLu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD3ojuekLu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD3ojuekLu .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-uD3ojuekLu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD3ojuekLu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD3ojuekLu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uD3ojuekLu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD3ojuekLu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uD3ojuekLu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uD3ojuekLu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uD3ojuekLu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uD3ojuekLu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uD3ojuekLu .navbar-brand .navbar-caption:hover,
.cid-uD3ojuekLu .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uD3ojuekLu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD3ojuekLu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uD3ojuekLu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uD3ojuekLu .dropdown-item.active,
.cid-uD3ojuekLu .dropdown-item:active {
  background-color: transparent;
}
.cid-uD3ojuekLu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uD3ojuekLu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD3ojuekLu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uD3ojuekLu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uD3ojuekLu .navbar-buttons {
  text-align: center;
}
.cid-uD3ojuekLu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uD3ojuekLu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uD3ojuekLu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uD3ojuekLu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3ojuekLu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uD3ojuekLu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uD3ojuekLu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD3ojuekLu .navbar {
    height: 70px;
  }
  .cid-uD3ojuekLu .navbar.opened {
    height: auto;
  }
  .cid-uD3ojuekLu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD3ojuekLu .navbar-nav {
  margin: 0 auto;
}
.cid-uD3ojuekLu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uD3ojuekLu .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uD3ojuekLu .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uD3ojuekLu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uD3ojuekLu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uD3ojuekLu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uD3ojuekLu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uD3ojuekLu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uD3ojuekLu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uD3ojuekLu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uD3ojuekLu .content-wrap {
  min-height: 110px;
}
.cid-uD3ojES6v3 {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uD3ojES6v3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3ojES6v3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3ojES6v3 .row {
  justify-content: center;
}
.cid-uD3ojES6v3 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD3ojES6v3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uD3ojES6v3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uD3ojES6v3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uD3ojES6v3 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uD3ojES6v3 .card {
  justify-content: flex-end;
}
.cid-uD3ojES6v3 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .image-wrapper {
    display: block;
  }
}
.cid-uD3ojES6v3 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uD3ojES6v3 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uD3ojES6v3 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uD3ojES6v3 .mbr-section-title {
  color: #cbff5b;
}
.cid-uD3ojES6v3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uD3ojES6v3 .mbr-text,
.cid-uD3ojES6v3 .text-wrapper {
  color: #ffffff;
}
.cid-uFjULO0lzA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #c3e9eb;
}
.cid-uFjULO0lzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjULO0lzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjULO0lzA .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFjULO0lzA .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFjULO0lzA .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-uFjULO0lzA .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uFjQ5ObYkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFjQ5ObYkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjQ5ObYkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjQ5ObYkD .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uFjQ5ObYkD .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFjQ5ObYkD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFjQ5ObYkD .container {
    padding: 0 20px;
  }
}
.cid-uFjQ5ObYkD .card {
  padding: 0;
}
.cid-uFjQ5ObYkD .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #000000;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uFjQ5ObYkD .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-uFjQ5ObYkD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFjQ5ObYkD .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFjQ5ObYkD .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-uD3ojZWaXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uD3ojZWaXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3ojZWaXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3ojZWaXK .row {
  justify-content: center;
}
.cid-uD3ojZWaXK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uD3ojZWaXK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD3ojZWaXK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uD3ojZWaXK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uD3ojZWaXK .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uD3ojZWaXK .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uD3ojZWaXK .items-wrapper {
    display: block;
  }
}
.cid-uD3ojZWaXK .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uD3ojZWaXK .item {
    margin-bottom: 16px;
  }
}
.cid-uD3ojZWaXK .item:hover,
.cid-uD3ojZWaXK .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uD3ojZWaXK .item:hover,
  .cid-uD3ojZWaXK .item:focus {
    transform: none;
  }
}
.cid-uD3ojZWaXK .item:hover .item-wrapper .item-img img,
.cid-uD3ojZWaXK .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uD3ojZWaXK .item .item-wrapper {
  height: 100%;
  background-color: #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uD3ojZWaXK .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uD3ojZWaXK .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uD3ojZWaXK .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uD3ojZWaXK .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD3ojZWaXK .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uD3ojZWaXK .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uD3ojZWaXK .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uD3ojZWaXK .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uD3ojZWaXK .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uD3ojZWaXK .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uD3ojZWaXK .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uD3ojZWaXK .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uD3ojZWaXK .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uD3ojZWaXK .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uD3ojZWaXK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uD3ojZWaXK .card-title {
  color: #000000;
}
.cid-uD3ojZWaXK .card-text {
  color: #000000;
}
.cid-uD3ojZWaXK .iconfont-wrapper {
  text-align: center;
}
.cid-uD3ojZWaXK .mbr-tag {
  color: #000000;
}
.cid-uD3ojZWaXK .mbr-tag,
.cid-uD3ojZWaXK .tag-wrapper {
  text-align: center;
}
.cid-uFjQsnbPGU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFjQsnbPGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjQsnbPGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjQsnbPGU .container,
.cid-uFjQsnbPGU .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFjQsnbPGU .container,
  .cid-uFjQsnbPGU .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFjQsnbPGU .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #3d4045;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFjQsnbPGU .row {
    padding: 85px 8px;
  }
}
.cid-uFjQsnbPGU .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFjQsnbPGU .title-wrapper {
    padding: 0;
  }
}
.cid-uFjQsnbPGU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-uFjQsnbPGU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFjQsnbPGU .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFjQsnbPGU .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uFjQsnbPGU .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uFjQsnbPGU .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFjQsnbPGU .image-wrapper img {
    height: 300px;
  }
}
.cid-uFjQsnbPGU .mbr-section-title {
  color: #3d4045;
}
.cid-uFjQsnbPGU .mbr-text {
  color: #3d4045;
}
.cid-uFjQsnbPGU .mbr-section-title,
.cid-uFjQsnbPGU .mbr-section-btn {
  color: #000000;
}
.cid-uFkSuNh4ge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFkSuNh4ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkSuNh4ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkSuNh4ge .row {
  justify-content: center;
}
.cid-uFkSuNh4ge .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFkSuNh4ge .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFkSuNh4ge .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkSuNh4ge .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFkSuNh4ge .items-wrapper {
    display: block;
  }
}
.cid-uFkSuNh4ge .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFkSuNh4ge .item {
    margin-bottom: 16px;
  }
}
.cid-uFkSuNh4ge .item:hover .item-wrapper .item-img img,
.cid-uFkSuNh4ge .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFkSuNh4ge .item .item-wrapper {
  height: 100%;
  border: 3px solid #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkSuNh4ge .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFkSuNh4ge .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFkSuNh4ge .mbr-section-title {
  color: #ffffff;
}
.cid-uFkSuNh4ge .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFkSuNh4ge .card-role {
  color: #ffffff;
}
.cid-uFkSuNh4ge .card-text {
  color: #ffffff;
}
.cid-uFkSuNh4ge .mbr-tag {
  color: #000000;
}
.cid-uFjTqgXdsC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFjTqgXdsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjTqgXdsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjTqgXdsC .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFjTqgXdsC .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFjTqgXdsC .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFjTqgXdsC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFjTqgXdsC .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFjTqgXdsC .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFjTqgXdsC .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFjTqgXdsC .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFjTqgXdsC .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFjTqgXdsC .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFjTqgXdsC .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFjTqgXdsC .mbr-section-title,
.cid-uFjTqgXdsC .mbr-section-btn {
  color: #000000;
}
.cid-uFjQqOPuCB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFjQqOPuCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjQqOPuCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjQqOPuCB .container,
.cid-uFjQqOPuCB .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFjQqOPuCB .container,
  .cid-uFjQqOPuCB .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFjQqOPuCB .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #c3e9eb;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFjQqOPuCB .row {
    padding: 85px 8px;
  }
}
.cid-uFjQqOPuCB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFjQqOPuCB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uFjQqOPuCB .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uFjQqOPuCB .text-wrapper {
    padding: 0;
  }
}
.cid-uFjQqOPuCB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFjQqOPuCB .mbr-section-title {
  color: #ffffff;
}
.cid-uFjQqOPuCB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFjQqOPuCB .mbr-text {
  color: #ffffff;
}
.cid-uD3ooeUjno {
  position: relative;
  background-color: #000000;
}
.cid-uD3ooeUjno .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #c3e9eb;
  pointer-events: none;
}
.cid-uD3ooeUjno .container-bg .shadow-wrap {
  background-image: linear-gradient(#232323 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.cid-uD3ooeUjno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3ooeUjno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3ooeUjno .row {
  justify-content: center;
}
.cid-uD3ooeUjno .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uD3ooeUjno .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uD3ooeUjno .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uD3ooeUjno .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uD3ooeUjno .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uD3ooeUjno .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uD3ooeUjno .mbr-section-title {
  color: #000000;
}
.cid-uD3ooeUjno .mbr-text,
.cid-uD3ooeUjno .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uD3ooeUjno .mbr-section-title,
.cid-uD3ooeUjno .mbr-section-btn {
  text-align: center;
}
.cid-uFkREiAlPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFkREiAlPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkREiAlPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkREiAlPq .row {
  justify-content: center;
}
.cid-uFkREiAlPq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFkREiAlPq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFkREiAlPq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkREiAlPq .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFkREiAlPq .items-wrapper {
    display: block;
  }
}
.cid-uFkREiAlPq .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFkREiAlPq .item {
    margin-bottom: 16px;
  }
}
.cid-uFkREiAlPq .item:hover .item-wrapper .item-img img,
.cid-uFkREiAlPq .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFkREiAlPq .item .item-wrapper {
  height: 100%;
  border: 3px solid #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkREiAlPq .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFkREiAlPq .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFkREiAlPq .mbr-section-title {
  color: #ffffff;
}
.cid-uFkREiAlPq .card-name {
  color: #cbff5b;
}
.cid-uFkREiAlPq .card-role {
  color: #ffffff;
}
.cid-uFkREiAlPq .card-text {
  color: #ffffff;
}
.cid-uFkREiAlPq .mbr-tag {
  color: #000000;
}
.cid-uFjRdpJhEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFjRdpJhEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjRdpJhEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjRdpJhEz .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uFjRdpJhEz .container-fluid {
    padding: 0 16px;
  }
}
.cid-uFjRdpJhEz .container-fluid .row {
  padding: 0;
}
.cid-uFjRdpJhEz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFjRdpJhEz .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uFjRdpJhEz .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uFjRdpJhEz .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uFjRdpJhEz .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uFjRdpJhEz .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uFjRdpJhEz .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uFjRdpJhEz .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uFjRdpJhEz .mbr-section-title {
  color: #495DFF;
}
.cid-uFjRdpJhEz .mbr-text {
  color: #000000;
}
.cid-uFjRdpJhEz .mbr-section-title,
.cid-uFjRdpJhEz .mbr-section-btn {
  color: #000000;
}
.cid-uFkTx29Zch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uFkTx29Zch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkTx29Zch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkTx29Zch .content-wrapper {
  padding: 80px 90px;
  background-color: #c3e9eb;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFkTx29Zch .mbr-section-title {
  color: #050f0f;
}
.cid-uFkTx29Zch .mbr-text {
  color: #050f0f;
}
.cid-uFkTx29Zch .panel-title-edit {
  color: #050f0f;
}
.cid-uFkTx29Zch .panel-text {
  color: #050f0f;
}
.cid-uFlcaRyDjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlcaRyDjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlcaRyDjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlcaRyDjh .card-wrapper {
  display: flex;
  background-color: #c3e9eb;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFlcaRyDjh .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlcaRyDjh .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFlcaRyDjh .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uFlcaRyDjh .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFlcaRyDjh .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFlcaRyDjh .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFlcaRyDjh .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlcaRyDjh .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFlcaRyDjh .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFlcaRyDjh .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFlcaRyDjh .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFlcaRyDjh .mbr-section-title {
  color: #ffffff;
}
.cid-uFlcaRyDjh .mbr-text {
  color: #000000;
}
.cid-uFlcaRyDjh .mbr-section-title,
.cid-uFlcaRyDjh .mbr-section-btn {
  color: #000000;
}
.cid-uFjRER2LsC {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFjRER2LsC .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c3e9eb;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFjRER2LsC .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFjRER2LsC .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFjRER2LsC .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFjRER2LsC .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFjRER2LsC .mbr-text {
  color: #000000;
}
.cid-uD3pAG05Om {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uD3pAG05Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3pAG05Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3pAG05Om .row {
  justify-content: center;
}
.cid-uD3pAG05Om .map-wrapper {
  position: relative;
}
.cid-uD3pAG05Om .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uD3pAG05Om .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #28dbe5;
  background-color: #28dbe5;
}
.cid-uD3pAG05Om .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uD3pAG05Om .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uD3pAG05Om .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFjOKcgvO5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28dbe5;
}
.cid-uFjOKcgvO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjOKcgvO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjOKcgvO5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFjOKcgvO5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFjOKcgvO5 .container {
    padding: 0 25px;
  }
}
.cid-uFjOKcgvO5 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFjOKcgvO5 .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFjOKcgvO5 .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFjOKcgvO5 .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFjOKcgvO5 .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFjOKcgvO5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFk21OFdU3 .navbar-dropdown {
  position: relative !important;
}
.cid-uFk21OFdU3 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFk21OFdU3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFk21OFdU3 .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-uFk21OFdU3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk21OFdU3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .dropdown-item:hover,
.cid-uFk21OFdU3 .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .dropdown-item:hover span {
  color: white;
}
.cid-uFk21OFdU3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk21OFdU3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk21OFdU3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk21OFdU3 .nav-link {
  position: relative;
}
.cid-uFk21OFdU3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFk21OFdU3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFk21OFdU3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFk21OFdU3 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFk21OFdU3 .dropdown-menu,
.cid-uFk21OFdU3 .navbar.opened {
  background: #000000 !important;
}
.cid-uFk21OFdU3 .nav-item:focus,
.cid-uFk21OFdU3 .nav-link:focus {
  outline: none;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk21OFdU3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk21OFdU3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk21OFdU3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk21OFdU3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk21OFdU3 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFk21OFdU3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFk21OFdU3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk21OFdU3 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk21OFdU3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk21OFdU3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk21OFdU3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk21OFdU3 .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-uFk21OFdU3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk21OFdU3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk21OFdU3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk21OFdU3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk21OFdU3 .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-uFk21OFdU3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk21OFdU3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk21OFdU3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFk21OFdU3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk21OFdU3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFk21OFdU3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFk21OFdU3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFk21OFdU3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-caption:hover,
.cid-uFk21OFdU3 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk21OFdU3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFk21OFdU3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFk21OFdU3 .dropdown-item.active,
.cid-uFk21OFdU3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk21OFdU3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFk21OFdU3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk21OFdU3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFk21OFdU3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFk21OFdU3 .navbar-buttons {
  text-align: center;
}
.cid-uFk21OFdU3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFk21OFdU3 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFk21OFdU3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFk21OFdU3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFk21OFdU3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk21OFdU3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk21OFdU3 .navbar {
    height: 70px;
  }
  .cid-uFk21OFdU3 .navbar.opened {
    height: auto;
  }
  .cid-uFk21OFdU3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFk21OFdU3 .navbar-nav {
  margin: 0 auto;
}
.cid-uFk21OFdU3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFk21OFdU3 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFk21OFdU3 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFk21OFdU3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFk21OFdU3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFk21OFdU3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFk21OFdU3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFk21OFdU3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFk21OFdU3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFk21OFdU3 .content-wrap {
  min-height: 110px;
}
.cid-uFk21R86kE {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFk21R86kE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk21R86kE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk21R86kE .row {
  justify-content: center;
}
.cid-uFk21R86kE .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFk21R86kE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFk21R86kE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFk21R86kE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFk21R86kE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFk21R86kE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFk21R86kE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFk21R86kE .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFk21R86kE .card {
  justify-content: flex-end;
}
.cid-uFk21R86kE .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFk21R86kE .image-wrapper {
    display: block;
  }
}
.cid-uFk21R86kE .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFk21R86kE .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFk21R86kE .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFk21R86kE .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFk21R86kE .mbr-section-title {
  color: #cbff5b;
}
.cid-uFk21R86kE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFk21R86kE .mbr-text,
.cid-uFk21R86kE .text-wrapper {
  color: #ffffff;
}
.cid-uFk21TUTqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFk21TUTqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk21TUTqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk21TUTqj .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uFk21TUTqj .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFk21TUTqj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFk21TUTqj .container {
    padding: 0 20px;
  }
}
.cid-uFk21TUTqj .card {
  padding: 0;
}
.cid-uFk21TUTqj .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #000000;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uFk21TUTqj .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-uFk21TUTqj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFk21TUTqj .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFk21TUTqj .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-uFk22bJiDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFk22bJiDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk22bJiDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk22bJiDY .row {
  justify-content: center;
}
.cid-uFk22bJiDY .map-wrapper {
  position: relative;
}
.cid-uFk22bJiDY .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFk22bJiDY .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #28dbe5;
  background-color: #28dbe5;
}
.cid-uFk22bJiDY .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFk22bJiDY .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFk22bJiDY .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFk22cWPpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28dbe5;
}
.cid-uFk22cWPpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk22cWPpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk22cWPpd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFk22cWPpd .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFk22cWPpd .container {
    padding: 0 25px;
  }
}
.cid-uFk22cWPpd .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFk22cWPpd .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFk22cWPpd .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFk22cWPpd .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFk22cWPpd .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFk22cWPpd .mbr-section-title {
  color: #ffffff;
}
.cid-uFk3DOV5z9 .navbar-dropdown {
  position: relative !important;
}
.cid-uFk3DOV5z9 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFk3DOV5z9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFk3DOV5z9 .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-uFk3DOV5z9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk3DOV5z9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .dropdown-item:hover,
.cid-uFk3DOV5z9 .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .dropdown-item:hover span {
  color: white;
}
.cid-uFk3DOV5z9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk3DOV5z9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk3DOV5z9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk3DOV5z9 .nav-link {
  position: relative;
}
.cid-uFk3DOV5z9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFk3DOV5z9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFk3DOV5z9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFk3DOV5z9 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFk3DOV5z9 .dropdown-menu,
.cid-uFk3DOV5z9 .navbar.opened {
  background: #000000 !important;
}
.cid-uFk3DOV5z9 .nav-item:focus,
.cid-uFk3DOV5z9 .nav-link:focus {
  outline: none;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk3DOV5z9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk3DOV5z9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk3DOV5z9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk3DOV5z9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk3DOV5z9 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFk3DOV5z9 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFk3DOV5z9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk3DOV5z9 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk3DOV5z9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk3DOV5z9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk3DOV5z9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk3DOV5z9 .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-uFk3DOV5z9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk3DOV5z9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk3DOV5z9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk3DOV5z9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk3DOV5z9 .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-uFk3DOV5z9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk3DOV5z9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk3DOV5z9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFk3DOV5z9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk3DOV5z9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFk3DOV5z9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFk3DOV5z9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFk3DOV5z9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption:hover,
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk3DOV5z9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFk3DOV5z9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFk3DOV5z9 .dropdown-item.active,
.cid-uFk3DOV5z9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk3DOV5z9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFk3DOV5z9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk3DOV5z9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFk3DOV5z9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFk3DOV5z9 .navbar-buttons {
  text-align: center;
}
.cid-uFk3DOV5z9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFk3DOV5z9 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFk3DOV5z9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFk3DOV5z9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFk3DOV5z9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk3DOV5z9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk3DOV5z9 .navbar {
    height: 70px;
  }
  .cid-uFk3DOV5z9 .navbar.opened {
    height: auto;
  }
  .cid-uFk3DOV5z9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFk3DOV5z9 .navbar-nav {
  margin: 0 auto;
}
.cid-uFk3DOV5z9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFk3DOV5z9 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFk3DOV5z9 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFk3DOV5z9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFk3DOV5z9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFk3DOV5z9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFk3DOV5z9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFk3DOV5z9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFk3DOV5z9 .content-wrap {
  min-height: 110px;
}
.cid-uFk3DQriFn {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFk3DQriFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk3DQriFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk3DQriFn .row {
  justify-content: center;
}
.cid-uFk3DQriFn .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFk3DQriFn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFk3DQriFn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFk3DQriFn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFk3DQriFn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFk3DQriFn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFk3DQriFn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFk3DQriFn .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFk3DQriFn .card {
  justify-content: flex-end;
}
.cid-uFk3DQriFn .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFk3DQriFn .image-wrapper {
    display: block;
  }
}
.cid-uFk3DQriFn .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#f1edbd, transparent);
  filter: blur(100px);
}
.cid-uFk3DQriFn .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFk3DQriFn .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFk3DQriFn .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFk3DQriFn .mbr-section-title {
  color: #cbff5b;
}
.cid-uFk3DQriFn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFk3DQriFn .mbr-text,
.cid-uFk3DQriFn .text-wrapper {
  color: #ffffff;
}
.cid-uFk3DRSeNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFk3DRSeNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk3DRSeNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk3DRSeNI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uFk3DRSeNI .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFk3DRSeNI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFk3DRSeNI .container {
    padding: 0 20px;
  }
}
.cid-uFk3DRSeNI .card {
  padding: 0;
}
.cid-uFk3DRSeNI .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #000000;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uFk3DRSeNI .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-uFk3DRSeNI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFk3DRSeNI .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFk3DRSeNI .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-uFk3DSU8Tn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFk3DSU8Tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk3DSU8Tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk3DSU8Tn .row {
  justify-content: center;
}
.cid-uFk3DSU8Tn .map-wrapper {
  position: relative;
}
.cid-uFk3DSU8Tn .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFk3DSU8Tn .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #28dbe5;
  background-color: #28dbe5;
}
.cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFk3DTVN9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28dbe5;
}
.cid-uFk3DTVN9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk3DTVN9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk3DTVN9r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFk3DTVN9r .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFk3DTVN9r .container {
    padding: 0 25px;
  }
}
.cid-uFk3DTVN9r .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFk3DTVN9r .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFk3DTVN9r .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFk3DTVN9r .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFk3DTVN9r .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFk3DTVN9r .mbr-section-title {
  color: #ffffff;
}
.cid-uFleaA3l4B .navbar-dropdown {
  position: relative !important;
}
.cid-uFleaA3l4B .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFleaA3l4B .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFleaA3l4B .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-uFleaA3l4B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFleaA3l4B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFleaA3l4B .dropdown-item:hover,
.cid-uFleaA3l4B .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFleaA3l4B .dropdown-item:hover span {
  color: white;
}
.cid-uFleaA3l4B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFleaA3l4B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFleaA3l4B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFleaA3l4B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFleaA3l4B .nav-link {
  position: relative;
}
.cid-uFleaA3l4B .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFleaA3l4B .container {
    flex-wrap: nowrap;
  }
}
.cid-uFleaA3l4B .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFleaA3l4B .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFleaA3l4B .dropdown-menu,
.cid-uFleaA3l4B .navbar.opened {
  background: #000000 !important;
}
.cid-uFleaA3l4B .nav-item:focus,
.cid-uFleaA3l4B .nav-link:focus {
  outline: none;
}
.cid-uFleaA3l4B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFleaA3l4B .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFleaA3l4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFleaA3l4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFleaA3l4B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFleaA3l4B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFleaA3l4B .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFleaA3l4B .navbar.opened {
  transition: all 0.3s;
}
.cid-uFleaA3l4B .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFleaA3l4B .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFleaA3l4B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFleaA3l4B .navbar.collapsed {
  justify-content: center;
}
.cid-uFleaA3l4B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFleaA3l4B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFleaA3l4B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFleaA3l4B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFleaA3l4B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFleaA3l4B .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-uFleaA3l4B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFleaA3l4B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFleaA3l4B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFleaA3l4B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFleaA3l4B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFleaA3l4B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFleaA3l4B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFleaA3l4B .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-uFleaA3l4B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFleaA3l4B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFleaA3l4B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFleaA3l4B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFleaA3l4B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFleaA3l4B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFleaA3l4B .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFleaA3l4B .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFleaA3l4B .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFleaA3l4B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFleaA3l4B .navbar-brand .navbar-caption:hover,
.cid-uFleaA3l4B .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFleaA3l4B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFleaA3l4B .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFleaA3l4B .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFleaA3l4B .dropdown-item.active,
.cid-uFleaA3l4B .dropdown-item:active {
  background-color: transparent;
}
.cid-uFleaA3l4B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFleaA3l4B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFleaA3l4B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFleaA3l4B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFleaA3l4B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFleaA3l4B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFleaA3l4B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFleaA3l4B ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFleaA3l4B ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFleaA3l4B .navbar-buttons {
  text-align: center;
}
.cid-uFleaA3l4B .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFleaA3l4B .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFleaA3l4B .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFleaA3l4B button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFleaA3l4B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFleaA3l4B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFleaA3l4B button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFleaA3l4B button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFleaA3l4B button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFleaA3l4B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFleaA3l4B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFleaA3l4B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFleaA3l4B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFleaA3l4B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFleaA3l4B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFleaA3l4B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFleaA3l4B .navbar {
    height: 70px;
  }
  .cid-uFleaA3l4B .navbar.opened {
    height: auto;
  }
  .cid-uFleaA3l4B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFleaA3l4B .navbar-nav {
  margin: 0 auto;
}
.cid-uFleaA3l4B .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFleaA3l4B .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFleaA3l4B .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFleaA3l4B .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFleaA3l4B .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFleaA3l4B .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFleaA3l4B .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFleaA3l4B .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFleaA3l4B .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFleaA3l4B .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFleaA3l4B .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFleaA3l4B .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFleaA3l4B .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFleaA3l4B .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFleaA3l4B .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFleaA3l4B .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFleaA3l4B .content-wrap {
  min-height: 110px;
}
.cid-uFleaCEESs {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFleaCEESs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaCEESs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaCEESs .row {
  justify-content: center;
}
.cid-uFleaCEESs .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFleaCEESs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFleaCEESs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFleaCEESs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFleaCEESs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFleaCEESs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFleaCEESs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFleaCEESs .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFleaCEESs .card {
  justify-content: flex-end;
}
.cid-uFleaCEESs .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFleaCEESs .image-wrapper {
    display: block;
  }
}
.cid-uFleaCEESs .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFleaCEESs .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFleaCEESs .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFleaCEESs .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFleaCEESs .mbr-section-title {
  color: #cbff5b;
}
.cid-uFleaCEESs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFleaCEESs .mbr-text,
.cid-uFleaCEESs .text-wrapper {
  color: #ffffff;
}
.cid-uFleaDLpta {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #c3e9eb;
}
.cid-uFleaDLpta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaDLpta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaDLpta .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFleaDLpta .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFleaDLpta .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-uFleaDLpta .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uFleaEXEnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFleaEXEnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaEXEnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaEXEnf .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uFleaEXEnf .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFleaEXEnf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFleaEXEnf .container {
    padding: 0 20px;
  }
}
.cid-uFleaEXEnf .card {
  padding: 0;
}
.cid-uFleaEXEnf .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #000000;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uFleaEXEnf .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-uFleaEXEnf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFleaEXEnf .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFleaEXEnf .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-uFleaG49mm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFleaG49mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaG49mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaG49mm .row {
  justify-content: center;
}
.cid-uFleaG49mm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFleaG49mm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFleaG49mm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFleaG49mm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFleaG49mm .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uFleaG49mm .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFleaG49mm .items-wrapper {
    display: block;
  }
}
.cid-uFleaG49mm .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFleaG49mm .item {
    margin-bottom: 16px;
  }
}
.cid-uFleaG49mm .item:hover,
.cid-uFleaG49mm .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uFleaG49mm .item:hover,
  .cid-uFleaG49mm .item:focus {
    transform: none;
  }
}
.cid-uFleaG49mm .item:hover .item-wrapper .item-img img,
.cid-uFleaG49mm .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFleaG49mm .item .item-wrapper {
  height: 100%;
  background-color: #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFleaG49mm .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFleaG49mm .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFleaG49mm .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFleaG49mm .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFleaG49mm .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uFleaG49mm .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFleaG49mm .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFleaG49mm .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFleaG49mm .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFleaG49mm .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uFleaG49mm .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFleaG49mm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFleaG49mm .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFleaG49mm .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFleaG49mm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFleaG49mm .card-title {
  color: #000000;
}
.cid-uFleaG49mm .card-text {
  color: #000000;
}
.cid-uFleaG49mm .iconfont-wrapper {
  text-align: center;
}
.cid-uFleaG49mm .mbr-tag {
  color: #000000;
}
.cid-uFleaG49mm .mbr-tag,
.cid-uFleaG49mm .tag-wrapper {
  text-align: center;
}
.cid-uFleaHuxsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFleaHuxsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaHuxsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaHuxsn .container,
.cid-uFleaHuxsn .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFleaHuxsn .container,
  .cid-uFleaHuxsn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFleaHuxsn .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #3d4045;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFleaHuxsn .row {
    padding: 85px 8px;
  }
}
.cid-uFleaHuxsn .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFleaHuxsn .title-wrapper {
    padding: 0;
  }
}
.cid-uFleaHuxsn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-uFleaHuxsn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFleaHuxsn .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFleaHuxsn .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uFleaHuxsn .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uFleaHuxsn .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFleaHuxsn .image-wrapper img {
    height: 300px;
  }
}
.cid-uFleaHuxsn .mbr-section-title {
  color: #3d4045;
}
.cid-uFleaHuxsn .mbr-text {
  color: #3d4045;
}
.cid-uFleaHuxsn .mbr-section-title,
.cid-uFleaHuxsn .mbr-section-btn {
  color: #000000;
}
.cid-uFleaIEOwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFleaIEOwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaIEOwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaIEOwW .row {
  justify-content: center;
}
.cid-uFleaIEOwW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFleaIEOwW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFleaIEOwW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFleaIEOwW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFleaIEOwW .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFleaIEOwW .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFleaIEOwW .items-wrapper {
    display: block;
  }
}
.cid-uFleaIEOwW .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFleaIEOwW .item {
    margin-bottom: 16px;
  }
}
.cid-uFleaIEOwW .item:hover .item-wrapper .item-img img,
.cid-uFleaIEOwW .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFleaIEOwW .item .item-wrapper {
  height: 100%;
  border: 3px solid #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFleaIEOwW .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFleaIEOwW .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFleaIEOwW .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFleaIEOwW .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFleaIEOwW .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFleaIEOwW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFleaIEOwW .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFleaIEOwW .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFleaIEOwW .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFleaIEOwW .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFleaIEOwW .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFleaIEOwW .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFleaIEOwW .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFleaIEOwW .mbr-section-title {
  color: #ffffff;
}
.cid-uFleaIEOwW .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFleaIEOwW .card-role {
  color: #ffffff;
}
.cid-uFleaIEOwW .card-text {
  color: #ffffff;
}
.cid-uFleaIEOwW .mbr-tag {
  color: #000000;
}
.cid-uFleaK7twX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFleaK7twX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaK7twX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaK7twX .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFleaK7twX .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFleaK7twX .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFleaK7twX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFleaK7twX .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFleaK7twX .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFleaK7twX .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFleaK7twX .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFleaK7twX .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFleaK7twX .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFleaK7twX .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFleaK7twX .mbr-section-title,
.cid-uFleaK7twX .mbr-section-btn {
  color: #000000;
}
.cid-uFleaLiLgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFleaLiLgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaLiLgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaLiLgj .container,
.cid-uFleaLiLgj .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFleaLiLgj .container,
  .cid-uFleaLiLgj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFleaLiLgj .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #c3e9eb;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFleaLiLgj .row {
    padding: 85px 8px;
  }
}
.cid-uFleaLiLgj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFleaLiLgj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uFleaLiLgj .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uFleaLiLgj .text-wrapper {
    padding: 0;
  }
}
.cid-uFleaLiLgj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFleaLiLgj .mbr-section-title {
  color: #ffffff;
}
.cid-uFleaLiLgj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFleaLiLgj .mbr-text {
  color: #ffffff;
}
.cid-uFleaMyNjN {
  position: relative;
  background-color: #000000;
}
.cid-uFleaMyNjN .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #c3e9eb;
  pointer-events: none;
}
.cid-uFleaMyNjN .container-bg .shadow-wrap {
  background-image: linear-gradient(#232323 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.cid-uFleaMyNjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaMyNjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaMyNjN .row {
  justify-content: center;
}
.cid-uFleaMyNjN .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFleaMyNjN .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFleaMyNjN .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFleaMyNjN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFleaMyNjN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFleaMyNjN .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uFleaMyNjN .mbr-section-title {
  color: #000000;
}
.cid-uFleaMyNjN .mbr-text,
.cid-uFleaMyNjN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFleaMyNjN .mbr-section-title,
.cid-uFleaMyNjN .mbr-section-btn {
  text-align: center;
}
.cid-uFleaNXPTQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFleaNXPTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaNXPTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaNXPTQ .row {
  justify-content: center;
}
.cid-uFleaNXPTQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFleaNXPTQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFleaNXPTQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFleaNXPTQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFleaNXPTQ .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFleaNXPTQ .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFleaNXPTQ .items-wrapper {
    display: block;
  }
}
.cid-uFleaNXPTQ .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFleaNXPTQ .item {
    margin-bottom: 16px;
  }
}
.cid-uFleaNXPTQ .item:hover .item-wrapper .item-img img,
.cid-uFleaNXPTQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFleaNXPTQ .item .item-wrapper {
  height: 100%;
  border: 3px solid #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFleaNXPTQ .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFleaNXPTQ .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFleaNXPTQ .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFleaNXPTQ .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFleaNXPTQ .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFleaNXPTQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFleaNXPTQ .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFleaNXPTQ .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFleaNXPTQ .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFleaNXPTQ .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFleaNXPTQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFleaNXPTQ .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFleaNXPTQ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFleaNXPTQ .mbr-section-title {
  color: #ffffff;
}
.cid-uFleaNXPTQ .card-name {
  color: #cbff5b;
}
.cid-uFleaNXPTQ .card-role {
  color: #ffffff;
}
.cid-uFleaNXPTQ .card-text {
  color: #ffffff;
}
.cid-uFleaNXPTQ .mbr-tag {
  color: #000000;
}
.cid-uFleaPpN1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFleaPpN1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaPpN1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaPpN1g .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uFleaPpN1g .container-fluid {
    padding: 0 16px;
  }
}
.cid-uFleaPpN1g .container-fluid .row {
  padding: 0;
}
.cid-uFleaPpN1g .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFleaPpN1g .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uFleaPpN1g .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uFleaPpN1g .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uFleaPpN1g .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uFleaPpN1g .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uFleaPpN1g .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uFleaPpN1g .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uFleaPpN1g .mbr-section-title {
  color: #495DFF;
}
.cid-uFleaPpN1g .mbr-text {
  color: #000000;
}
.cid-uFleaPpN1g .mbr-section-title,
.cid-uFleaPpN1g .mbr-section-btn {
  color: #000000;
}
.cid-uFleaQF0aW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uFleaQF0aW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaQF0aW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaQF0aW .content-wrapper {
  padding: 80px 90px;
  background-color: #c3e9eb;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFleaQF0aW .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFleaQF0aW .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFleaQF0aW .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFleaQF0aW .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFleaQF0aW .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFleaQF0aW .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFleaQF0aW .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFleaQF0aW .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFleaQF0aW .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFleaQF0aW .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFleaQF0aW .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFleaQF0aW .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uFleaQF0aW .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFleaQF0aW .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFleaQF0aW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFleaQF0aW .mbr-section-title {
  color: #050f0f;
}
.cid-uFleaQF0aW .mbr-text {
  color: #050f0f;
}
.cid-uFleaQF0aW .panel-title-edit {
  color: #050f0f;
}
.cid-uFleaQF0aW .panel-text {
  color: #050f0f;
}
.cid-uFleaSDpqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFleaSDpqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaSDpqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaSDpqx .card-wrapper {
  display: flex;
  background-color: #c3e9eb;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFleaSDpqx .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFleaSDpqx .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFleaSDpqx .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uFleaSDpqx .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFleaSDpqx .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFleaSDpqx .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFleaSDpqx .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFleaSDpqx .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFleaSDpqx .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFleaSDpqx .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFleaSDpqx .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFleaSDpqx .mbr-section-title {
  color: #ffffff;
}
.cid-uFleaSDpqx .mbr-text {
  color: #000000;
}
.cid-uFleaSDpqx .mbr-section-title,
.cid-uFleaSDpqx .mbr-section-btn {
  color: #000000;
}
.cid-uFlkKCFGix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uFlkKCFGix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlkKCFGix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFlkKCFGix .container {
    padding: 0 20px;
  }
}
.cid-uFlkKCFGix .row {
  margin: 0;
}
.cid-uFlkKCFGix .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFlkKCFGix .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFlkKCFGix .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uFlkKCFGix .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uFlkKCFGix .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uFlkKCFGix .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uFlkKCFGix .mbr-section-title {
  color: #ffffff;
}
.cid-uFleaUDT1x {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFleaUDT1x .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c3e9eb;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFleaUDT1x .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFleaUDT1x .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFleaUDT1x .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFleaUDT1x .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFleaUDT1x .mbr-text {
  color: #000000;
}
.cid-uFlgLuQqAj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlgLuQqAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlgLuQqAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlgLuQqAj .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFlgLuQqAj .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFlgLuQqAj .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFlgLuQqAj .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFlgLuQqAj .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlgLuQqAj .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFlgLuQqAj .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFlgLuQqAj .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFlgLuQqAj .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlgLuQqAj .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFlgLuQqAj .mbr-section-title {
  color: #404349;
}
.cid-uFlgLuQqAj .panel-title-edit {
  color: #000000;
}
.cid-uFlgLuQqAj .panel-text {
  color: #404349;
}
.cid-uFlgLuQqAj .panel-text,
.cid-uFlgLuQqAj .panel-body {
  color: #000000;
}
.cid-uFlgLuQqAj .mbr-section-title,
.cid-uFlgLuQqAj .title-wrapper,
.cid-uFlgLuQqAj .tabs-wrapper {
  color: #000000;
}
.cid-uFleaW4bwp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFleaW4bwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaW4bwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaW4bwp .row {
  justify-content: center;
}
.cid-uFleaW4bwp .map-wrapper {
  position: relative;
}
.cid-uFleaW4bwp .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFleaW4bwp .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #28dbe5;
  background-color: #28dbe5;
}
.cid-uFleaW4bwp .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFleaW4bwp .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFleaW4bwp .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFleaXwXE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28dbe5;
}
.cid-uFleaXwXE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleaXwXE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleaXwXE3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFleaXwXE3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFleaXwXE3 .container {
    padding: 0 25px;
  }
}
.cid-uFleaXwXE3 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFleaXwXE3 .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFleaXwXE3 .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFleaXwXE3 .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFleaXwXE3 .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFleaXwXE3 .mbr-section-title {
  color: #ffffff;
}
.cid-uFliXOFV2U .navbar-dropdown {
  position: relative !important;
}
.cid-uFliXOFV2U .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFliXOFV2U .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFliXOFV2U .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-uFliXOFV2U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFliXOFV2U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFliXOFV2U .dropdown-item:hover,
.cid-uFliXOFV2U .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFliXOFV2U .dropdown-item:hover span {
  color: white;
}
.cid-uFliXOFV2U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFliXOFV2U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFliXOFV2U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFliXOFV2U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFliXOFV2U .nav-link {
  position: relative;
}
.cid-uFliXOFV2U .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFliXOFV2U .container {
    flex-wrap: nowrap;
  }
}
.cid-uFliXOFV2U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFliXOFV2U .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFliXOFV2U .dropdown-menu,
.cid-uFliXOFV2U .navbar.opened {
  background: #000000 !important;
}
.cid-uFliXOFV2U .nav-item:focus,
.cid-uFliXOFV2U .nav-link:focus {
  outline: none;
}
.cid-uFliXOFV2U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFliXOFV2U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFliXOFV2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFliXOFV2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFliXOFV2U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFliXOFV2U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFliXOFV2U .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFliXOFV2U .navbar.opened {
  transition: all 0.3s;
}
.cid-uFliXOFV2U .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFliXOFV2U .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFliXOFV2U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFliXOFV2U .navbar.collapsed {
  justify-content: center;
}
.cid-uFliXOFV2U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFliXOFV2U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFliXOFV2U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFliXOFV2U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFliXOFV2U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFliXOFV2U .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-uFliXOFV2U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFliXOFV2U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFliXOFV2U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFliXOFV2U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFliXOFV2U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFliXOFV2U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFliXOFV2U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFliXOFV2U .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-uFliXOFV2U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFliXOFV2U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFliXOFV2U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFliXOFV2U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFliXOFV2U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFliXOFV2U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFliXOFV2U .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFliXOFV2U .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFliXOFV2U .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFliXOFV2U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFliXOFV2U .navbar-brand .navbar-caption:hover,
.cid-uFliXOFV2U .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFliXOFV2U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFliXOFV2U .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFliXOFV2U .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFliXOFV2U .dropdown-item.active,
.cid-uFliXOFV2U .dropdown-item:active {
  background-color: transparent;
}
.cid-uFliXOFV2U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFliXOFV2U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFliXOFV2U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFliXOFV2U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFliXOFV2U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFliXOFV2U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFliXOFV2U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFliXOFV2U ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFliXOFV2U ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFliXOFV2U .navbar-buttons {
  text-align: center;
}
.cid-uFliXOFV2U .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFliXOFV2U .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFliXOFV2U .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFliXOFV2U button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFliXOFV2U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFliXOFV2U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFliXOFV2U button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFliXOFV2U button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFliXOFV2U button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFliXOFV2U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFliXOFV2U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFliXOFV2U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFliXOFV2U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFliXOFV2U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFliXOFV2U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFliXOFV2U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFliXOFV2U .navbar {
    height: 70px;
  }
  .cid-uFliXOFV2U .navbar.opened {
    height: auto;
  }
  .cid-uFliXOFV2U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFliXOFV2U .navbar-nav {
  margin: 0 auto;
}
.cid-uFliXOFV2U .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFliXOFV2U .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFliXOFV2U .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFliXOFV2U .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFliXOFV2U .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFliXOFV2U .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFliXOFV2U .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFliXOFV2U .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFliXOFV2U .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFliXOFV2U .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFliXOFV2U .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFliXOFV2U .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFliXOFV2U .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFliXOFV2U .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFliXOFV2U .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFliXOFV2U .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFliXOFV2U .content-wrap {
  min-height: 110px;
}
.cid-uFliXSgeTD {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFliXSgeTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliXSgeTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliXSgeTD .row {
  justify-content: center;
}
.cid-uFliXSgeTD .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFliXSgeTD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFliXSgeTD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFliXSgeTD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFliXSgeTD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFliXSgeTD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFliXSgeTD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFliXSgeTD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFliXSgeTD .card {
  justify-content: flex-end;
}
.cid-uFliXSgeTD .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFliXSgeTD .image-wrapper {
    display: block;
  }
}
.cid-uFliXSgeTD .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFliXSgeTD .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFliXSgeTD .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFliXSgeTD .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFliXSgeTD .mbr-section-title {
  color: #cbff5b;
}
.cid-uFliXSgeTD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFliXSgeTD .mbr-text,
.cid-uFliXSgeTD .text-wrapper {
  color: #ffffff;
}
.cid-uFliXUfO4O {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #c3e9eb;
}
.cid-uFliXUfO4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliXUfO4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliXUfO4O .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFliXUfO4O .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFliXUfO4O .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-uFliXUfO4O .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uFliXVRivW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFliXVRivW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliXVRivW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliXVRivW .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uFliXVRivW .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFliXVRivW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFliXVRivW .container {
    padding: 0 20px;
  }
}
.cid-uFliXVRivW .card {
  padding: 0;
}
.cid-uFliXVRivW .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #000000;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uFliXVRivW .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-uFliXVRivW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFliXVRivW .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFliXVRivW .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-uFliXXv1lF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFliXXv1lF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliXXv1lF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliXXv1lF .row {
  justify-content: center;
}
.cid-uFliXXv1lF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFliXXv1lF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFliXXv1lF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFliXXv1lF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFliXXv1lF .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uFliXXv1lF .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFliXXv1lF .items-wrapper {
    display: block;
  }
}
.cid-uFliXXv1lF .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFliXXv1lF .item {
    margin-bottom: 16px;
  }
}
.cid-uFliXXv1lF .item:hover,
.cid-uFliXXv1lF .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uFliXXv1lF .item:hover,
  .cid-uFliXXv1lF .item:focus {
    transform: none;
  }
}
.cid-uFliXXv1lF .item:hover .item-wrapper .item-img img,
.cid-uFliXXv1lF .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFliXXv1lF .item .item-wrapper {
  height: 100%;
  background-color: #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFliXXv1lF .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFliXXv1lF .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFliXXv1lF .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFliXXv1lF .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFliXXv1lF .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uFliXXv1lF .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFliXXv1lF .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFliXXv1lF .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFliXXv1lF .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFliXXv1lF .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uFliXXv1lF .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFliXXv1lF .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFliXXv1lF .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFliXXv1lF .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFliXXv1lF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFliXXv1lF .card-title {
  color: #000000;
}
.cid-uFliXXv1lF .card-text {
  color: #000000;
}
.cid-uFliXXv1lF .iconfont-wrapper {
  text-align: center;
}
.cid-uFliXXv1lF .mbr-tag {
  color: #000000;
}
.cid-uFliXXv1lF .mbr-tag,
.cid-uFliXXv1lF .tag-wrapper {
  text-align: center;
}
.cid-uFliY019zz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFliY019zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliY019zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliY019zz .container,
.cid-uFliY019zz .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFliY019zz .container,
  .cid-uFliY019zz .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFliY019zz .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #3d4045;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFliY019zz .row {
    padding: 85px 8px;
  }
}
.cid-uFliY019zz .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFliY019zz .title-wrapper {
    padding: 0;
  }
}
.cid-uFliY019zz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-uFliY019zz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFliY019zz .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFliY019zz .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uFliY019zz .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uFliY019zz .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFliY019zz .image-wrapper img {
    height: 300px;
  }
}
.cid-uFliY019zz .mbr-section-title {
  color: #3d4045;
}
.cid-uFliY019zz .mbr-text {
  color: #3d4045;
}
.cid-uFliY019zz .mbr-section-title,
.cid-uFliY019zz .mbr-section-btn {
  color: #000000;
}
.cid-uFliY2HZgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFliY2HZgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliY2HZgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliY2HZgN .row {
  justify-content: center;
}
.cid-uFliY2HZgN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFliY2HZgN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFliY2HZgN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFliY2HZgN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFliY2HZgN .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFliY2HZgN .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFliY2HZgN .items-wrapper {
    display: block;
  }
}
.cid-uFliY2HZgN .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFliY2HZgN .item {
    margin-bottom: 16px;
  }
}
.cid-uFliY2HZgN .item:hover .item-wrapper .item-img img,
.cid-uFliY2HZgN .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFliY2HZgN .item .item-wrapper {
  height: 100%;
  border: 3px solid #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFliY2HZgN .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFliY2HZgN .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFliY2HZgN .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFliY2HZgN .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFliY2HZgN .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFliY2HZgN .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFliY2HZgN .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFliY2HZgN .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFliY2HZgN .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFliY2HZgN .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFliY2HZgN .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFliY2HZgN .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFliY2HZgN .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFliY2HZgN .mbr-section-title {
  color: #ffffff;
}
.cid-uFliY2HZgN .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFliY2HZgN .card-role {
  color: #ffffff;
}
.cid-uFliY2HZgN .card-text {
  color: #ffffff;
}
.cid-uFliY2HZgN .mbr-tag {
  color: #000000;
}
.cid-uFliY4qJB3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFliY4qJB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliY4qJB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliY4qJB3 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFliY4qJB3 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFliY4qJB3 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFliY4qJB3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFliY4qJB3 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFliY4qJB3 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFliY4qJB3 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFliY4qJB3 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFliY4qJB3 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFliY4qJB3 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFliY4qJB3 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFliY4qJB3 .mbr-section-title,
.cid-uFliY4qJB3 .mbr-section-btn {
  color: #000000;
}
.cid-uFliY5SzwY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFliY5SzwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliY5SzwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliY5SzwY .container,
.cid-uFliY5SzwY .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFliY5SzwY .container,
  .cid-uFliY5SzwY .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFliY5SzwY .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #c3e9eb;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFliY5SzwY .row {
    padding: 85px 8px;
  }
}
.cid-uFliY5SzwY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFliY5SzwY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uFliY5SzwY .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uFliY5SzwY .text-wrapper {
    padding: 0;
  }
}
.cid-uFliY5SzwY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFliY5SzwY .mbr-section-title {
  color: #ffffff;
}
.cid-uFliY5SzwY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFliY5SzwY .mbr-text {
  color: #ffffff;
}
.cid-uFliY7uBR8 {
  position: relative;
  background-color: #000000;
}
.cid-uFliY7uBR8 .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #c3e9eb;
  pointer-events: none;
}
.cid-uFliY7uBR8 .container-bg .shadow-wrap {
  background-image: linear-gradient(#232323 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.cid-uFliY7uBR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliY7uBR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliY7uBR8 .row {
  justify-content: center;
}
.cid-uFliY7uBR8 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFliY7uBR8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFliY7uBR8 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFliY7uBR8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFliY7uBR8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFliY7uBR8 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uFliY7uBR8 .mbr-section-title {
  color: #000000;
}
.cid-uFliY7uBR8 .mbr-text,
.cid-uFliY7uBR8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFliY7uBR8 .mbr-section-title,
.cid-uFliY7uBR8 .mbr-section-btn {
  text-align: center;
}
.cid-uFliYafn3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFliYafn3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliYafn3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliYafn3y .row {
  justify-content: center;
}
.cid-uFliYafn3y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFliYafn3y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFliYafn3y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFliYafn3y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFliYafn3y .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFliYafn3y .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFliYafn3y .items-wrapper {
    display: block;
  }
}
.cid-uFliYafn3y .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFliYafn3y .item {
    margin-bottom: 16px;
  }
}
.cid-uFliYafn3y .item:hover .item-wrapper .item-img img,
.cid-uFliYafn3y .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFliYafn3y .item .item-wrapper {
  height: 100%;
  border: 3px solid #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFliYafn3y .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFliYafn3y .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFliYafn3y .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFliYafn3y .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFliYafn3y .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFliYafn3y .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFliYafn3y .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFliYafn3y .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFliYafn3y .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFliYafn3y .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFliYafn3y .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFliYafn3y .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFliYafn3y .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFliYafn3y .mbr-section-title {
  color: #ffffff;
}
.cid-uFliYafn3y .card-name {
  color: #cbff5b;
}
.cid-uFliYafn3y .card-role {
  color: #ffffff;
}
.cid-uFliYafn3y .card-text {
  color: #ffffff;
}
.cid-uFliYafn3y .mbr-tag {
  color: #000000;
}
.cid-uFliYbL7W8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFliYbL7W8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliYbL7W8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliYbL7W8 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uFliYbL7W8 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uFliYbL7W8 .container-fluid .row {
  padding: 0;
}
.cid-uFliYbL7W8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFliYbL7W8 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uFliYbL7W8 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uFliYbL7W8 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uFliYbL7W8 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uFliYbL7W8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uFliYbL7W8 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uFliYbL7W8 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uFliYbL7W8 .mbr-section-title {
  color: #495DFF;
}
.cid-uFliYbL7W8 .mbr-text {
  color: #000000;
}
.cid-uFliYbL7W8 .mbr-section-title,
.cid-uFliYbL7W8 .mbr-section-btn {
  color: #000000;
}
.cid-uFliYcVDrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uFliYcVDrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliYcVDrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliYcVDrg .content-wrapper {
  padding: 80px 90px;
  background-color: #c3e9eb;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFliYcVDrg .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFliYcVDrg .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFliYcVDrg .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFliYcVDrg .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFliYcVDrg .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFliYcVDrg .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFliYcVDrg .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFliYcVDrg .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFliYcVDrg .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFliYcVDrg .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFliYcVDrg .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFliYcVDrg .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uFliYcVDrg .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFliYcVDrg .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFliYcVDrg .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFliYcVDrg .mbr-section-title {
  color: #050f0f;
}
.cid-uFliYcVDrg .mbr-text {
  color: #050f0f;
}
.cid-uFliYcVDrg .panel-title-edit {
  color: #050f0f;
}
.cid-uFliYcVDrg .panel-text {
  color: #050f0f;
}
.cid-uFliYevHsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFliYevHsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliYevHsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliYevHsK .card-wrapper {
  display: flex;
  background-color: #c3e9eb;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFliYevHsK .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFliYevHsK .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFliYevHsK .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uFliYevHsK .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFliYevHsK .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFliYevHsK .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFliYevHsK .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFliYevHsK .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFliYevHsK .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFliYevHsK .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFliYevHsK .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFliYevHsK .mbr-section-title {
  color: #ffffff;
}
.cid-uFliYevHsK .mbr-text {
  color: #000000;
}
.cid-uFliYevHsK .mbr-section-title,
.cid-uFliYevHsK .mbr-section-btn {
  color: #000000;
}
.cid-uFliYfKjz5 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFliYfKjz5 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c3e9eb;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFliYfKjz5 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFliYfKjz5 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFliYfKjz5 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFliYfKjz5 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFliYfKjz5 .mbr-text {
  color: #000000;
}
.cid-uFliYh0Dki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFliYh0Dki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliYh0Dki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliYh0Dki .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFliYh0Dki .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFliYh0Dki .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFliYh0Dki .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFliYh0Dki .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFliYh0Dki .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFliYh0Dki .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFliYh0Dki .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFliYh0Dki .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFliYh0Dki .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFliYh0Dki .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFliYh0Dki .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFliYh0Dki .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFliYh0Dki .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFliYh0Dki .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uFliYh0Dki .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFliYh0Dki .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFliYh0Dki .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFliYh0Dki .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFliYh0Dki .mbr-section-title {
  color: #404349;
}
.cid-uFliYh0Dki .panel-title-edit {
  color: #000000;
}
.cid-uFliYh0Dki .panel-text {
  color: #404349;
}
.cid-uFliYh0Dki .panel-text,
.cid-uFliYh0Dki .panel-body {
  color: #000000;
}
.cid-uFliYh0Dki .mbr-section-title,
.cid-uFliYh0Dki .title-wrapper,
.cid-uFliYh0Dki .tabs-wrapper {
  color: #000000;
}
.cid-uFliYiedhd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFliYiedhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliYiedhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliYiedhd .row {
  justify-content: center;
}
.cid-uFliYiedhd .map-wrapper {
  position: relative;
}
.cid-uFliYiedhd .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFliYiedhd .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #28dbe5;
  background-color: #28dbe5;
}
.cid-uFliYiedhd .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFliYiedhd .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFliYiedhd .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFliYjC9BZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28dbe5;
}
.cid-uFliYjC9BZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFliYjC9BZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFliYjC9BZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFliYjC9BZ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFliYjC9BZ .container {
    padding: 0 25px;
  }
}
.cid-uFliYjC9BZ .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFliYjC9BZ .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFliYjC9BZ .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFliYjC9BZ .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFliYjC9BZ .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFliYjC9BZ .mbr-section-title {
  color: #ffffff;
}
.cid-uFlh4M773K .navbar-dropdown {
  position: relative !important;
}
.cid-uFlh4M773K .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFlh4M773K .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFlh4M773K .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-uFlh4M773K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFlh4M773K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFlh4M773K .dropdown-item:hover,
.cid-uFlh4M773K .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFlh4M773K .dropdown-item:hover span {
  color: white;
}
.cid-uFlh4M773K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFlh4M773K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFlh4M773K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFlh4M773K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFlh4M773K .nav-link {
  position: relative;
}
.cid-uFlh4M773K .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFlh4M773K .container {
    flex-wrap: nowrap;
  }
}
.cid-uFlh4M773K .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFlh4M773K .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFlh4M773K .dropdown-menu,
.cid-uFlh4M773K .navbar.opened {
  background: #000000 !important;
}
.cid-uFlh4M773K .nav-item:focus,
.cid-uFlh4M773K .nav-link:focus {
  outline: none;
}
.cid-uFlh4M773K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFlh4M773K .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFlh4M773K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFlh4M773K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFlh4M773K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFlh4M773K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFlh4M773K .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFlh4M773K .navbar.opened {
  transition: all 0.3s;
}
.cid-uFlh4M773K .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFlh4M773K .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFlh4M773K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFlh4M773K .navbar.collapsed {
  justify-content: center;
}
.cid-uFlh4M773K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFlh4M773K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFlh4M773K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFlh4M773K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFlh4M773K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFlh4M773K .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-uFlh4M773K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFlh4M773K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFlh4M773K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFlh4M773K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFlh4M773K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFlh4M773K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFlh4M773K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFlh4M773K .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-uFlh4M773K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFlh4M773K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFlh4M773K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFlh4M773K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFlh4M773K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFlh4M773K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFlh4M773K .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFlh4M773K .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFlh4M773K .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFlh4M773K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFlh4M773K .navbar-brand .navbar-caption:hover,
.cid-uFlh4M773K .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFlh4M773K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFlh4M773K .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFlh4M773K .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFlh4M773K .dropdown-item.active,
.cid-uFlh4M773K .dropdown-item:active {
  background-color: transparent;
}
.cid-uFlh4M773K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFlh4M773K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFlh4M773K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFlh4M773K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFlh4M773K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFlh4M773K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFlh4M773K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlh4M773K ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFlh4M773K ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFlh4M773K .navbar-buttons {
  text-align: center;
}
.cid-uFlh4M773K .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFlh4M773K .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFlh4M773K .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFlh4M773K button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFlh4M773K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFlh4M773K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFlh4M773K button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFlh4M773K button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFlh4M773K button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFlh4M773K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlh4M773K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFlh4M773K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFlh4M773K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlh4M773K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFlh4M773K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFlh4M773K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFlh4M773K .navbar {
    height: 70px;
  }
  .cid-uFlh4M773K .navbar.opened {
    height: auto;
  }
  .cid-uFlh4M773K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlh4M773K .navbar-nav {
  margin: 0 auto;
}
.cid-uFlh4M773K .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFlh4M773K .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFlh4M773K .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFlh4M773K .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFlh4M773K .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFlh4M773K .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFlh4M773K .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFlh4M773K .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFlh4M773K .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFlh4M773K .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFlh4M773K .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFlh4M773K .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFlh4M773K .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFlh4M773K .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFlh4M773K .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFlh4M773K .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFlh4M773K .content-wrap {
  min-height: 110px;
}
.cid-uFlh4Oaq9N {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFlh4Oaq9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4Oaq9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4Oaq9N .row {
  justify-content: center;
}
.cid-uFlh4Oaq9N .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFlh4Oaq9N .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlh4Oaq9N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlh4Oaq9N .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlh4Oaq9N .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFlh4Oaq9N .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFlh4Oaq9N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFlh4Oaq9N .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlh4Oaq9N .card {
  justify-content: flex-end;
}
.cid-uFlh4Oaq9N .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFlh4Oaq9N .image-wrapper {
    display: block;
  }
}
.cid-uFlh4Oaq9N .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFlh4Oaq9N .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFlh4Oaq9N .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFlh4Oaq9N .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFlh4Oaq9N .mbr-section-title {
  color: #cbff5b;
}
.cid-uFlh4Oaq9N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFlh4Oaq9N .mbr-text,
.cid-uFlh4Oaq9N .text-wrapper {
  color: #ffffff;
}
.cid-uFlh4PlEap {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #c3e9eb;
}
.cid-uFlh4PlEap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4PlEap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4PlEap .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFlh4PlEap .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFlh4PlEap .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-uFlh4PlEap .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uFlh4Qxnkd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFlh4Qxnkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4Qxnkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4Qxnkd .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uFlh4Qxnkd .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFlh4Qxnkd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFlh4Qxnkd .container {
    padding: 0 20px;
  }
}
.cid-uFlh4Qxnkd .card {
  padding: 0;
}
.cid-uFlh4Qxnkd .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #000000;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uFlh4Qxnkd .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-uFlh4Qxnkd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlh4Qxnkd .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFlh4Qxnkd .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-uFlh4RIlUE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlh4RIlUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4RIlUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4RIlUE .row {
  justify-content: center;
}
.cid-uFlh4RIlUE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlh4RIlUE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlh4RIlUE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlh4RIlUE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlh4RIlUE .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uFlh4RIlUE .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlh4RIlUE .items-wrapper {
    display: block;
  }
}
.cid-uFlh4RIlUE .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlh4RIlUE .item {
    margin-bottom: 16px;
  }
}
.cid-uFlh4RIlUE .item:hover,
.cid-uFlh4RIlUE .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uFlh4RIlUE .item:hover,
  .cid-uFlh4RIlUE .item:focus {
    transform: none;
  }
}
.cid-uFlh4RIlUE .item:hover .item-wrapper .item-img img,
.cid-uFlh4RIlUE .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlh4RIlUE .item .item-wrapper {
  height: 100%;
  background-color: #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlh4RIlUE .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlh4RIlUE .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlh4RIlUE .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFlh4RIlUE .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlh4RIlUE .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uFlh4RIlUE .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlh4RIlUE .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlh4RIlUE .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFlh4RIlUE .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFlh4RIlUE .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uFlh4RIlUE .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFlh4RIlUE .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlh4RIlUE .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlh4RIlUE .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlh4RIlUE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFlh4RIlUE .card-title {
  color: #000000;
}
.cid-uFlh4RIlUE .card-text {
  color: #000000;
}
.cid-uFlh4RIlUE .iconfont-wrapper {
  text-align: center;
}
.cid-uFlh4RIlUE .mbr-tag {
  color: #000000;
}
.cid-uFlh4RIlUE .mbr-tag,
.cid-uFlh4RIlUE .tag-wrapper {
  text-align: center;
}
.cid-uFlh4TdoBA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFlh4TdoBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4TdoBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4TdoBA .container,
.cid-uFlh4TdoBA .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFlh4TdoBA .container,
  .cid-uFlh4TdoBA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFlh4TdoBA .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #3d4045;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFlh4TdoBA .row {
    padding: 85px 8px;
  }
}
.cid-uFlh4TdoBA .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFlh4TdoBA .title-wrapper {
    padding: 0;
  }
}
.cid-uFlh4TdoBA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-uFlh4TdoBA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFlh4TdoBA .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFlh4TdoBA .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uFlh4TdoBA .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uFlh4TdoBA .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFlh4TdoBA .image-wrapper img {
    height: 300px;
  }
}
.cid-uFlh4TdoBA .mbr-section-title {
  color: #3d4045;
}
.cid-uFlh4TdoBA .mbr-text {
  color: #3d4045;
}
.cid-uFlh4TdoBA .mbr-section-title,
.cid-uFlh4TdoBA .mbr-section-btn {
  color: #000000;
}
.cid-uFlh4Ur3qw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlh4Ur3qw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4Ur3qw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4Ur3qw .row {
  justify-content: center;
}
.cid-uFlh4Ur3qw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlh4Ur3qw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlh4Ur3qw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlh4Ur3qw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlh4Ur3qw .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlh4Ur3qw .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlh4Ur3qw .items-wrapper {
    display: block;
  }
}
.cid-uFlh4Ur3qw .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlh4Ur3qw .item {
    margin-bottom: 16px;
  }
}
.cid-uFlh4Ur3qw .item:hover .item-wrapper .item-img img,
.cid-uFlh4Ur3qw .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlh4Ur3qw .item .item-wrapper {
  height: 100%;
  border: 3px solid #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlh4Ur3qw .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlh4Ur3qw .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlh4Ur3qw .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlh4Ur3qw .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlh4Ur3qw .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlh4Ur3qw .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlh4Ur3qw .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlh4Ur3qw .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlh4Ur3qw .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlh4Ur3qw .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlh4Ur3qw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlh4Ur3qw .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlh4Ur3qw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlh4Ur3qw .mbr-section-title {
  color: #ffffff;
}
.cid-uFlh4Ur3qw .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFlh4Ur3qw .card-role {
  color: #ffffff;
}
.cid-uFlh4Ur3qw .card-text {
  color: #ffffff;
}
.cid-uFlh4Ur3qw .mbr-tag {
  color: #000000;
}
.cid-uFlh4VPaoe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlh4VPaoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4VPaoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4VPaoe .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFlh4VPaoe .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFlh4VPaoe .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFlh4VPaoe .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFlh4VPaoe .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFlh4VPaoe .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFlh4VPaoe .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFlh4VPaoe .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFlh4VPaoe .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlh4VPaoe .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFlh4VPaoe .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFlh4VPaoe .mbr-section-title,
.cid-uFlh4VPaoe .mbr-section-btn {
  color: #000000;
}
.cid-uFlh4X8648 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlh4X8648 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4X8648 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4X8648 .container,
.cid-uFlh4X8648 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFlh4X8648 .container,
  .cid-uFlh4X8648 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFlh4X8648 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #c3e9eb;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFlh4X8648 .row {
    padding: 85px 8px;
  }
}
.cid-uFlh4X8648 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFlh4X8648 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uFlh4X8648 .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uFlh4X8648 .text-wrapper {
    padding: 0;
  }
}
.cid-uFlh4X8648 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlh4X8648 .mbr-section-title {
  color: #ffffff;
}
.cid-uFlh4X8648 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFlh4X8648 .mbr-text {
  color: #ffffff;
}
.cid-uFlh4YwuQI {
  position: relative;
  background-color: #000000;
}
.cid-uFlh4YwuQI .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #c3e9eb;
  pointer-events: none;
}
.cid-uFlh4YwuQI .container-bg .shadow-wrap {
  background-image: linear-gradient(#232323 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.cid-uFlh4YwuQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4YwuQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4YwuQI .row {
  justify-content: center;
}
.cid-uFlh4YwuQI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFlh4YwuQI .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlh4YwuQI .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlh4YwuQI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFlh4YwuQI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFlh4YwuQI .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uFlh4YwuQI .mbr-section-title {
  color: #000000;
}
.cid-uFlh4YwuQI .mbr-text,
.cid-uFlh4YwuQI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFlh4YwuQI .mbr-section-title,
.cid-uFlh4YwuQI .mbr-section-btn {
  text-align: center;
}
.cid-uFlh4ZHW0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlh4ZHW0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh4ZHW0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh4ZHW0I .row {
  justify-content: center;
}
.cid-uFlh4ZHW0I .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlh4ZHW0I .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlh4ZHW0I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlh4ZHW0I .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlh4ZHW0I .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlh4ZHW0I .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlh4ZHW0I .items-wrapper {
    display: block;
  }
}
.cid-uFlh4ZHW0I .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlh4ZHW0I .item {
    margin-bottom: 16px;
  }
}
.cid-uFlh4ZHW0I .item:hover .item-wrapper .item-img img,
.cid-uFlh4ZHW0I .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlh4ZHW0I .item .item-wrapper {
  height: 100%;
  border: 3px solid #c3e9eb;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlh4ZHW0I .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlh4ZHW0I .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlh4ZHW0I .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlh4ZHW0I .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlh4ZHW0I .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlh4ZHW0I .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlh4ZHW0I .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlh4ZHW0I .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlh4ZHW0I .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlh4ZHW0I .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlh4ZHW0I .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlh4ZHW0I .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlh4ZHW0I .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlh4ZHW0I .mbr-section-title {
  color: #ffffff;
}
.cid-uFlh4ZHW0I .card-name {
  color: #cbff5b;
}
.cid-uFlh4ZHW0I .card-role {
  color: #ffffff;
}
.cid-uFlh4ZHW0I .card-text {
  color: #ffffff;
}
.cid-uFlh4ZHW0I .mbr-tag {
  color: #000000;
}
.cid-uFlh513SFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e9eb;
}
.cid-uFlh513SFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh513SFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh513SFz .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uFlh513SFz .container-fluid {
    padding: 0 16px;
  }
}
.cid-uFlh513SFz .container-fluid .row {
  padding: 0;
}
.cid-uFlh513SFz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFlh513SFz .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uFlh513SFz .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uFlh513SFz .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uFlh513SFz .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uFlh513SFz .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uFlh513SFz .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uFlh513SFz .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uFlh513SFz .mbr-section-title {
  color: #495DFF;
}
.cid-uFlh513SFz .mbr-text {
  color: #000000;
}
.cid-uFlh513SFz .mbr-section-title,
.cid-uFlh513SFz .mbr-section-btn {
  color: #000000;
}
.cid-uFlh52kxra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uFlh52kxra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh52kxra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh52kxra .content-wrapper {
  padding: 80px 90px;
  background-color: #c3e9eb;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFlh52kxra .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFlh52kxra .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFlh52kxra .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFlh52kxra .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFlh52kxra .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFlh52kxra .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFlh52kxra .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFlh52kxra .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFlh52kxra .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFlh52kxra .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFlh52kxra .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFlh52kxra .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFlh52kxra .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uFlh52kxra .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFlh52kxra .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlh52kxra .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlh52kxra .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFlh52kxra .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlh52kxra .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFlh52kxra .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uFlh52kxra .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlh52kxra .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFlh52kxra .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFlh52kxra .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFlh52kxra .mbr-section-title {
  color: #050f0f;
}
.cid-uFlh52kxra .mbr-text {
  color: #050f0f;
}
.cid-uFlh52kxra .panel-title-edit {
  color: #050f0f;
}
.cid-uFlh52kxra .panel-text {
  color: #050f0f;
}
.cid-uFlh53ZE3N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlh53ZE3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh53ZE3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh53ZE3N .card-wrapper {
  display: flex;
  background-color: #c3e9eb;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFlh53ZE3N .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlh53ZE3N .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFlh53ZE3N .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uFlh53ZE3N .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFlh53ZE3N .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFlh53ZE3N .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFlh53ZE3N .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlh53ZE3N .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFlh53ZE3N .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFlh53ZE3N .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFlh53ZE3N .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFlh53ZE3N .mbr-section-title {
  color: #ffffff;
}
.cid-uFlh53ZE3N .mbr-text {
  color: #000000;
}
.cid-uFlh53ZE3N .mbr-section-title,
.cid-uFlh53ZE3N .mbr-section-btn {
  color: #000000;
}
.cid-uFlh55k4JH {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlh55k4JH .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c3e9eb;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlh55k4JH .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlh55k4JH .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlh55k4JH .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlh55k4JH .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlh55k4JH .mbr-text {
  color: #000000;
}
.cid-uFlh56yJvQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlh56yJvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh56yJvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh56yJvQ .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFlh56yJvQ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFlh56yJvQ .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFlh56yJvQ .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFlh56yJvQ .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlh56yJvQ .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFlh56yJvQ .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFlh56yJvQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFlh56yJvQ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlh56yJvQ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFlh56yJvQ .mbr-section-title {
  color: #404349;
}
.cid-uFlh56yJvQ .panel-title-edit {
  color: #000000;
}
.cid-uFlh56yJvQ .panel-text {
  color: #404349;
}
.cid-uFlh56yJvQ .panel-text,
.cid-uFlh56yJvQ .panel-body {
  color: #000000;
}
.cid-uFlh56yJvQ .mbr-section-title,
.cid-uFlh56yJvQ .title-wrapper,
.cid-uFlh56yJvQ .tabs-wrapper {
  color: #000000;
}
.cid-uFlh57WbhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFlh57WbhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh57WbhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh57WbhI .row {
  justify-content: center;
}
.cid-uFlh57WbhI .map-wrapper {
  position: relative;
}
.cid-uFlh57WbhI .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFlh57WbhI .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #28dbe5;
  background-color: #28dbe5;
}
.cid-uFlh57WbhI .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFlh57WbhI .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFlh57WbhI .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFlh59wP07 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28dbe5;
}
.cid-uFlh59wP07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh59wP07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh59wP07 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFlh59wP07 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFlh59wP07 .container {
    padding: 0 25px;
  }
}
.cid-uFlh59wP07 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFlh59wP07 .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFlh59wP07 .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFlh59wP07 .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFlh59wP07 .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFlh59wP07 .mbr-section-title {
  color: #ffffff;
}
